Home
last modified time | relevance | path

Searched refs:rx_rfa (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_dev.c347 pdata->rx_rfa[queue] = 0; in axgbe_queue_flow_control_threshold()
354 pdata->rx_rfa[queue] = 0; /* Full - 1024 bytes */ in axgbe_queue_flow_control_threshold()
361 pdata->rx_rfa[queue] = 2; /* Full - 2048 bytes */ in axgbe_queue_flow_control_threshold()
382 pdata->rx_rfa[queue] = AXGMAC_FLOW_CONTROL_VALUE(rfa); in axgbe_queue_flow_control_threshold()
404 pdata->rx_rfa[i]); in axgbe_config_flow_control_threshold()
H A Daxgbe_ethdev.h595 unsigned int rx_rfa[AXGBE_MAX_QUEUES]; member