Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/sfc/
Dselftest.h21 int tx_sent[EFX_TXQ_TYPES];
22 int tx_done[EFX_TXQ_TYPES];
Dnet_driver.h68 #define EFX_TXQ_TYPES 4 macro
69 #define EFX_MAX_TX_QUEUES (EFX_TXQ_TYPES * EFX_MAX_CHANNELS)
387 struct efx_tx_queue tx_queue[EFX_TXQ_TYPES];
1005 type >= EFX_TXQ_TYPES); in efx_get_tx_queue()
1019 type >= EFX_TXQ_TYPES); in efx_channel_get_tx_queue()
1035 _tx_queue < (_channel)->tx_queue + EFX_TXQ_TYPES && \
1045 _tx_queue < (_channel)->tx_queue + EFX_TXQ_TYPES; \
Dnic.c866 channel, tx_ev_q_label % EFX_TXQ_TYPES); in efx_handle_tx_event()
874 channel, tx_ev_q_label % EFX_TXQ_TYPES); in efx_handle_tx_event()
1062 if (qid < EFX_TXQ_TYPES * efx->n_tx_channels) { in efx_handle_tx_flush_done()
1063 tx_queue = efx_get_tx_queue(efx, qid / EFX_TXQ_TYPES, in efx_handle_tx_flush_done()
1064 qid % EFX_TXQ_TYPES); in efx_handle_tx_flush_done()
1705 efx->n_tx_channels * EFX_TXQ_TYPES * EFX_MAX_DMAQ_SIZE + in efx_nic_dimension_resources()
1708 vi_count = max(efx->n_channels, efx->n_tx_channels * EFX_TXQ_TYPES); in efx_nic_dimension_resources()
Defx.c462 for (j = 0; j < EFX_TXQ_TYPES; j++) { in efx_alloc_channel()
465 tx_queue->queue = i * EFX_TXQ_TYPES + j; in efx_alloc_channel()
497 for (j = 0; j < EFX_TXQ_TYPES; j++) { in efx_copy_channel()
1433 EFX_TXQ_TYPES); in efx_set_channels()
Dtx.c387 tx_queue->queue / EFX_TXQ_TYPES + in efx_init_tx_queue_core_txq()