Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe-dev.c2288 pdata->rx_rfa[queue] = 0; in xgbe_queue_flow_control_threshold()
2295 pdata->rx_rfa[queue] = 0; /* Full - 1024 bytes */ in xgbe_queue_flow_control_threshold()
2302 pdata->rx_rfa[queue] = 2; /* Full - 2048 bytes */ in xgbe_queue_flow_control_threshold()
2324 pdata->rx_rfa[queue] = XGMAC_FLOW_CONTROL_VALUE(rfa); in xgbe_queue_flow_control_threshold()
2347 pdata->rx_rfa[i]); in xgbe_config_flow_control_threshold()
Dxgbe.h1167 unsigned int rx_rfa[XGBE_MAX_QUEUES]; member