Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A 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()
H A Dqed_ll2.c1197 capacity = qed_chain_get_capacity(&p_ll2_info->rx_queue.rxq_chain); in qed_ll2_acquire_connection_rx()
1247 capacity = qed_chain_get_capacity(&p_ll2_info->tx_queue.txq_chain); in qed_ll2_acquire_connection_tx()
1595 capacity = qed_chain_get_capacity(&p_rx->rxq_chain); in qed_ll2_establish_connection()
1606 capacity = qed_chain_get_capacity(&p_tx->txq_chain); in qed_ll2_establish_connection()
H A Dqed_dev.c2262 n_eqes = qed_chain_get_capacity(&p_hwfn->p_spq->chain); in qed_resc_alloc()
/openbmc/linux/drivers/infiniband/hw/qedr/
H A Dqedr.h342 qed_chain_get_capacity(p_info->pbl) \
/openbmc/linux/include/linux/qed/
H A Dqed_chain.h407 static inline u32 qed_chain_get_capacity(struct qed_chain *p_chain) in qed_chain_get_capacity() function