Searched refs:rx_desc_count (Results 1 – 18 of 18) sorted by relevance
242 int rx_desc_count; member321 while (pep->rx_desc_count < pep->rx_ring_size) { in rxq_refill()329 pep->rx_desc_count++; in rxq_refill()359 if (pep->rx_desc_count == 0) { in rxq_refill()807 pep->rx_desc_count--; in rxq_process()1044 pep->rx_desc_count = 0; in rxq_init()1075 for (curr = 0; pep->rx_desc_count && curr < pep->rx_ring_size; curr++) { in rxq_deinit()1078 pep->rx_desc_count--; in rxq_deinit()1081 if (pep->rx_desc_count) in rxq_deinit()1083 pep->rx_desc_count); in rxq_deinit()
341 int rx_desc_count; member524 while (rx < budget && rxq->rx_desc_count) { in rxq_process()546 rxq->rx_desc_count--; in rxq_process()615 while (refilled < budget && rxq->rx_desc_count < rxq->rx_ring_size) { in rxq_refill()632 rxq->rx_desc_count++; in rxq_refill()1962 rxq->rx_desc_count = 0; in rxq_init()2028 rxq->rx_desc_count--; in rxq_deinit()2032 if (rxq->rx_desc_count) { in rxq_deinit()2034 rxq->rx_desc_count); in rxq_deinit()
119 pdata->rx_desc_count = XLGMAC_RX_DESC_CNT; in xlgmac_init()120 if (pdata->rx_desc_count & (pdata->rx_desc_count - 1)) { in xlgmac_init()122 pdata->rx_desc_count); in xlgmac_init()
191 (rx_frames > pdata->rx_desc_count)) in xlgmac_ethtool_set_coalesce()
568 unsigned int rx_desc_count; member
197 pdata->rx_desc_count); in xlgmac_alloc_rings()
492 if (rx_frames > pdata->rx_desc_count) { in xgbe_set_coalesce()494 pdata->rx_desc_count); in xgbe_set_coalesce()652 ringparam->rx_pending = pdata->rx_desc_count; in xgbe_get_ringparam()695 if ((rx == pdata->rx_desc_count) && in xgbe_set_ringparam()699 pdata->rx_desc_count = rx; in xgbe_set_ringparam()
311 pdata->rx_desc_count = XGBE_RX_DESC_CNT; in xgbe_config_netdev()
269 pdata->rx_desc_count); in xgbe_alloc_ring_resources()
1123 unsigned int rx_desc_count; member
358 ring->rx_pending = adapter->rx_desc_count; in i40evf_get_ringparam()391 (new_rx_count == adapter->rx_desc_count)) in i40evf_set_ringparam()395 adapter->rx_desc_count = new_rx_count; in i40evf_set_ringparam()
249 u32 rx_desc_count; member
1166 rx_ring->count = adapter->rx_desc_count; in i40evf_alloc_queues()2205 adapter->rx_rings[i].count = adapter->rx_desc_count; in i40evf_setup_all_rx_resources()3521 adapter->rx_desc_count = I40EVF_DEFAULT_RXD; in i40evf_init_task()
225 int rx_desc_count; member
243 while (priv->rx_desc_count < priv->rx_ring_size) { in bcm_enet_refill_rx()275 priv->rx_desc_count++; in bcm_enet_refill_rx()286 if (priv->rx_desc_count == 0 && netif_running(dev)) { in bcm_enet_refill_rx()323 if (budget > priv->rx_desc_count) in bcm_enet_receive_queue()324 budget = priv->rx_desc_count; in bcm_enet_receive_queue()350 priv->rx_desc_count--; in bcm_enet_receive_queue()412 if (processed || !priv->rx_desc_count) { in bcm_enet_receive_queue()987 priv->rx_desc_count = 0; in bcm_enet_open()2175 priv->rx_desc_count = 0; in bcm_enetsw_open()
985 int rx_desc_count = 0; in atl1c_setup_ring_resources() local1009 rx_desc_count += rfd_ring->count; in atl1c_setup_ring_resources()1018 sizeof(struct atl1c_rx_free_desc) * rx_desc_count + in atl1c_setup_ring_resources()1019 sizeof(struct atl1c_recv_ret_status) * rx_desc_count + in atl1c_setup_ring_resources()
490 u16 rx_desc_count; member1059 i < priv->host_info.rx_desc_count; in rx_done_irq()1149 if (priv->rx_desc_head < (priv->host_info.rx_desc_count - 1)) in rx_done_irq()3658 iface->rx_desc_count = le16_to_cpu(iface->rx_desc_count); in atmel_wakeup_firmware()
5460 int i, tx_desc_count = 0, rx_desc_count = 0; in s2io_ethtool_gringparam() local5473 rx_desc_count += sp->config.rx_cfg[i].num_rxd; in s2io_ethtool_gringparam()5474 ering->rx_pending = rx_desc_count; in s2io_ethtool_gringparam()5475 ering->rx_jumbo_pending = rx_desc_count; in s2io_ethtool_gringparam()