Home
last modified time | relevance | path

Searched refs:rxq_count (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/sfc/
A Dsiena_sriov.c117 unsigned rxq_count; member
592 ++vf->rxq_count; in efx_vfdi_init_rxq()
663 return (!vf->txq_count && !vf->rxq_count) || in efx_vfdi_flush_wake()
672 vf->rxq_count = 0; in efx_vfdi_flush_clear()
714 while (timeout && (vf->rxq_count || vf->txq_count)) { in efx_vfdi_fini_all_queues()
1528 --vf->rxq_count; in efx_siena_sriov_rx_flush_done()
/linux/drivers/net/ethernet/marvell/
A Dmv643xx_eth.c396 int rxq_count; member
2377 for (i = 0; i < mp->rxq_count; i++) { in port_start()
2440 for (i = 0; i < mp->rxq_count; i++) { in mv643xx_eth_open()
2477 for (i = 0; i < mp->rxq_count; i++) in mv643xx_eth_open()
2490 for (i = 0; i < mp->rxq_count; i++) in port_reset()
2534 for (i = 0; i < mp->rxq_count; i++) in mv643xx_eth_stop()
2943 mp->rxq_count = pd->rx_queue_count ? : 1; in set_params()
3139 netif_set_real_num_rx_queues(dev, mp->rxq_count); in mv643xx_eth_probe()
/linux/drivers/staging/ks7010/
A Dks_wlan.h556 static inline unsigned int rxq_count(struct ks_wlan_private *priv) in rxq_count() function
A Dks7010_sdio.c431 if (rxq_count(priv) >= (RX_DEVICE_BUFF_SIZE - 1)) { in ks_wlan_hw_rx()

Completed in 18 milliseconds