Home
last modified time | relevance | path

Searched refs:other_count (Results 1 – 25 of 31) sorted by relevance

12

/linux-6.3-rc2/net/ethtool/
A Dchannels.c78 channels->other_count))) || in channels_fill_reply()
129 ethnl_update_u32(&channels.other_count, in ethnl_set_channels()
142 else if (channels.other_count > channels.max_other) in ethnl_set_channels()
A Dioctl.c1815 channels.other_count == curr.other_count) in ethtool_set_channels()
1822 channels.other_count > curr.max_other) in ethtool_set_channels()
/linux-6.3-rc2/tools/include/uapi/linux/
A Dethtool.h47 __u32 other_count; member
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dxdp_hw_metadata.c257 __u32 other_count; member
/linux-6.3-rc2/drivers/net/ethernet/freescale/dpaa2/
A Ddpaa2-ethtool.c926 channels->other_count = queue_count + 1; in dpaa2_eth_get_channels()
929 channels->other_count; in dpaa2_eth_get_channels()
/linux-6.3-rc2/drivers/s390/net/
A Dqeth_ethtool.c210 channels->other_count = 0; in qeth_get_channels()
/linux-6.3-rc2/drivers/net/ethernet/intel/fm10k/
A Dfm10k_ethtool.c1130 ch->other_count = ch->max_other; in fm10k_get_channels()
1147 if (ch->other_count != NON_Q_VECTORS) in fm10k_set_channels()
/linux-6.3-rc2/drivers/net/ethernet/google/gve/
A Dgve_ethtool.c392 cmd->other_count = 0; in gve_get_channels()
/linux-6.3-rc2/drivers/net/vmxnet3/
A Dvmxnet3_ethtool.c1313 ec->other_count = 1; in vmxnet3_get_channels()
1320 ec->max_other = ec->other_count; in vmxnet3_get_channels()
/linux-6.3-rc2/drivers/net/ethernet/amd/xgbe/
A Dxgbe-ethtool.c756 if (channels->other_count) { in xgbe_set_channels()
/linux-6.3-rc2/include/uapi/linux/
A Dethtool.h560 __u32 other_count; member
/linux-6.3-rc2/drivers/net/ethernet/ti/
A Dcpsw_ethtool.c392 ch->other_count = 0; in cpsw_get_channels()
/linux-6.3-rc2/drivers/net/ethernet/intel/iavf/
A Diavf_ethtool.c1814 ch->other_count = NONQ_VECS; in iavf_get_channels()
1850 if (ch->rx_count || ch->tx_count || ch->other_count != NONQ_VECS) in iavf_set_channels()
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/
A Dnfp_net_ethtool.c1835 channel->other_count = NFP_NET_NON_Q_VECTORS; in nfp_net_get_channels()
1863 if (channel->other_count != NFP_NET_NON_Q_VECTORS || in nfp_net_set_channels()
/linux-6.3-rc2/drivers/net/ethernet/intel/igc/
A Digc_ethtool.c1478 ch->other_count = NON_Q_VECTORS; in igc_ethtool_get_channels()
1496 if (ch->other_count != NON_Q_VECTORS) in igc_ethtool_set_channels()
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qede/
A Dqede_ethtool.c1084 channels->other_count, channels->combined_count); in qede_set_channels()
1090 if (channels->other_count) { in qede_set_channels()
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_ethtool.c3592 ch->other_count = test_bit(ICE_FLAG_FD_ENA, pf->flags) ? 1 : 0; in ice_get_channels()
3593 ch->max_other = ch->other_count; in ice_get_channels()
3671 if (ch->other_count != (test_bit(ICE_FLAG_FD_ENA, pf->flags) ? 1U : 0U)) in ice_set_channels()
/linux-6.3-rc2/drivers/net/ethernet/emulex/benet/
A Dbe_ethtool.c1246 if (ch->other_count || !ch->combined_count || in be_set_channels()
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_ethtool.c3600 channels->rx_count, channels->tx_count, channels->other_count, in bnx2x_set_channels()
3611 if (channels->rx_count || channels->tx_count || channels->other_count in bnx2x_set_channels()
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/
A Di40e_ethtool.c5000 ch->other_count = (pf->flags & I40E_FLAG_FD_SB_ENABLED) ? 1 : 0; in i40e_get_channels()
5001 ch->max_other = ch->other_count; in i40e_get_channels()
5043 if (ch->other_count != ((pf->flags & I40E_FLAG_FD_SB_ENABLED) ? 1 : 0)) in i40e_set_channels()
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/
A Digb_ethtool.c3386 ch->other_count = NON_Q_VECTORS; in igb_get_channels()
3404 if (ch->other_count != NON_Q_VECTORS) in igb_set_channels()
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_ethtool.c3257 ch->other_count = NON_Q_VECTORS; in ixgbe_get_channels()
3295 if (ch->other_count != NON_Q_VECTORS) in ixgbe_set_channels()
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_ethtool.c748 if (channel->other_count || channel->combined_count) in qlcnic_set_channels()
/linux-6.3-rc2/drivers/net/
A Dvirtio_net.c2747 if (channels->rx_count || channels->tx_count || channels->other_count) in virtnet_set_channels()
2858 channels->other_count = 0; in virtnet_get_channels()
/linux-6.3-rc2/drivers/net/hyperv/
A Dnetvsc_drv.c1119 channels->rx_count || channels->tx_count || channels->other_count) in netvsc_set_channels()

Completed in 96 milliseconds

12