Searched defs:_tx (Results 1 – 4 of 4) sorted by relevance
93 #define is_tx_enabled(_tx) ((_tx)->state->endpoints[(_tx)->port] != NULL) argument94 #define is_txa(_tx) ((_tx) == &(_tx)->state->txa) argument95 #define is_txb(_tx) ((_tx) == &(_tx)->state->txb) argument96 #define is_tx(_tx) (is_txa(_tx) || is_txb(_tx)) argument
202 #define bna_tx_from_rid(_bna, _rid, _tx) \ argument
2066 struct netdev_queue *_tx; member
10909 int _rx = *rx, _tx = *tx; in __bnxt_trim_rings() local