Home
last modified time | relevance | path

Searched refs:qed_chain_get_capacity (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/qlogic/qed/
Dqed_spq.c503 capacity = qed_chain_get_capacity(&p_spq->chain); in qed_spq_setup()
577 capacity = qed_chain_get_capacity(&p_spq->chain); in qed_spq_alloc()
615 capacity = qed_chain_get_capacity(&p_spq->chain); in qed_spq_free()
Dqed_ll2.c1195 capacity = qed_chain_get_capacity(&p_ll2_info->rx_queue.rxq_chain); in qed_ll2_acquire_connection_rx()
1245 capacity = qed_chain_get_capacity(&p_ll2_info->tx_queue.txq_chain); in qed_ll2_acquire_connection_tx()
1593 capacity = qed_chain_get_capacity(&p_rx->rxq_chain); in qed_ll2_establish_connection()
1604 capacity = qed_chain_get_capacity(&p_tx->txq_chain); in qed_ll2_establish_connection()
Dqed_dev.c2262 n_eqes = qed_chain_get_capacity(&p_hwfn->p_spq->chain); in qed_resc_alloc()
/linux-5.19.10/drivers/infiniband/hw/qedr/
Dqedr.h342 qed_chain_get_capacity(p_info->pbl) \
/linux-5.19.10/include/linux/qed/
Dqed_chain.h407 static inline u32 qed_chain_get_capacity(struct qed_chain *p_chain) in qed_chain_get_capacity() function