Home
last modified time | relevance | path

Searched refs:EF4_TXQ_TYPES (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/sfc/falcon/
H A Dselftest.h18 int tx_sent[EF4_TXQ_TYPES];
19 int tx_done[EF4_TXQ_TYPES];
H A Dnet_driver.h70 #define EF4_TXQ_TYPES 4 macro
71 #define EF4_MAX_TX_QUEUES (EF4_TXQ_TYPES * EF4_MAX_CHANNELS)
445 struct ef4_tx_queue tx_queue[EF4_TXQ_TYPES];
1191 type >= EF4_TXQ_TYPES); in ef4_get_tx_queue()
1205 type >= EF4_TXQ_TYPES); in ef4_channel_get_tx_queue()
1221 _tx_queue < (_channel)->tx_queue + EF4_TXQ_TYPES && \
1231 _tx_queue < (_channel)->tx_queue + EF4_TXQ_TYPES; \
H A Dfarch.c842 channel, tx_ev_q_label % EF4_TXQ_TYPES); in ef4_farch_handle_tx_event()
850 channel, tx_ev_q_label % EF4_TXQ_TYPES); in ef4_farch_handle_tx_event()
1096 if (qid < EF4_TXQ_TYPES * efx->n_tx_channels) { in ef4_farch_handle_tx_flush_done()
1097 tx_queue = ef4_get_tx_queue(efx, qid / EF4_TXQ_TYPES, in ef4_farch_handle_tx_flush_done()
1098 qid % EF4_TXQ_TYPES); in ef4_farch_handle_tx_flush_done()
1650 vi_count = max(efx->n_channels, efx->n_tx_channels * EF4_TXQ_TYPES); in ef4_farch_dimension_resources()
H A Defx.c434 for (j = 0; j < EF4_TXQ_TYPES; j++) { in ef4_alloc_channel()
437 tx_queue->queue = i * EF4_TXQ_TYPES + j; in ef4_alloc_channel()
471 for (j = 0; j < EF4_TXQ_TYPES; j++) { in ef4_copy_channel()
1604 EF4_TXQ_TYPES); in ef4_set_channels()
H A Dtx.c421 tx_queue->queue / EF4_TXQ_TYPES + in ef4_init_tx_queue_core_txq()
H A Dethtool.c368 EF4_TXQ_TYPES); in ef4_describe_per_queue_stats()