Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/qed/
Dqed_chain.h260 static inline u32 qed_chain_get_page_cnt(const struct qed_chain *chain) in qed_chain_get_page_cnt() function
594 page_cnt = qed_chain_get_page_cnt(p_chain); in qed_chain_set_prod()
624 page_cnt = qed_chain_get_page_cnt(p_chain); in qed_chain_pbl_zero_mem()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed_sp_commands.c370 page_cnt = (u8)qed_chain_get_page_cnt(&p_hwfn->p_eq->chain); in qed_sp_pf_start()
Dqed_ll2.c964 cqe_pbl_size = (u16)qed_chain_get_page_cnt(&p_rx->rcq_chain); in qed_sp_ll2_rx_queue_start()
1037 pbl_size = qed_chain_get_page_cnt(&p_tx->txq_chain); in qed_sp_ll2_tx_queue_start()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/
Dmain.c832 page_cnt = qed_chain_get_page_cnt(&dev->cnq_array[i].pbl); in qedr_init_hw()
Dverbs.c980 page_cnt = qed_chain_get_page_cnt(&cq->pbl); in qedr_create_cq()
1586 page_cnt = qed_chain_get_page_cnt(pbl); in qedr_create_srq()
2028 in_params->sq_num_pages = qed_chain_get_page_cnt(&qp->sq.pbl); in qedr_roce_create_kernel_qp()
2039 in_params->rq_num_pages = qed_chain_get_page_cnt(&qp->rq.pbl); in qedr_roce_create_kernel_qp()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/
Dqede_main.c2089 u32 page_cnt = qed_chain_get_page_cnt(&txq->tx_pbl); in qede_start_txq()
2195 page_cnt = qed_chain_get_page_cnt(&rxq->rx_comp_ring); in qede_start_queues()