Searched refs:siw_pbl_get_buffer (Results 1 – 4 of 4) sorted by relevance
/drivers/infiniband/sw/siw/ |
D | siw_mem.h | 12 dma_addr_t siw_pbl_get_buffer(struct siw_pbl *pbl, u64 off, int *len, int *idx);
|
D | siw_mem.c | 325 dma_addr_t siw_pbl_get_buffer(struct siw_pbl *pbl, u64 off, int *len, int *idx) in siw_pbl_get_buffer() function
|
D | siw_qp_tx.c | 29 dma_addr_t paddr = siw_pbl_get_buffer(pbl, offset, NULL, idx); in siw_get_pblpage()
|
D | siw_qp_rx.c | 137 siw_pbl_get_buffer(pbl, offset, &bytes, pbl_idx); in siw_rx_pbl()
|