Searched refs:mem_p (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/ |
H A D | siw_qp_rx.c | 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 in siw_proc_rresp() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/ |
H A D | siw_qp_rx.c | 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 in siw_proc_rresp() [all...] |
Completed in 3 milliseconds