Searched refs:p_tmp (Results 1 – 3 of 3) sorted by relevance
875 u32 *p_tmp; in qed_dmae_sanity() local887 for (p_tmp = (u32 *)p_virt; in qed_dmae_sanity()888 p_tmp < (u32 *)((u8 *)p_virt + size); p_tmp++) { in qed_dmae_sanity()890 val = (u32)(uintptr_t)p_tmp; in qed_dmae_sanity()891 *p_tmp = val; in qed_dmae_sanity()914 for (p_tmp = (u32 *)((u8 *)p_virt + size); in qed_dmae_sanity()915 p_tmp < (u32 *)((u8 *)p_virt + (2 * size)); p_tmp++) { in qed_dmae_sanity()917 val = (u32)(uintptr_t)p_tmp - size; in qed_dmae_sanity()919 if (*p_tmp != val) { in qed_dmae_sanity()923 (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()
241 char *p_tmp; in kdb_read() local335 p_tmp = strrchr(buffer, ' '); in kdb_read()336 p_tmp = (p_tmp ? p_tmp + 1 : buffer); in kdb_read()337 strscpy(tmpbuffer, p_tmp); in kdb_read()