Searched refs:rx_q_count (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c249 for (i = 0; i < pdata->rx_q_count; i++)
270 for (i = 0; i < pdata->rx_q_count; i++)
345 for (i = 0; i < pdata->rx_q_count; i++)
370 for (i = 0; i < pdata->rx_q_count; i++)
1807 pdata->rx_q_count);
1809 for (i = 0; i < pdata->rx_q_count; i++)
1813 pdata->rx_q_count, ((fifo_size + 1) * 256));
1848 pdata->rx_q_count);
1881 for (i = 0; i < pdata->rx_q_count;) {
1884 if ((i % MTL_RQDCM_Q_PER_REG) && (i != pdata->rx_q_count))
[all...]
H A Dxgbe-main.c379 pdata->rx_q_count = pdata->hw_feat.rx_q_cnt;
H A Dxgbe.h603 unsigned int rx_q_count; member in struct:xgbe_prv_data

Completed in 73 milliseconds