_tx_queue         252 drivers/net/ethernet/sfc/ethtool.c #define EFX_TX_QUEUE_NAME(_tx_queue) "txq%d", _tx_queue->queue
_tx_queue         234 drivers/net/ethernet/sfc/falcon/ethtool.c #define EF4_TX_QUEUE_NAME(_tx_queue) "txq%d", _tx_queue->queue
_tx_queue          72 drivers/net/ethernet/sfc/falcon/farch.c #define EF4_CHANNEL_MAGIC_TX_DRAIN(_tx_queue)				\
_tx_queue          74 drivers/net/ethernet/sfc/falcon/farch.c 			   (_tx_queue)->queue)
_tx_queue        1216 drivers/net/ethernet/sfc/falcon/net_driver.h #define ef4_for_each_channel_tx_queue(_tx_queue, _channel)		\
_tx_queue        1220 drivers/net/ethernet/sfc/falcon/net_driver.h 		for (_tx_queue = (_channel)->tx_queue;			\
_tx_queue        1221 drivers/net/ethernet/sfc/falcon/net_driver.h 		     _tx_queue < (_channel)->tx_queue + EF4_TXQ_TYPES && \
_tx_queue        1222 drivers/net/ethernet/sfc/falcon/net_driver.h 			     ef4_tx_queue_used(_tx_queue);		\
_tx_queue        1223 drivers/net/ethernet/sfc/falcon/net_driver.h 		     _tx_queue++)
_tx_queue        1226 drivers/net/ethernet/sfc/falcon/net_driver.h #define ef4_for_each_possible_channel_tx_queue(_tx_queue, _channel)	\
_tx_queue        1230 drivers/net/ethernet/sfc/falcon/net_driver.h 		for (_tx_queue = (_channel)->tx_queue;			\
_tx_queue        1231 drivers/net/ethernet/sfc/falcon/net_driver.h 		     _tx_queue < (_channel)->tx_queue + EF4_TXQ_TYPES;	\
_tx_queue        1232 drivers/net/ethernet/sfc/falcon/net_driver.h 		     _tx_queue++)
_tx_queue          74 drivers/net/ethernet/sfc/farch.c #define EFX_CHANNEL_MAGIC_TX_DRAIN(_tx_queue)				\
_tx_queue          76 drivers/net/ethernet/sfc/farch.c 			   (_tx_queue)->queue)
_tx_queue        1497 drivers/net/ethernet/sfc/net_driver.h #define efx_for_each_channel_tx_queue(_tx_queue, _channel)		\
_tx_queue        1501 drivers/net/ethernet/sfc/net_driver.h 		for (_tx_queue = (_channel)->tx_queue;			\
_tx_queue        1502 drivers/net/ethernet/sfc/net_driver.h 		     _tx_queue < (_channel)->tx_queue + EFX_TXQ_TYPES && \
_tx_queue        1503 drivers/net/ethernet/sfc/net_driver.h 			     efx_tx_queue_used(_tx_queue);		\
_tx_queue        1504 drivers/net/ethernet/sfc/net_driver.h 		     _tx_queue++)
_tx_queue        1507 drivers/net/ethernet/sfc/net_driver.h #define efx_for_each_possible_channel_tx_queue(_tx_queue, _channel)	\
_tx_queue        1511 drivers/net/ethernet/sfc/net_driver.h 		for (_tx_queue = (_channel)->tx_queue;			\
_tx_queue        1512 drivers/net/ethernet/sfc/net_driver.h 		     _tx_queue < (_channel)->tx_queue + EFX_TXQ_TYPES;	\
_tx_queue        1513 drivers/net/ethernet/sfc/net_driver.h 		     _tx_queue++)