Searched refs:rx_desc_count (Results 1 – 14 of 14) sorted by relevance
305 pdata->rx_desc_count = XGBE_RX_DESC_CNT; in xgbe_probe()306 if (pdata->rx_desc_count & (pdata->rx_desc_count - 1)) { in xgbe_probe()308 pdata->rx_desc_count); in xgbe_probe()
441 if (rx_frames > pdata->rx_desc_count) { in xgbe_set_coalesce()443 pdata->rx_desc_count); in xgbe_set_coalesce()
691 unsigned int rx_desc_count; member
240 pdata->rx_desc_count); in xgbe_alloc_ring_resources()
242 int rx_desc_count; member324 while (pep->rx_desc_count < pep->rx_ring_size) { in rxq_refill()332 pep->rx_desc_count++; in rxq_refill()362 if (pep->rx_desc_count == 0) { in rxq_refill()810 pep->rx_desc_count--; in rxq_process()1050 pep->rx_desc_count = 0; in rxq_init()1081 for (curr = 0; pep->rx_desc_count && curr < pep->rx_ring_size; curr++) { in rxq_deinit()1084 pep->rx_desc_count--; in rxq_deinit()1087 if (pep->rx_desc_count) in rxq_deinit()1089 pep->rx_desc_count); in rxq_deinit()
343 int rx_desc_count; member528 while (rx < budget && rxq->rx_desc_count) { in rxq_process()550 rxq->rx_desc_count--; in rxq_process()619 while (refilled < budget && rxq->rx_desc_count < rxq->rx_ring_size) { in rxq_refill()636 rxq->rx_desc_count++; in rxq_refill()1929 rxq->rx_desc_count = 0; in rxq_init()1995 rxq->rx_desc_count--; in rxq_deinit()1999 if (rxq->rx_desc_count) { in rxq_deinit()2001 rxq->rx_desc_count); in rxq_deinit()
231 ring->rx_pending = adapter->rx_desc_count; in i40evf_get_ringparam()264 (new_rx_count == adapter->rx_desc_count)) in i40evf_set_ringparam()268 adapter->rx_desc_count = new_rx_count; in i40evf_set_ringparam()
205 u32 rx_desc_count; member
1116 rx_ring->count = adapter->rx_desc_count; in i40evf_alloc_queues()1769 adapter->rx_rings[i]->count = adapter->rx_desc_count; in i40evf_setup_all_rx_resources()2168 adapter->rx_desc_count = I40EVF_DEFAULT_RXD; in i40evf_init_task()
228 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()326 if (budget > priv->rx_desc_count) in bcm_enet_receive_queue()327 budget = priv->rx_desc_count; in bcm_enet_receive_queue()353 priv->rx_desc_count--; in bcm_enet_receive_queue()415 if (processed || !priv->rx_desc_count) { in bcm_enet_receive_queue()991 priv->rx_desc_count = 0; in bcm_enet_open()2214 priv->rx_desc_count = 0; in bcm_enetsw_open()
980 int rx_desc_count = 0; in atl1c_setup_ring_resources() local1004 rx_desc_count += rfd_ring->count; in atl1c_setup_ring_resources()1013 sizeof(struct atl1c_rx_free_desc) * rx_desc_count + in atl1c_setup_ring_resources()1014 sizeof(struct atl1c_recv_ret_status) * rx_desc_count + in atl1c_setup_ring_resources()
490 u16 rx_desc_count; member1060 i < priv->host_info.rx_desc_count; in rx_done_irq()1150 if (priv->rx_desc_head < (priv->host_info.rx_desc_count - 1)) in rx_done_irq()3682 iface->rx_desc_count = le16_to_cpu(iface->rx_desc_count); in atmel_wakeup_firmware()
5508 int i, tx_desc_count = 0, rx_desc_count = 0; in s2io_ethtool_gringparam() local5521 rx_desc_count += sp->config.rx_cfg[i].num_rxd; in s2io_ethtool_gringparam()5522 ering->rx_pending = rx_desc_count; in s2io_ethtool_gringparam()5523 ering->rx_jumbo_pending = rx_desc_count; in s2io_ethtool_gringparam()