Lines Matching refs:p_tmp
856 u32 *p_tmp; in qed_dmae_sanity() local
868 for (p_tmp = (u32 *)p_virt; in qed_dmae_sanity()
869 p_tmp < (u32 *)((u8 *)p_virt + size); p_tmp++) { in qed_dmae_sanity()
871 val = (u32)(uintptr_t)p_tmp; in qed_dmae_sanity()
872 *p_tmp = val; in qed_dmae_sanity()
895 for (p_tmp = (u32 *)((u8 *)p_virt + size); in qed_dmae_sanity()
896 p_tmp < (u32 *)((u8 *)p_virt + (2 * size)); p_tmp++) { in qed_dmae_sanity()
898 val = (u32)(uintptr_t)p_tmp - size; in qed_dmae_sanity()
900 if (*p_tmp != val) { in qed_dmae_sanity()
904 (u64)p_phys + ((u8 *)p_tmp - (u8 *)p_virt), in qed_dmae_sanity()
905 p_tmp, *p_tmp, val); in qed_dmae_sanity()