Searched refs:be_tx_obj (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 201 static void be_txq_notify(struct be_adapter *adapter, struct be_tx_obj *txo, in be_txq_notify() 590 struct be_tx_obj *txo; in be_get_stats64() 667 static void be_tx_stats_update(struct be_tx_obj *txo, struct sk_buff *skb) in be_tx_stats_update() 733 static inline bool be_is_txq_full(struct be_tx_obj *txo) in be_is_txq_full() 738 static inline bool be_can_txq_wake(struct be_tx_obj *txo) in be_can_txq_wake() 743 static inline bool be_is_tx_compl_pending(struct be_tx_obj *txo) in be_is_tx_compl_pending() 833 static u16 be_tx_get_wrb_hdr(struct be_tx_obj *txo) in be_tx_get_wrb_hdr() 843 struct be_tx_obj *txo, in be_tx_setup_wrb_hdr() 863 static void be_tx_setup_wrb_frag(struct be_tx_obj *txo, dma_addr_t busaddr, in be_tx_setup_wrb_frag() 879 struct be_tx_obj *txo, u16 head, bool map_single, in be_xmit_restore() [all …]
|
D | be.h | 251 struct be_tx_obj { struct 496 struct be_tx_obj tx_obj[MAX_TX_QS];
|
D | be_ethtool.c | 379 struct be_tx_obj *txo; in be_get_ethtool_stats()
|
D | be_cmds.h | 2254 int be_cmd_txq_create(struct be_adapter *adapter, struct be_tx_obj *txo);
|
D | be_cmds.c | 1262 int be_cmd_txq_create(struct be_adapter *adapter, struct be_tx_obj *txo) in be_cmd_txq_create()
|