Lines Matching refs:p_tmp
838 u32 *p_tmp; in qed_dmae_sanity() local
850 for (p_tmp = (u32 *)p_virt; in qed_dmae_sanity()
851 p_tmp < (u32 *)((u8 *)p_virt + size); p_tmp++) { in qed_dmae_sanity()
853 val = (u32)(uintptr_t)p_tmp; in qed_dmae_sanity()
854 *p_tmp = val; in qed_dmae_sanity()
878 for (p_tmp = (u32 *)((u8 *)p_virt + size); in qed_dmae_sanity()
879 p_tmp < (u32 *)((u8 *)p_virt + (2 * size)); p_tmp++) { in qed_dmae_sanity()
881 val = (u32)(uintptr_t)p_tmp - size; in qed_dmae_sanity()
883 if (*p_tmp != val) { in qed_dmae_sanity()
887 (u64)p_phys + ((u8 *)p_tmp - (u8 *)p_virt), in qed_dmae_sanity()
888 p_tmp, *p_tmp, val); in qed_dmae_sanity()