Home
last modified time | relevance | path

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

/dpdk/drivers/net/axgbe/
H A Daxgbe_dev.c269 for (i = 0; i < pdata->rx_q_count; i++) in axgbe_disable_tx_flow_control()
295 for (i = 0; i < pdata->rx_q_count; i++) { in axgbe_enable_tx_flow_control()
431 for (i = 0; i < pdata->rx_q_count; i++) { in axgbe_calculate_flow_control_threshold()
442 for (i = 0; i < pdata->rx_q_count; i++) { in axgbe_config_flow_control_threshold()
1021 for (i = 0; i < pdata->rx_q_count; i++) in axgbe_config_rsf_mode()
1043 for (i = 0; i < pdata->rx_q_count; i++) in axgbe_config_rx_threshold()
1058 q_fifo_size = fifo_size / pdata->rx_q_count; in axgbe_config_rx_fifo_size()
1069 for (i = 0; i < pdata->rx_q_count; i++) in axgbe_config_rx_fifo_size()
1078 pdata->rx_q_count, q_fifo_size); in axgbe_config_rx_fifo_size()
1135 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.h574 unsigned int rx_q_count; member
H A Daxgbe_rxtx.c186 for (i = 0; i < pdata->rx_q_count; i++) in axgbe_dev_enable_rx()
H A Daxgbe_ethdev.c2103 pdata->rx_q_count = RTE_MIN(pdata->hw_feat.rx_q_cnt, in axgbe_set_counts()