Searched refs:txq_count (Results 1 – 5 of 5) sorted by relevance
117 unsigned txq_count; member637 ++vf->txq_count; in efx_vfdi_init_txq()665 return (!vf->txq_count && !vf->rxq_count) || in efx_vfdi_flush_wake()672 vf->txq_count = 0; in efx_vfdi_flush_clear()716 while (timeout && (vf->rxq_count || vf->txq_count)) { in efx_vfdi_fini_all_queues()1506 --vf->txq_count; in efx_siena_sriov_tx_flush_done()1645 if (vf->txq_count == 0) { in efx_siena_sriov_set_vf_spoofchk()
422 int txq_count; member1280 for (i = 0; i < mp->txq_count; i++) { in mv643xx_eth_get_stats()2220 for (i = 0; i < mp->txq_count; i++) { in handle_link_event()2361 for (i = 0; i < mp->txq_count; i++) { in port_start()2469 for (i = 0; i < mp->txq_count; i++) { in mv643xx_eth_open()2504 for (i = 0; i < mp->txq_count; i++) in port_reset()2548 for (i = 0; i < mp->txq_count; i++) in mv643xx_eth_stop()2973 mp->txq_count = pd->tx_queue_count ? : 1; in set_params()3130 netif_set_real_num_tx_queues(dev, mp->txq_count); in mv643xx_eth_probe()
441 int ret, txq_count; in linux_wlan_txq_task() local478 ret = wilc_wlan_handle_txq(dev, &txq_count); in linux_wlan_txq_task()481 ret = wilc_wlan_handle_txq(dev, &txq_count); in linux_wlan_txq_task()482 if (txq_count < FLOW_CONTROL_LOWER_THRESHOLD /* && netif_queue_stopped(pd->wilc_netdev)*/) { in linux_wlan_txq_task()
3659 res->max_tx_qs = le16_to_cpu(desc->txq_count); in be_copy_nic_desc()3847 nic->txq_count = 0xFFFF; in be_reset_nic_desc()3948 nic_vft->txq_count = cpu_to_le16(num_vf_qs); in be_fill_vf_res_template()
2124 u16 txq_count; member