Searched refs:txq_count (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | siena_sriov.c | 117 unsigned txq_count; member 637 ++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()
|
/Linux-v4.19/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_ethtool.c | 727 u8 cqcount, txq_count; in nicvf_set_channels() local 754 txq_count = nic->xdp_tx_queues + nic->tx_queues; in nicvf_set_channels() 755 cqcount = max(nic->rx_queues, txq_count); in nicvf_set_channels() 765 nic->qs->sq_cnt = min_t(u8, txq_count, MAX_SND_QUEUES_PER_QS); in nicvf_set_channels()
|
D | nicvf_main.c | 1752 u8 cq_count, txq_count; in nicvf_set_xdp_queues() local 1763 txq_count = nic->xdp_tx_queues + nic->tx_queues; in nicvf_set_xdp_queues() 1764 cq_count = max(nic->rx_queues, txq_count); in nicvf_set_xdp_queues() 1774 nic->qs->sq_cnt = min_t(u8, txq_count, MAX_SND_QUEUES_PER_QS); in nicvf_set_xdp_queues()
|
/Linux-v4.19/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 418 int txq_count; member 1276 for (i = 0; i < mp->txq_count; i++) { in mv643xx_eth_get_stats() 2224 for (i = 0; i < mp->txq_count; i++) { in handle_link_event() 2367 for (i = 0; i < mp->txq_count; i++) { in port_start() 2475 for (i = 0; i < mp->txq_count; i++) { in mv643xx_eth_open() 2510 for (i = 0; i < mp->txq_count; i++) in port_reset() 2554 for (i = 0; i < mp->txq_count; i++) in mv643xx_eth_stop() 2970 mp->txq_count = pd->tx_queue_count ? : 1; in set_params() 3147 netif_set_real_num_tx_queues(dev, mp->txq_count); in mv643xx_eth_probe()
|
/Linux-v4.19/drivers/staging/wilc1000/ |
D | wilc_wlan.h | 273 int wilc_wlan_handle_txq(struct net_device *dev, u32 *txq_count);
|
D | linux_wlan.c | 226 u32 txq_count; in linux_wlan_txq_task() local 243 ret = wilc_wlan_handle_txq(dev, &txq_count); in linux_wlan_txq_task() 244 if (txq_count < FLOW_CONTROL_LOWER_THRESHOLD) { in linux_wlan_txq_task()
|
D | wilc_wlan.c | 507 int wilc_wlan_handle_txq(struct net_device *dev, u32 *txq_count) in wilc_wlan_handle_txq() argument 708 *txq_count = wilc->txq_entries; in wilc_wlan_handle_txq()
|
/Linux-v4.19/drivers/staging/ks7010/ |
D | ks_wlan.h | 550 static inline unsigned int txq_count(struct ks_wlan_private *priv) in txq_count() function
|
D | ks7010_sdio.c | 247 txq_count(priv)); in _ks_wlan_hw_power_save() 297 if ((TX_DEVICE_BUFF_SIZE - 1) <= txq_count(priv)) { in enqueue_txdev()
|
/Linux-v4.19/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.c | 4332 res->max_tx_qs = le16_to_cpu(desc->txq_count); in be_copy_nic_desc() 4572 nic->txq_count = 0xFFFF; in be_reset_nic_desc() 4662 desc.nic_vft.txq_count = cpu_to_le16(vft_res->max_tx_qs); in be_cmd_set_sriov_config()
|
D | be_cmds.h | 2199 u16 txq_count; member
|