Lines Matching refs:mem_p
456 struct siw_mem **mem, *mem_p; in siw_proc_send() local
487 mem_p = *mem; in siw_proc_send()
488 if (mem_p->mem_obj == NULL) in siw_proc_send()
492 else if (!mem_p->is_pbl) in siw_proc_send()
493 rv = siw_rx_umem(srx, mem_p->umem, in siw_proc_send()
496 rv = siw_rx_pbl(srx, &frx->pbl_idx, mem_p, in siw_proc_send()
791 struct siw_mem **mem, *mem_p; in siw_proc_rresp() local
849 mem_p = *mem; in siw_proc_rresp()
853 if (mem_p->mem_obj == NULL) in siw_proc_rresp()
857 else if (!mem_p->is_pbl) in siw_proc_rresp()
858 rv = siw_rx_umem(srx, mem_p->umem, sge->laddr + wqe->processed, in siw_proc_rresp()
861 rv = siw_rx_pbl(srx, &frx->pbl_idx, mem_p, in siw_proc_rresp()