Home
last modified time | relevance | path

Searched refs:qed_chain_get_prod_idx (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_spq.c197 u16 echo = qed_chain_get_prod_idx(p_chain); in qed_spq_hw_post()
221 db.spq_prod = cpu_to_le16(qed_chain_get_prod_idx(p_chain)); in qed_spq_hw_post()
235 qed_chain_get_prod_idx(p_chain)); in qed_spq_hw_post()
319 qed_eq_prod_update(p_hwfn, qed_chain_get_prod_idx(p_chain)); in qed_eq_completion()
Dqed_sp_commands.c104 qed_chain_get_prod_idx(&p_hwfn->p_eq->chain)); in qed_sp_pf_start()
/linux-4.4.14/include/linux/qed/
Dqed_chain.h96 static inline u16 qed_chain_get_prod_idx(struct qed_chain *p_chain) in qed_chain_get_prod_idx() function
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/
Dqede_main.c576 cpu_to_le16(qed_chain_get_prod_idx(&txq->tx_pbl)); in qede_start_xmit()
747 u16 bd_prod = qed_chain_get_prod_idx(&rxq->rx_bd_ring); in qede_update_rx_prod()
748 u16 cqe_prod = qed_chain_get_prod_idx(&rxq->rx_comp_ring); in qede_update_rx_prod()