Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dselftest.h21 int tx_sent[EFX_TXQ_TYPES];
22 int tx_done[EFX_TXQ_TYPES];
Dnet_driver.h73 #define EFX_TXQ_TYPES 4 macro
74 #define EFX_MAX_TX_QUEUES (EFX_TXQ_TYPES * EFX_MAX_CHANNELS)
464 struct efx_tx_queue tx_queue[EFX_TXQ_TYPES];
1404 type >= EFX_TXQ_TYPES); in efx_get_tx_queue()
1418 type >= EFX_TXQ_TYPES); in efx_channel_get_tx_queue()
1434 _tx_queue < (_channel)->tx_queue + EFX_TXQ_TYPES && \
1444 _tx_queue < (_channel)->tx_queue + EFX_TXQ_TYPES; \
Dfarch.c849 channel, tx_ev_q_label % EFX_TXQ_TYPES); in efx_farch_handle_tx_event()
857 channel, tx_ev_q_label % EFX_TXQ_TYPES); in efx_farch_handle_tx_event()
1104 if (qid < EFX_TXQ_TYPES * efx->n_tx_channels) { in efx_farch_handle_tx_flush_done()
1105 tx_queue = efx_get_tx_queue(efx, qid / EFX_TXQ_TYPES, in efx_farch_handle_tx_flush_done()
1106 qid % EFX_TXQ_TYPES); in efx_farch_handle_tx_flush_done()
1698 efx->n_tx_channels * EFX_TXQ_TYPES * EFX_MAX_DMAQ_SIZE + in efx_farch_dimension_resources()
1701 vi_count = max(efx->n_channels, efx->n_tx_channels * EFX_TXQ_TYPES); in efx_farch_dimension_resources()
Defx.c449 for (j = 0; j < EFX_TXQ_TYPES; j++) { in efx_alloc_channel()
452 tx_queue->queue = i * EFX_TXQ_TYPES + j; in efx_alloc_channel()
487 for (j = 0; j < EFX_TXQ_TYPES; j++) { in efx_copy_channel()
1646 EFX_TXQ_TYPES); in efx_set_channels()
Def10.c301 (EFX_VI_PAGE_SIZE * EFX_TXQ_TYPES)); in efx_ef10_probe()
842 unsigned int min_vis = max(EFX_TXQ_TYPES, in efx_ef10_dimension_resources()
848 channel_vis = max(efx->n_channels, efx->n_tx_channels * EFX_TXQ_TYPES); in efx_ef10_dimension_resources()
924 nic_data->n_allocated_vis / EFX_TXQ_TYPES; in efx_ef10_dimension_resources()
2594 tx_ev_q_label % EFX_TXQ_TYPES); in efx_ef10_handle_tx_event()
Dtx.c560 tx_queue->queue / EFX_TXQ_TYPES + in efx_init_tx_queue_core_txq()
Dethtool.c374 EFX_TXQ_TYPES); in efx_describe_per_queue_stats()