Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/amd/xgbe/
Dxgbe-dev.c572 if (pdata->rx_rfd[i]) { in xgbe_enable_tx_flow_control()
2306 pdata->rx_rfd[queue] = 0; in xgbe_queue_flow_control_threshold()
2313 pdata->rx_rfd[queue] = 1; /* Full - 1536 bytes */ in xgbe_queue_flow_control_threshold()
2320 pdata->rx_rfd[queue] = 5; /* Full - 3584 bytes */ in xgbe_queue_flow_control_threshold()
2342 pdata->rx_rfd[queue] = XGMAC_FLOW_CONTROL_VALUE(rfd); in xgbe_queue_flow_control_threshold()
2366 pdata->rx_rfd[i]); in xgbe_config_flow_control_threshold()
Dxgbe.h1189 unsigned int rx_rfd[XGBE_MAX_QUEUES]; member