Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_mem.h12 dma_addr_t siw_pbl_get_buffer(struct siw_pbl *pbl, u64 off, int *len, int *idx);
H A Dsiw_mem.c325 dma_addr_t siw_pbl_get_buffer(struct siw_pbl *pbl, u64 off, int *len, int *idx) in siw_pbl_get_buffer() function
H A Dsiw_qp_tx.c29 dma_addr_t paddr = siw_pbl_get_buffer(pbl, offset, NULL, idx); in siw_get_pblpage()
H A Dsiw_qp_rx.c137 siw_pbl_get_buffer(pbl, offset, &bytes, pbl_idx); in siw_rx_pbl()