Searched refs:rxq_count (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dsiena_sriov.c80 * @rxq_count: Number of initialized receive queues.
118 unsigned rxq_count; member in struct:efx_vf
592 ++vf->rxq_count; efx_vfdi_init_rxq()
663 return (!vf->txq_count && !vf->rxq_count) || efx_vfdi_flush_wake()
672 vf->rxq_count = 0; efx_vfdi_flush_clear()
714 while (timeout && (vf->rxq_count || vf->txq_count)) { efx_vfdi_fini_all_queues()
1519 --vf->rxq_count; efx_siena_sriov_rx_flush_done()
/linux-4.1.27/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c412 int rxq_count; member in struct:mv643xx_eth_private
2360 for (i = 0; i < mp->rxq_count; i++) { port_start()
2423 for (i = 0; i < mp->rxq_count; i++) { mv643xx_eth_open()
2460 for (i = 0; i < mp->rxq_count; i++) mv643xx_eth_open()
2473 for (i = 0; i < mp->rxq_count; i++) port_reset()
2517 for (i = 0; i < mp->rxq_count; i++) mv643xx_eth_stop()
2922 mp->rxq_count = pd->rx_queue_count ? : 1; set_params()
3095 netif_set_real_num_rx_queues(dev, mp->rxq_count); mv643xx_eth_probe()

Completed in 297 milliseconds