Home
last modified time | relevance | path

Searched refs:EFX_TXQ_TYPES (Results 1 – 7 of 7) sorted by relevance

/drivers/net/ethernet/sfc/
Dselftest.h18 int tx_sent[EFX_TXQ_TYPES];
19 int tx_done[EFX_TXQ_TYPES];
Dnet_driver.h70 #define EFX_TXQ_TYPES 4 macro
71 #define EFX_MAX_TX_QUEUES (EFX_TXQ_TYPES * EFX_MAX_CHANNELS)
504 struct efx_tx_queue tx_queue[EFX_TXQ_TYPES];
1472 type >= EFX_TXQ_TYPES); in efx_get_tx_queue()
1486 type >= EFX_TXQ_TYPES); in efx_channel_get_tx_queue()
1502 _tx_queue < (_channel)->tx_queue + EFX_TXQ_TYPES && \
1512 _tx_queue < (_channel)->tx_queue + EFX_TXQ_TYPES; \
Dfarch.c834 channel, tx_ev_q_label % EFX_TXQ_TYPES); in efx_farch_handle_tx_event()
840 channel, tx_ev_q_label % EFX_TXQ_TYPES); in efx_farch_handle_tx_event()
1085 if (qid < EFX_TXQ_TYPES * (efx->n_tx_channels + efx->n_extra_tx_channels)) { in efx_farch_handle_tx_flush_done()
1086 tx_queue = efx_get_tx_queue(efx, qid / EFX_TXQ_TYPES, in efx_farch_handle_tx_flush_done()
1087 qid % EFX_TXQ_TYPES); in efx_farch_handle_tx_flush_done()
1680 total_tx_channels * EFX_TXQ_TYPES * EFX_MAX_DMAQ_SIZE + in efx_farch_dimension_resources()
1683 vi_count = max(efx->n_channels, total_tx_channels * EFX_TXQ_TYPES); in efx_farch_dimension_resources()
Defx.c476 for (j = 0; j < EFX_TXQ_TYPES; j++) { in efx_alloc_channel()
479 tx_queue->queue = i * EFX_TXQ_TYPES + j; in efx_alloc_channel()
517 for (j = 0; j < EFX_TXQ_TYPES; j++) { in efx_copy_channel()
1748 EFX_TXQ_TYPES); in efx_set_channels()
Dtx.c677 tx_queue->queue / EFX_TXQ_TYPES + in efx_init_tx_queue_core_txq()
Def10.c745 (efx->vi_stride * EFX_TXQ_TYPES)); in efx_ef10_probe()
1292 unsigned int min_vis = max(EFX_TXQ_TYPES, in efx_ef10_dimension_resources()
1300 EFX_TXQ_TYPES); in efx_ef10_dimension_resources()
1382 nic_data->n_allocated_vis / EFX_TXQ_TYPES; in efx_ef10_dimension_resources()
3702 tx_ev_q_label % EFX_TXQ_TYPES); in efx_ef10_handle_tx_event()
Dethtool.c386 EFX_TXQ_TYPES); in efx_describe_per_queue_stats()