Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/sfc/
Dsiena_sriov.c116 unsigned txq_count; member
635 ++vf->txq_count; in efx_vfdi_init_txq()
663 return (!vf->txq_count && !vf->rxq_count) || in efx_vfdi_flush_wake()
670 vf->txq_count = 0; in efx_vfdi_flush_clear()
714 while (timeout && (vf->rxq_count || vf->txq_count)) { in efx_vfdi_fini_all_queues()
1495 --vf->txq_count; in efx_siena_sriov_tx_flush_done()
1634 if (vf->txq_count == 0) { in efx_siena_sriov_set_vf_spoofchk()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dmv643xx_eth.c422 int txq_count; member
1248 for (i = 0; i < mp->txq_count; i++) { in mv643xx_eth_get_stats()
2191 for (i = 0; i < mp->txq_count; i++) { in handle_link_event()
2332 for (i = 0; i < mp->txq_count; i++) { in port_start()
2440 for (i = 0; i < mp->txq_count; i++) { in mv643xx_eth_open()
2475 for (i = 0; i < mp->txq_count; i++) in port_reset()
2519 for (i = 0; i < mp->txq_count; i++) in mv643xx_eth_stop()
2937 mp->txq_count = pd->tx_queue_count ? : 1; in set_params()
3094 netif_set_real_num_tx_queues(dev, mp->txq_count); in mv643xx_eth_probe()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c3580 res->max_tx_qs = le16_to_cpu(desc->txq_count); in be_copy_nic_desc()
3761 nic->txq_count = 0xFFFF; in be_reset_nic_desc()
3858 nic_vft->txq_count = cpu_to_le16(num_vf_qs); in be_fill_vf_res_template()
Dbe_cmds.h2086 u16 txq_count; member