Home
last modified time | relevance | path

Searched refs:qed_chain_get_cons_idx (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/qlogic/qede/
Dqede_main.c623 if (qed_chain_get_cons_idx(&txq->tx_pbl) == hw_bd_cons + 1) in qede_txq_has_work()
626 return hw_bd_cons != qed_chain_get_cons_idx(&txq->tx_pbl); in qede_txq_has_work()
642 while (hw_bd_cons != qed_chain_get_cons_idx(&txq->tx_pbl)) { in qede_tx_int()
649 qed_chain_get_cons_idx(&txq->tx_pbl)); in qede_tx_int()
707 sw_comp_cons = qed_chain_get_cons_idx(&rxq->rx_comp_ring); in qede_has_rx_work()
843 sw_comp_cons = qed_chain_get_cons_idx(&rxq->rx_comp_ring); in qede_rx_int()
955 sw_comp_cons = qed_chain_get_cons_idx(&rxq->rx_comp_ring); in qede_rx_int()
/linux-4.4.14/include/linux/qed/
Dqed_chain.h101 static inline u16 qed_chain_get_cons_idx(struct qed_chain *p_chain) in qed_chain_get_cons_idx() function
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_spq.c289 while (fw_cons_idx != qed_chain_get_cons_idx(p_chain)) { in qed_eq_completion()