Home
last modified time | relevance | path

Searched refs:mem_p (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/infiniband/sw/siw/
Dsiw_qp_rx.c456 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()
[all …]