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

/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c251 pdata->rx_q_count = min_t(unsigned int, pdata->hw_feat.rx_q_cnt,
258 pdata->tx_q_count, pdata->rx_q_count);
H A Dxgbe-dev.c226 for (i = 0; i < pdata->rx_q_count; i++)
247 for (i = 0; i < pdata->rx_q_count; i++)
544 for (i = 0; i < pdata->rx_q_count; i++)
569 for (i = 0; i < pdata->rx_q_count; i++) {
2401 for (i = 0; i < pdata->rx_q_count; i++) {
2412 for (i = 0; i < pdata->rx_q_count; i++) {
2513 prio_queues = XGMAC_PRIO_QUEUES(pdata->rx_q_count);
2535 prio_queues = XGMAC_PRIO_QUEUES(pdata->rx_q_count);
2626 prio_queues = XGMAC_PRIO_QUEUES(pdata->rx_q_count);
2629 fifo_size = xgbe_set_nonprio_fifos(fifo_size, pdata->rx_q_count, fif
[all...]
H A Dxgbe.h1158 unsigned int rx_q_count; member in struct:xgbe_prv_data
/linux-master/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-hw.c621 for (i = 0; i < pdata->rx_q_count; i++)
657 for (i = 0; i < pdata->rx_q_count; i++)
1195 for (i = 0; i < pdata->rx_q_count; i++) {
1227 for (i = 0; i < pdata->rx_q_count; i++) {
1332 for (i = 0; i < pdata->rx_q_count; i++) {
1345 for (i = 0; i < pdata->rx_q_count; i++) {
1463 for (i = 0; i < pdata->rx_q_count; i++) {
1550 pdata->rx_q_count);
1660 pdata->rx_q_count);
1662 for (i = 0; i < pdata->rx_q_count;
[all...]
H A Ddwc-xlgmac-ethtool.c145 channel->rx_count = pdata->rx_q_count;
H A Ddwc-xlgmac-common.c143 pdata->rx_q_count = pdata->rx_ring_count;
144 ret = netif_set_real_num_rx_queues(netdev, pdata->rx_q_count);
H A Ddwc-xlgmac.h571 unsigned int rx_q_count; member in struct:xlgmac_pdata

Completed in 147 milliseconds