Searched refs:rx_desc_count (Results 1 – 16 of 16) sorted by relevance
231 int rx_desc_count; member310 while (pep->rx_desc_count < pep->rx_ring_size) { in rxq_refill()318 pep->rx_desc_count++; in rxq_refill()348 if (pep->rx_desc_count == 0) { in rxq_refill()796 pep->rx_desc_count--; in rxq_process()1032 pep->rx_desc_count = 0; in rxq_init()1063 for (curr = 0; pep->rx_desc_count && curr < pep->rx_ring_size; curr++) { in rxq_deinit()1066 pep->rx_desc_count--; in rxq_deinit()1069 if (pep->rx_desc_count) in rxq_deinit()1071 pep->rx_desc_count); in rxq_deinit()
330 int rx_desc_count; member513 while (rx < budget && rxq->rx_desc_count) { in rxq_process()535 rxq->rx_desc_count--; in rxq_process()604 while (refilled < budget && rxq->rx_desc_count < rxq->rx_ring_size) { in rxq_refill()621 rxq->rx_desc_count++; in rxq_refill()1949 rxq->rx_desc_count = 0; in rxq_init()2015 rxq->rx_desc_count--; in rxq_deinit()2019 if (rxq->rx_desc_count) { in rxq_deinit()2021 rxq->rx_desc_count); in rxq_deinit()
117 pdata->rx_desc_count = XLGMAC_RX_DESC_CNT; in xlgmac_init()118 if (pdata->rx_desc_count & (pdata->rx_desc_count - 1)) { in xlgmac_init()120 pdata->rx_desc_count); in xlgmac_init()
182 (rx_frames > pdata->rx_desc_count)) in xlgmac_ethtool_set_coalesce()
569 unsigned int rx_desc_count; member
197 pdata->rx_desc_count); in xlgmac_alloc_rings()
474 if (rx_frames > pdata->rx_desc_count) { in xgbe_set_coalesce()476 pdata->rx_desc_count); in xgbe_set_coalesce()634 ringparam->rx_pending = pdata->rx_desc_count; in xgbe_get_ringparam()679 if ((rx == pdata->rx_desc_count) && in xgbe_set_ringparam()683 pdata->rx_desc_count = rx; in xgbe_set_ringparam()
309 pdata->rx_desc_count = XGBE_RX_DESC_CNT; in xgbe_config_netdev()
269 pdata->rx_desc_count); in xgbe_alloc_ring_resources()
1150 unsigned int rx_desc_count; member
225 int rx_desc_count; member
229 while (priv->rx_desc_count < priv->rx_ring_size) { in bcm_enet_refill_rx()264 priv->rx_desc_count++; in bcm_enet_refill_rx()275 if (priv->rx_desc_count == 0 && netif_running(dev)) { in bcm_enet_refill_rx()314 if (budget > priv->rx_desc_count) in bcm_enet_receive_queue()315 budget = priv->rx_desc_count; in bcm_enet_receive_queue()409 priv->rx_desc_count -= processed; in bcm_enet_receive_queue()411 if (processed || !priv->rx_desc_count) { in bcm_enet_receive_queue()1004 priv->rx_desc_count = 0; in bcm_enet_open()2174 priv->rx_desc_count = 0; in bcm_enetsw_open()
472 ring->rx_pending = adapter->rx_desc_count; in iavf_get_ringparam()520 (new_rx_count == adapter->rx_desc_count)) { in iavf_set_ringparam()531 if (new_rx_count != adapter->rx_desc_count) { in iavf_set_ringparam()533 adapter->rx_desc_count, new_rx_count); in iavf_set_ringparam()534 adapter->rx_desc_count = new_rx_count; in iavf_set_ringparam()
281 u32 rx_desc_count; member
1591 rx_ring->count = adapter->rx_desc_count; in iavf_alloc_queues()2631 adapter->rx_desc_count = IAVF_DEFAULT_RXD; in iavf_init_config_adapter()3303 adapter->rx_rings[i].count = adapter->rx_desc_count; in iavf_setup_all_rx_resources()
5465 int i, tx_desc_count = 0, rx_desc_count = 0; in s2io_ethtool_gringparam() local5478 rx_desc_count += sp->config.rx_cfg[i].num_rxd; in s2io_ethtool_gringparam()5479 ering->rx_pending = rx_desc_count; in s2io_ethtool_gringparam()5480 ering->rx_jumbo_pending = rx_desc_count; in s2io_ethtool_gringparam()