Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_dev.c229 for (i = 0; i < pdata->rx_q_count; i++) in axgbe_disable_tx_flow_control()
255 for (i = 0; i < pdata->rx_q_count; i++) { in axgbe_enable_tx_flow_control()
391 for (i = 0; i < pdata->rx_q_count; i++) { in axgbe_calculate_flow_control_threshold()
402 for (i = 0; i < pdata->rx_q_count; i++) { in axgbe_config_flow_control_threshold()
867 for (i = 0; i < pdata->rx_q_count; i++) in axgbe_config_rsf_mode()
889 for (i = 0; i < pdata->rx_q_count; i++) in axgbe_config_rx_threshold()
904 q_fifo_size = fifo_size / pdata->rx_q_count; in axgbe_config_rx_fifo_size()
915 for (i = 0; i < pdata->rx_q_count; i++) in axgbe_config_rx_fifo_size()
924 pdata->rx_q_count, q_fifo_size); in axgbe_config_rx_fifo_size()
981 for (i = 0; i < pdata->rx_q_count;) { in axgbe_config_queue_mapping()
[all …]
H A Daxgbe_regs.h164 for (i = 0; i < pdata->rx_q_count; i++) in axgbe_regs_get_count()
209 for (j = 0; j < pdata->rx_q_count; j++) { in axgbe_regs_dump()
H A Daxgbe_ethdev.h556 unsigned int rx_q_count; member
H A Daxgbe_rxtx.c187 for (i = 0; i < pdata->rx_q_count; i++) in axgbe_dev_enable_rx()
H A Daxgbe_ethdev.c1905 pdata->rx_q_count = RTE_MIN(pdata->hw_feat.rx_q_cnt, in axgbe_set_counts()