Searched refs:rx_desc_count (Results 1 – 18 of 18) 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()1946 rxq->rx_desc_count = 0; in rxq_init()2011 rxq->rx_desc_count--; in rxq_deinit()2015 if (rxq->rx_desc_count) { in rxq_deinit()2017 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
196 pdata->rx_desc_count); in xlgmac_alloc_rings()
371 if (rx_frames > pdata->rx_desc_count) { in xgbe_set_coalesce()374 pdata->rx_desc_count); in xgbe_set_coalesce()545 ringparam->rx_pending = pdata->rx_desc_count; in xgbe_get_ringparam()592 if ((rx == pdata->rx_desc_count) && in xgbe_set_ringparam()596 pdata->rx_desc_count = rx; in xgbe_set_ringparam()
199 pdata->rx_desc_count = XGBE_RX_DESC_CNT; in xgbe_config_netdev()
160 pdata->rx_desc_count); in xgbe_alloc_ring_resources()
1072 unsigned 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()1003 priv->rx_desc_count = 0; in bcm_enet_open()2172 priv->rx_desc_count = 0; in bcm_enetsw_open()
225 int rx_desc_count; member
473 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()
283 u32 rx_desc_count; member
1590 rx_ring->count = adapter->rx_desc_count; in iavf_alloc_queues()2802 adapter->rx_desc_count = IAVF_DEFAULT_RXD; in iavf_init_config_adapter()3483 adapter->rx_rings[i].count = adapter->rx_desc_count; in iavf_setup_all_rx_resources()
253 ((ab)->profile_param->dp_params.rx_desc_count)
54 .rx_desc_count = 12288,67 .rx_desc_count = 6144,
913 u32 rx_desc_count; member