siw_pbl_get_buffer
dma_addr_t siw_pbl_get_buffer(struct siw_pbl *pbl, u64 off, int *len, int *idx);
siw_pbl_get_buffer(pbl, offset, &bytes, pbl_idx);
dma_addr_t paddr = siw_pbl_get_buffer(pbl, offset, NULL, idx);