Lines Matching refs:_tx
94 #define is_tx_enabled(_tx) ((_tx)->state->endpoints[(_tx)->port] != NULL)95 #define is_txa(_tx) ((_tx) == &(_tx)->state->txa)96 #define is_txb(_tx) ((_tx) == &(_tx)->state->txb)97 #define is_tx(_tx) (is_txa(_tx) || is_txb(_tx))