Searched refs:EF4_TXQ_TYPES (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | selftest.h | 18 int tx_sent[EF4_TXQ_TYPES]; 19 int tx_done[EF4_TXQ_TYPES];
|
H A D | net_driver.h | 70 #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 D | farch.c | 842 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 D | tx.c | 420 tx_queue->queue / EF4_TXQ_TYPES + in ef4_init_tx_queue_core_txq()
|
H A D | efx.c | 440 for (j = 0; j < EF4_TXQ_TYPES; j++) { in ef4_alloc_channel() 443 tx_queue->queue = i * EF4_TXQ_TYPES + j; in ef4_alloc_channel() 477 for (j = 0; j < EF4_TXQ_TYPES; j++) { in ef4_copy_channel() 1614 EF4_TXQ_TYPES); in ef4_set_channels()
|
H A D | ethtool.c | 368 EF4_TXQ_TYPES); in ef4_describe_per_queue_stats()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | selftest.h | 18 int tx_sent[EF4_TXQ_TYPES]; 19 int tx_done[EF4_TXQ_TYPES];
|
H A D | net_driver.h | 70 #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 D | farch.c | 842 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 D | tx.c | 421 tx_queue->queue / EF4_TXQ_TYPES + in ef4_init_tx_queue_core_txq()
|
H A D | efx.c | 434 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 D | ethtool.c | 368 EF4_TXQ_TYPES); in ef4_describe_per_queue_stats()
|
Completed in 41 milliseconds