Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed_sp_commands.c369 qed_chain_get_pbl_phys(&p_hwfn->p_eq->chain)); in qed_sp_pf_start()
373 qed_chain_get_pbl_phys(&p_hwfn->p_consq->chain)); in qed_sp_pf_start()
Dqed_iscsi.c309 r2tq_pbl_addr = qed_chain_get_pbl_phys(&p_conn->r2tq); in qed_sp_iscsi_conn_offload()
312 xhq_pbl_addr = qed_chain_get_pbl_phys(&p_conn->xhq); in qed_sp_iscsi_conn_offload()
315 uhq_pbl_addr = qed_chain_get_pbl_phys(&p_conn->uhq); in qed_sp_iscsi_conn_offload()
Dqed_ll2.c967 qed_chain_get_pbl_phys(&p_rx->rcq_chain)); in qed_sp_ll2_rx_queue_start()
1036 qed_chain_get_pbl_phys(&p_tx->txq_chain)); in qed_sp_ll2_tx_queue_start()
/kernel/linux/linux-5.10/include/linux/qed/
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
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/
Dmain.c828 p_phys_table = qed_chain_get_pbl_phys(&dev->cnq_array[i].pbl); in qedr_init_hw()
Dverbs.c981 pbl_ptr = qed_chain_get_pbl_phys(&cq->pbl); in qedr_create_cq()
1587 pbl_base_addr = qed_chain_get_pbl_phys(pbl); in qedr_create_srq()
2029 in_params->sq_pbl_ptr = qed_chain_get_pbl_phys(&qp->sq.pbl); in qedr_roce_create_kernel_qp()
2040 in_params->rq_pbl_ptr = qed_chain_get_pbl_phys(&qp->rq.pbl); in qedr_roce_create_kernel_qp()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/
Dqede_main.c2088 dma_addr_t phys_table = qed_chain_get_pbl_phys(&txq->tx_pbl); in qede_start_txq()
2194 qed_chain_get_pbl_phys(&rxq->rx_comp_ring); in qede_start_queues()