Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/siena/
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()
/drivers/net/ethernet/cavium/thunder/
A Dnicvf_ethtool.c720 u8 cqcount, txq_count; in nicvf_set_channels() local
752 txq_count = nic->xdp_tx_queues + nic->tx_queues; in nicvf_set_channels()
753 cqcount = max(nic->rx_queues, txq_count); in nicvf_set_channels()
763 nic->qs->sq_cnt = min_t(u8, txq_count, MAX_SND_QUEUES_PER_QS); in nicvf_set_channels()
A Dnicvf_main.c1797 u8 cq_count, txq_count; in nicvf_set_xdp_queues() local
1808 txq_count = nic->xdp_tx_queues + nic->tx_queues; in nicvf_set_xdp_queues()
1809 cq_count = max(nic->rx_queues, txq_count); in nicvf_set_xdp_queues()
1819 nic->qs->sq_cnt = min_t(u8, txq_count, MAX_SND_QUEUES_PER_QS); in nicvf_set_xdp_queues()
/drivers/net/ethernet/marvell/
A Dmv643xx_eth.c407 int txq_count; member
1261 for (i = 0; i < mp->txq_count; i++) { in mv643xx_eth_get_stats()
2208 for (i = 0; i < mp->txq_count; i++) { in handle_link_event()
2351 for (i = 0; i < mp->txq_count; i++) { in port_start()
2459 for (i = 0; i < mp->txq_count; i++) { in mv643xx_eth_open()
2495 for (i = 0; i < mp->txq_count; i++) in port_reset()
2539 for (i = 0; i < mp->txq_count; i++) in mv643xx_eth_stop()
2961 mp->txq_count = pd->tx_queue_count ? : 1; in set_params()
3172 netif_set_real_num_tx_queues(dev, mp->txq_count); in mv643xx_eth_probe()
/drivers/net/wireless/microchip/wilc1000/
A Dnetdev.c165 u32 txq_count; in wilc_txq_task() local
180 ret = wilc_wlan_handle_txq(wl, &txq_count); in wilc_txq_task()
181 if (txq_count < FLOW_CONTROL_LOWER_THRESHOLD) { in wilc_txq_task()
A Dwlan.h453 int wilc_wlan_handle_txq(struct wilc *wl, u32 *txq_count);
A Dwlan.c821 int wilc_wlan_handle_txq(struct wilc *wilc, u32 *txq_count) in wilc_wlan_handle_txq() argument
1102 *txq_count = wilc->txq_entries; in wilc_wlan_handle_txq()
/drivers/net/ethernet/meta/fbnic/
A Dfbnic_txrx.c1357 unsigned int txq_count, unsigned int txq_idx, in fbnic_alloc_napi_vector() argument
1360 int txt_count = txq_count, rxt_count = rxq_count; in fbnic_alloc_napi_vector()
1419 if (txq_count > 0) { in fbnic_alloc_napi_vector()
1424 txq_count--; in fbnic_alloc_napi_vector()
/drivers/net/ethernet/emulex/benet/
A Dbe_cmds.c4333 res->max_tx_qs = le16_to_cpu(desc->txq_count); in be_copy_nic_desc()
4573 nic->txq_count = 0xFFFF; in be_reset_nic_desc()
4663 desc.nic_vft.txq_count = cpu_to_le16(vft_res->max_tx_qs); in be_cmd_set_sriov_config()
A Dbe_cmds.h2195 u16 txq_count; member

Completed in 61 milliseconds