Searched refs:p_tmp (Results 1 – 3 of 3) sorted by relevance
874 u32 *p_tmp; in qed_dmae_sanity() local886 for (p_tmp = (u32 *)p_virt; in qed_dmae_sanity()887 p_tmp < (u32 *)((u8 *)p_virt + size); p_tmp++) { in qed_dmae_sanity()889 val = (u32)(uintptr_t)p_tmp; in qed_dmae_sanity()890 *p_tmp = val; in qed_dmae_sanity()913 for (p_tmp = (u32 *)((u8 *)p_virt + size); in qed_dmae_sanity()914 p_tmp < (u32 *)((u8 *)p_virt + (2 * size)); p_tmp++) { in qed_dmae_sanity()916 val = (u32)(uintptr_t)p_tmp - size; in qed_dmae_sanity()918 if (*p_tmp != val) { in qed_dmae_sanity()922 (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, sizeof(tmpbuffer)); in kdb_read()
Completed in 16 milliseconds