Searched refs:tx_q_count (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c259 for (i = 0; i < pdata->tx_q_count; i++)
281 for (i = 0; i < pdata->tx_q_count; i++)
350 q_count = min_t(unsigned int, pdata->tx_q_count, max_q_count);
375 q_count = min_t(unsigned int, pdata->tx_q_count, max_q_count);
1638 for (i = 0; i < pdata->tx_q_count; i++)
1642 for (i = 0; i < pdata->tx_q_count; i++) {
1792 pdata->tx_q_count);
1794 for (i = 0; i < pdata->tx_q_count; i++)
1798 pdata->tx_q_count, ((fifo_size + 1) * 256));
1827 qptc = pdata->tx_q_count / pdat
[all...]
H A Dxgbe-main.c369 pdata->tx_q_count = pdata->tx_ring_count;
H A Dxgbe.h602 unsigned int tx_q_count; member in struct:xgbe_prv_data
H A Dxgbe-drv.c1448 while ((queue < pdata->tx_q_count) &&

Completed in 40 milliseconds