Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_tx.c317 sw_index = sas->txq_count; in sfc_tx_fini_queues()
323 sas->txq_count = nb_tx_queues; in sfc_tx_fini_queues()
336 nb_tx_queues, sas->txq_count); in sfc_tx_configure()
352 if (nb_tx_queues == sas->txq_count) in sfc_tx_configure()
374 if (nb_tx_queues < sas->txq_count) in sfc_tx_configure()
390 if (nb_tx_queues > sas->txq_count) { in sfc_tx_configure()
400 while (sas->txq_count < nb_tx_queues) { in sfc_tx_configure()
405 sas->txq_count++; in sfc_tx_configure()
452 SFC_ASSERT(sw_index < sas->txq_count); in sfc_tx_qstart()
534 SFC_ASSERT(sw_index < sas->txq_count); in sfc_tx_qstop()
[all …]
H A Dsfc.h171 unsigned int txq_count; member
H A Dsfc.c288 for (txq_index = 0; txq_index < sas->txq_count; ++txq_index) { in sfc_set_fw_subvariant()
H A Dsfc_ethdev.c1217 SFC_ASSERT(tx_queue_id < sas->txq_count); in sfc_tx_queue_info_get()
/f-stack/dpdk/drivers/net/tap/
H A Drte_eth_tap.c113 int txq_count; member
2336 if (reply_param->rxq_count + reply_param->txq_count != reply->num_fds) { in tap_mp_attach_queues()
2342 dev->data->nb_tx_queues = reply_param->txq_count; in tap_mp_attach_queues()
2346 for (queue = 0; queue < reply_param->txq_count; queue++) in tap_mp_attach_queues()
2393 reply_param->txq_count = 0; in tap_mp_sync_queues()
2396 reply_param->txq_count++; in tap_mp_sync_queues()
2398 RTE_ASSERT(reply_param->txq_count == dev->data->nb_tx_queues); in tap_mp_sync_queues()