Home
last modified time | relevance | path

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

12

/linux/net/ethtool/
H A Dchannels.c78 channels->other_count))) || in channels_fill_reply()
128 ethnl_update_u32(&channels.other_count, in ethnl_set_channels()
141 else if (channels.other_count > channels.max_other) in ethnl_set_channels()
H A Dioctl.c2122 channels.other_count == curr.other_count) in ethtool_set_channels()
2129 channels.other_count > curr.max_other) in ethtool_set_channels()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_ethtool.c406 ch->other_count = 1; in wx_get_channels()
424 if (ch->other_count != 1) in wx_set_channels()
/linux/drivers/s390/net/
H A Dqeth_ethtool.c210 channels->other_count = 0; in qeth_get_channels()
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_ethtool.c1132 ch->other_count = ch->max_other; in fm10k_get_channels()
1149 if (ch->other_count != NON_Q_VECTORS) in fm10k_set_channels()
/linux/drivers/net/vmxnet3/
H A Dvmxnet3_ethtool.c1336 ec->other_count = 1; in vmxnet3_get_channels()
1343 ec->max_other = ec->other_count; in vmxnet3_get_channels()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_ethtool.c1656 ch->other_count = NONQ_VECS; in iavf_get_channels()
1692 if (ch->rx_count || ch->tx_count || ch->other_count != NONQ_VECS) in iavf_set_channels()
/linux/drivers/net/ethernet/ti/
H A Dcpsw_ethtool.c392 ch->other_count = 0; in cpsw_get_channels()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ethtool.c754 if (channels->other_count) { in xgbe_set_channels()
/linux/include/uapi/linux/
H A Dethtool.h560 __u32 other_count; member
/linux/drivers/net/ethernet/google/gve/
H A Dgve_ethtool.c472 cmd->other_count = 0; in gve_get_channels()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_ethtool.c1522 ch->other_count = NON_Q_VECTORS; in igc_ethtool_get_channels()
1540 if (ch->other_count != NON_Q_VECTORS) in igc_ethtool_set_channels()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_ethtool.c206 ch->other_count = IDPF_MAX_MBXQ; in idpf_get_channels()
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c2221 channel->other_count = NFP_NET_NON_Q_VECTORS; in nfp_net_get_channels()
2249 if (channel->other_count != NFP_NET_NON_Q_VECTORS || in nfp_net_set_channels()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c3851 ch->other_count = test_bit(ICE_FLAG_FD_ENA, pf->flags) ? 1 : 0; in ice_get_channels()
3852 ch->max_other = ch->other_count; in ice_get_channels()
3929 if (ch->other_count != (test_bit(ICE_FLAG_FD_ENA, pf->flags) ? 1U : 0U)) in ice_set_channels()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_ethtool.c1246 if (ch->other_count || !ch->combined_count || in be_set_channels()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c3593 channels->rx_count, channels->tx_count, channels->other_count, in bnx2x_set_channels()
3604 if (channels->rx_count || channels->tx_count || channels->other_count in bnx2x_set_channels()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c5006 ch->other_count = test_bit(I40E_FLAG_FD_SB_ENA, pf->flags) ? 1 : 0; in i40e_get_channels()
5007 ch->max_other = ch->other_count; in i40e_get_channels()
5049 if (ch->other_count != (test_bit(I40E_FLAG_FD_SB_ENA, pf->flags) ? 1 : 0)) in i40e_set_channels()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c3383 ch->other_count = NON_Q_VECTORS; in igb_get_channels()
3401 if (ch->other_count != NON_Q_VECTORS) in igb_set_channels()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c3258 ch->other_count = NON_Q_VECTORS; in ixgbe_get_channels()
3296 if (ch->other_count != NON_Q_VECTORS) in ixgbe_set_channels()
/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c1124 channels->rx_count || channels->tx_count || channels->other_count) in netvsc_set_channels()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c616 if (!channel->combined_count || channel->other_count || in lio_ethtool_set_channels()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c3080 ch->other_count = 0; in hclgevf_get_channels()
/linux/drivers/net/
H A Dvirtio_net.c4252 if (channels->rx_count || channels->tx_count || channels->other_count) in virtnet_set_channels()
4993 channels->other_count = 0; in virtnet_get_channels()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c922 if (channel->other_count) in bnxt_set_channels()

12