Searched refs:p_tmp (Results 1 – 2 of 2) sorted by relevance
864 u32 *p_tmp; in qed_dmae_sanity() local876 for (p_tmp = (u32 *)p_virt; in qed_dmae_sanity()877 p_tmp < (u32 *)((u8 *)p_virt + size); p_tmp++) { in qed_dmae_sanity()879 val = (u32)(uintptr_t)p_tmp; in qed_dmae_sanity()880 *p_tmp = val; in qed_dmae_sanity()903 for (p_tmp = (u32 *)((u8 *)p_virt + size); in qed_dmae_sanity()904 p_tmp < (u32 *)((u8 *)p_virt + (2 * size)); p_tmp++) { in qed_dmae_sanity()906 val = (u32)(uintptr_t)p_tmp - size; in qed_dmae_sanity()908 if (*p_tmp != val) { in qed_dmae_sanity()912 (u64)p_phys + ((u8 *)p_tmp - (u8 *)p_virt), in qed_dmae_sanity()[all …]
143 struct qed_mcp_cmd_elem *p_cmd_elem = NULL, *p_tmp; in qed_mcp_free() local150 p_tmp, in qed_mcp_free()
Completed in 14 milliseconds