/linux/net/ethtool/ |
A D | channels.c | 78 channels->other_count))) || in channels_fill_reply() 148 ethnl_update_u32(&channels.other_count, in ethnl_set_channels() 162 else if (channels.other_count > channels.max_other) in ethnl_set_channels()
|
A D | ioctl.c | 1818 channels.other_count == curr.other_count) in ethtool_set_channels() 1825 channels.other_count > curr.max_other) in ethtool_set_channels()
|
/linux/tools/include/uapi/linux/ |
A D | ethtool.h | 47 __u32 other_count; member
|
/linux/drivers/s390/net/ |
A D | qeth_ethtool.c | 208 channels->other_count = 0; in qeth_get_channels()
|
/linux/drivers/net/ethernet/intel/fm10k/ |
A D | fm10k_ethtool.c | 1126 ch->other_count = ch->max_other; in fm10k_get_channels() 1143 if (ch->other_count != NON_Q_VECTORS) in fm10k_set_channels()
|
/linux/drivers/net/ethernet/google/gve/ |
A D | gve_ethtool.c | 386 cmd->other_count = 0; in gve_get_channels()
|
/linux/drivers/net/ethernet/netronome/nfp/ |
A D | nfp_net_ethtool.c | 1411 channel->other_count = NFP_NET_NON_Q_VECTORS; in nfp_net_get_channels() 1439 if (channel->other_count != NFP_NET_NON_Q_VECTORS || in nfp_net_set_channels()
|
/linux/include/uapi/linux/ |
A D | ethtool.h | 561 __u32 other_count; member
|
/linux/drivers/net/ethernet/amd/xgbe/ |
A D | xgbe-ethtool.c | 751 if (channels->other_count) { in xgbe_set_channels()
|
/linux/drivers/net/ethernet/ti/ |
A D | cpsw_ethtool.c | 394 ch->other_count = 0; in cpsw_get_channels()
|
/linux/drivers/net/ethernet/intel/iavf/ |
A D | iavf_ethtool.c | 1806 ch->other_count = NONQ_VECS; in iavf_get_channels() 1842 if (ch->rx_count || ch->tx_count || ch->other_count != NONQ_VECS) in iavf_set_channels()
|
/linux/drivers/net/ethernet/intel/igc/ |
A D | igc_ethtool.c | 1472 ch->other_count = NON_Q_VECTORS; in igc_ethtool_get_channels() 1490 if (ch->other_count != NON_Q_VECTORS) in igc_ethtool_set_channels()
|
/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_ethtool.c | 3333 ch->other_count = test_bit(ICE_FLAG_FD_ENA, pf->flags) ? 1 : 0; in ice_get_channels() 3334 ch->max_other = ch->other_count; in ice_get_channels() 3410 if (ch->other_count != (test_bit(ICE_FLAG_FD_ENA, pf->flags) ? 1U : 0U)) in ice_set_channels()
|
/linux/drivers/net/ethernet/qlogic/qede/ |
A D | qede_ethtool.c | 1067 channels->other_count, channels->combined_count); in qede_set_channels() 1073 if (channels->other_count) { in qede_set_channels()
|
/linux/drivers/net/ethernet/emulex/benet/ |
A D | be_ethtool.c | 1244 if (ch->other_count || !ch->combined_count || in be_set_channels()
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
A D | bnx2x_ethtool.c | 3596 channels->rx_count, channels->tx_count, channels->other_count, in bnx2x_set_channels() 3607 if (channels->rx_count || channels->tx_count || channels->other_count in bnx2x_set_channels()
|
/linux/drivers/net/ethernet/intel/i40e/ |
A D | i40e_ethtool.c | 4880 ch->other_count = (pf->flags & I40E_FLAG_FD_SB_ENABLED) ? 1 : 0; in i40e_get_channels() 4881 ch->max_other = ch->other_count; in i40e_get_channels() 4923 if (ch->other_count != ((pf->flags & I40E_FLAG_FD_SB_ENABLED) ? 1 : 0)) in i40e_set_channels()
|
/linux/drivers/net/ethernet/intel/igb/ |
A D | igb_ethtool.c | 3384 ch->other_count = NON_Q_VECTORS; in igb_get_channels() 3402 if (ch->other_count != NON_Q_VECTORS) in igb_set_channels()
|
/linux/drivers/net/ |
A D | virtio_net.c | 2208 if (channels->rx_count || channels->tx_count || channels->other_count) in virtnet_set_channels() 2319 channels->other_count = 0; in virtnet_get_channels()
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
A D | ixgbe_ethtool.c | 3224 ch->other_count = NON_Q_VECTORS; in ixgbe_get_channels() 3262 if (ch->other_count != NON_Q_VECTORS) in ixgbe_set_channels()
|
/linux/drivers/net/ethernet/qlogic/qlcnic/ |
A D | qlcnic_ethtool.c | 744 if (channel->other_count || channel->combined_count) in qlcnic_set_channels()
|
/linux/drivers/net/hyperv/ |
A D | netvsc_drv.c | 1163 channels->rx_count || channels->tx_count || channels->other_count) in netvsc_set_channels()
|
/linux/drivers/net/ethernet/cavium/liquidio/ |
A D | lio_ethtool.c | 614 if (!channel->combined_count || channel->other_count || in lio_ethtool_set_channels()
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
A D | hclgevf_main.c | 3554 ch->other_count = 0; in hclgevf_get_channels()
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
A D | bnxt_ethtool.c | 877 if (channel->other_count) in bnxt_set_channels()
|