Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_nvmetcp.c306 r2tq_pbl_addr = qed_chain_get_pbl_phys(&p_conn->r2tq); in qed_sp_nvmetcp_conn_offload()
308 xhq_pbl_addr = qed_chain_get_pbl_phys(&p_conn->xhq); in qed_sp_nvmetcp_conn_offload()
310 uhq_pbl_addr = qed_chain_get_pbl_phys(&p_conn->uhq); in qed_sp_nvmetcp_conn_offload()
H A Dqed_sp_commands.c371 qed_chain_get_pbl_phys(&p_hwfn->p_eq->chain)); in qed_sp_pf_start()
377 qed_chain_get_pbl_phys(&p_hwfn->p_consq->chain)); in qed_sp_pf_start()
H A Dqed_iscsi.c310 r2tq_pbl_addr = qed_chain_get_pbl_phys(&p_conn->r2tq); in qed_sp_iscsi_conn_offload()
313 xhq_pbl_addr = qed_chain_get_pbl_phys(&p_conn->xhq); in qed_sp_iscsi_conn_offload()
316 uhq_pbl_addr = qed_chain_get_pbl_phys(&p_conn->uhq); in qed_sp_iscsi_conn_offload()
H A Dqed_ll2.c993 qed_chain_get_pbl_phys(&p_rx->rcq_chain)); in qed_sp_ll2_rx_queue_start()
1063 qed_chain_get_pbl_phys(&p_tx->txq_chain)); in qed_sp_ll2_tx_queue_start()
/linux/include/linux/qed/
H A Dqed_chain.h265 static inline dma_addr_t qed_chain_get_pbl_phys(const struct qed_chain *chain) in qed_chain_get_pbl_phys() function
/linux/drivers/infiniband/hw/qedr/
H A Dmain.c805 p_phys_table = qed_chain_get_pbl_phys(&dev->cnq_array[i].pbl); in qedr_init_hw()
H A Dverbs.c986 pbl_ptr = qed_chain_get_pbl_phys(&cq->pbl); in qedr_create_cq()
1601 pbl_base_addr = qed_chain_get_pbl_phys(pbl); in qedr_create_srq()
2052 in_params->sq_pbl_ptr = qed_chain_get_pbl_phys(&qp->sq.pbl); in qedr_roce_create_kernel_qp()
2063 in_params->rq_pbl_ptr = qed_chain_get_pbl_phys(&qp->rq.pbl); in qedr_roce_create_kernel_qp()
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_main.c2192 dma_addr_t phys_table = qed_chain_get_pbl_phys(&txq->tx_pbl); in qede_start_txq()
2298 qed_chain_get_pbl_phys(&rxq->rx_comp_ring); in qede_start_queues()