Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_iscsi.c342 r2tq_pbl_addr = qed_chain_get_pbl_phys(&p_conn->r2tq); in qed_sp_iscsi_conn_offload()
345 xhq_pbl_addr = qed_chain_get_pbl_phys(&p_conn->xhq); in qed_sp_iscsi_conn_offload()
348 uhq_pbl_addr = qed_chain_get_pbl_phys(&p_conn->uhq); in qed_sp_iscsi_conn_offload()
Dqed_ll2.c966 qed_chain_get_pbl_phys(&p_rx->rcq_chain)); in qed_sp_ll2_rx_queue_start()
1033 qed_chain_get_pbl_phys(&p_tx->txq_chain)); in qed_sp_ll2_tx_queue_start()
/Linux-v4.19/include/linux/qed/
Dqed_chain.h245 static inline dma_addr_t qed_chain_get_pbl_phys(struct qed_chain *p_chain) in qed_chain_get_pbl_phys() function
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/
Dqede_main.c1872 dma_addr_t phys_table = qed_chain_get_pbl_phys(&txq->tx_pbl); in qede_start_txq()
1973 qed_chain_get_pbl_phys(&rxq->rx_comp_ring); in qede_start_queues()
/Linux-v4.19/drivers/infiniband/hw/qedr/
Dverbs.c944 pbl_ptr = qed_chain_get_pbl_phys(&cq->pbl); in qedr_create_cq()
1501 pbl_base_addr = qed_chain_get_pbl_phys(pbl); in qedr_create_srq()
1821 in_params->sq_pbl_ptr = qed_chain_get_pbl_phys(&qp->sq.pbl); in qedr_roce_create_kernel_qp()
1834 in_params->rq_pbl_ptr = qed_chain_get_pbl_phys(&qp->rq.pbl); in qedr_roce_create_kernel_qp()
Dmain.c811 p_phys_table = qed_chain_get_pbl_phys(&dev->cnq_array[i].pbl); in qedr_init_hw()