Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/amd/xgbe/
Dxgbe-dev.c2298 pdata->rx_rfa[queue] = 0; in xgbe_queue_flow_control_threshold()
2305 pdata->rx_rfa[queue] = 0; /* Full - 1024 bytes */ in xgbe_queue_flow_control_threshold()
2312 pdata->rx_rfa[queue] = 2; /* Full - 2048 bytes */ in xgbe_queue_flow_control_threshold()
2334 pdata->rx_rfa[queue] = XGMAC_FLOW_CONTROL_VALUE(rfa); in xgbe_queue_flow_control_threshold()
2357 pdata->rx_rfa[i]); in xgbe_config_flow_control_threshold()
Dxgbe.h1160 unsigned int rx_rfa[XGBE_MAX_QUEUES]; member