Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_spq.c506 capacity = qed_chain_get_capacity(&p_spq->chain); in qed_spq_setup()
575 capacity = qed_chain_get_capacity(&p_spq->chain); in qed_spq_alloc()
609 capacity = qed_chain_get_capacity(&p_spq->chain); in qed_spq_free()
Dqed_ll2.c1171 capacity = qed_chain_get_capacity(&p_ll2_info->rx_queue.rxq_chain); in qed_ll2_acquire_connection_rx()
1222 capacity = qed_chain_get_capacity(&p_ll2_info->tx_queue.txq_chain); in qed_ll2_acquire_connection_tx()
1510 capacity = qed_chain_get_capacity(&p_rx->rxq_chain); in qed_ll2_establish_connection()
1521 capacity = qed_chain_get_capacity(&p_tx->txq_chain); in qed_ll2_establish_connection()
Dqed_dev.c2270 n_eqes = qed_chain_get_capacity(&p_hwfn->p_spq->chain); in qed_resc_alloc()
/Linux-v5.4/drivers/infiniband/hw/qedr/
Dqedr.h340 qed_chain_get_capacity(p_info->pbl) \
/Linux-v5.4/include/linux/qed/
Dqed_chain.h387 static inline u32 qed_chain_get_capacity(struct qed_chain *p_chain) in qed_chain_get_capacity() function