Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_rx.c441 SFC_ASSERT(dpq->queue_id < sas->rxq_count); in sfc_rxq_info_by_dp_rxq()
1575 sas->rxq_count); in sfc_rx_start()
1616 sas->rxq_count); in sfc_rx_stop()
1618 sw_index = sas->rxq_count; in sfc_rx_stop()
1750 if (nb_rxq_total == sas->rxq_count) { in sfc_rx_configure()
1797 if (nb_rxq_total > sas->rxq_count) { in sfc_rx_configure()
1798 unsigned int rxq_count = sas->rxq_count; in sfc_rx_configure() local
1800 memset(&sas->rxq_info[rxq_count], 0, in sfc_rx_configure()
1801 (nb_rxq_total - rxq_count) * in sfc_rx_configure()
1803 memset(&sa->rxq_ctrl[rxq_count], 0, in sfc_rx_configure()
[all …]
H A Dsfc.h127 unsigned int rxq_count; member
H A Dsfc_ethdev.c1077 for (i = 0; i < sas->rxq_count; i++) { in sfc_check_scatter_on_all_rx_queues()
/dpdk/drivers/net/tap/
H A Drte_eth_tap.c124 int rxq_count; member
906 request_param->rxq_count++; in tap_mp_req_on_rxtx()
961 TAP_LOG(DEBUG, "tap_attach rx_q:%d tx_q:%d\n", request_param->rxq_count, in tap_mp_req_start_rxtx()
965 for (queue = 0; queue < request_param->rxq_count; queue++) in tap_mp_req_start_rxtx()
2406 if (reply_param->rxq_count + reply_param->txq_count != reply->num_fds) { in tap_mp_attach_queues()
2411 dev->data->nb_rx_queues = reply_param->rxq_count; in tap_mp_attach_queues()
2414 for (queue = 0; queue < reply_param->rxq_count; queue++) in tap_mp_attach_queues()
2447 reply_param->rxq_count = 0; in tap_mp_sync_queues()
2456 reply_param->rxq_count++; in tap_mp_sync_queues()
2458 RTE_ASSERT(reply_param->rxq_count == dev->data->nb_rx_queues); in tap_mp_sync_queues()
/dpdk/examples/l3fwd-power/
H A Dmain.c799 uint32_t rxq_count = rte_eth_rx_queue_count(port_id, queue_id); in power_freq_scaleup_heuristic() local
811 if (likely(rxq_count > FREQ_GEAR3_RX_PACKET_THRESHOLD)) { in power_freq_scaleup_heuristic()
814 } else if (likely(rxq_count > FREQ_GEAR2_RX_PACKET_THRESHOLD)) in power_freq_scaleup_heuristic()
816 else if (likely(rxq_count > FREQ_GEAR1_RX_PACKET_THRESHOLD)) in power_freq_scaleup_heuristic()