Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A Dsiena_sriov.c115 unsigned txq_count; member
636 ++vf->txq_count; in efx_vfdi_init_txq()
664 return (!vf->txq_count && !vf->rxq_count) || in efx_vfdi_flush_wake()
671 vf->txq_count = 0; in efx_vfdi_flush_clear()
715 while (timeout && (vf->rxq_count || vf->txq_count)) { in efx_vfdi_fini_all_queues()
1505 --vf->txq_count; in efx_siena_sriov_tx_flush_done()
1644 if (vf->txq_count == 0) { in efx_siena_sriov_set_vf_spoofchk()
/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_ethtool.c730 u8 cqcount, txq_count; in nicvf_set_channels() local
762 txq_count = nic->xdp_tx_queues + nic->tx_queues; in nicvf_set_channels()
763 cqcount = max(nic->rx_queues, txq_count); in nicvf_set_channels()
773 nic->qs->sq_cnt = min_t(u8, txq_count, MAX_SND_QUEUES_PER_QS); in nicvf_set_channels()
H A Dnicvf_main.c1803 u8 cq_count, txq_count; in nicvf_set_xdp_queues() local
1814 txq_count = nic->xdp_tx_queues + nic->tx_queues; in nicvf_set_xdp_queues()
1815 cq_count = max(nic->rx_queues, txq_count); in nicvf_set_xdp_queues()
1825 nic->qs->sq_cnt = min_t(u8, txq_count, MAX_SND_QUEUES_PER_QS); in nicvf_set_xdp_queues()
/linux/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c407 int txq_count; member
1261 for (i = 0; i < mp->txq_count; i++) { in mv643xx_eth_get_stats()
2211 for (i = 0; i < mp->txq_count; i++) { in handle_link_event()
2354 for (i = 0; i < mp->txq_count; i++) { in port_start()
2462 for (i = 0; i < mp->txq_count; i++) { in mv643xx_eth_open()
2498 for (i = 0; i < mp->txq_count; i++) in port_reset()
2542 for (i = 0; i < mp->txq_count; i++) in mv643xx_eth_stop()
2968 mp->txq_count = pd->tx_queue_count ? : 1; in set_params()
3179 netif_set_real_num_tx_queues(dev, mp->txq_count); in mv643xx_eth_probe()
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.c159 u32 txq_count; in wilc_txq_task() local
174 ret = wilc_wlan_handle_txq(wl, &txq_count); in wilc_txq_task()
175 if (txq_count < FLOW_CONTROL_LOWER_THRESHOLD) { in wilc_txq_task()
H A Dwlan.h424 int wilc_wlan_handle_txq(struct wilc *wl, u32 *txq_count);
H A Dwlan.c695 int wilc_wlan_handle_txq(struct wilc *wilc, u32 *txq_count) in wilc_wlan_handle_txq() argument
940 *txq_count = wilc->txq_entries; in wilc_wlan_handle_txq()
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_txrx.c1033 unsigned int txq_count, unsigned int txq_idx, in fbnic_alloc_napi_vector() argument
1036 int txt_count = txq_count, rxt_count = rxq_count; in fbnic_alloc_napi_vector()
1099 if (txq_count > 0) { in fbnic_alloc_napi_vector()
1104 txq_count--; in fbnic_alloc_napi_vector()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c4329 res->max_tx_qs = le16_to_cpu(desc->txq_count); in be_copy_nic_desc()
4569 nic->txq_count = 0xFFFF; in be_reset_nic_desc()
4659 desc.nic_vft.txq_count = cpu_to_le16(vft_res->max_tx_qs); in be_cmd_set_sriov_config()
H A Dbe_cmds.h2195 u16 txq_count; member