Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c220 static void be_txq_notify(struct be_adapter *adapter, struct be_tx_obj *txo, in be_txq_notify()
658 struct be_tx_obj *txo; in be_get_stats64()
744 static void be_tx_stats_update(struct be_tx_obj *txo, struct sk_buff *skb) in be_tx_stats_update()
815 static inline bool be_is_txq_full(struct be_tx_obj *txo) in be_is_txq_full()
820 static inline bool be_can_txq_wake(struct be_tx_obj *txo) in be_can_txq_wake()
825 static inline bool be_is_tx_compl_pending(struct be_tx_obj *txo) in be_is_tx_compl_pending()
917 static u32 be_tx_get_wrb_hdr(struct be_tx_obj *txo) in be_tx_get_wrb_hdr()
927 struct be_tx_obj *txo, in be_tx_setup_wrb_hdr()
947 static void be_tx_setup_wrb_frag(struct be_tx_obj *txo, dma_addr_t busaddr, in be_tx_setup_wrb_frag()
963 struct be_tx_obj *tx in be_xmit_restore()
[all...]
H A Dbe.h234 struct be_tx_obj { struct
578 struct be_tx_obj tx_obj[MAX_TX_QS];
235 db_offsetbe_tx_obj global() argument
236 txcpbe_tx_obj global() argument
237 qbe_tx_obj global() argument
238 cqbe_tx_obj global() argument
240 sent_skb_listbe_tx_obj global() argument
241 statsbe_tx_obj global() argument
242 pend_wrb_cntbe_tx_obj global() argument
243 last_req_wrb_cntbe_tx_obj global() argument
244 last_req_hdrbe_tx_obj global() argument
H A Dbe_ethtool.c378 struct be_tx_obj *txo; in be_get_ethtool_stats()
H A Dbe_cmds.h2401 int be_cmd_txq_create(struct be_adapter *adapter, struct be_tx_obj *txo);
H A Dbe_cmds.c1360 int be_cmd_txq_create(struct be_adapter *adapter, struct be_tx_obj *txo) in be_cmd_txq_create()