Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dethtool.h500 __u32 other_count; member
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40evf_ethtool.c609 ch->other_count = NONQ_VECS; in i40evf_get_channels()
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_ethtool.c1160 ch->other_count = ch->max_other; in fm10k_get_channels()
1178 if (ch->other_count != NON_Q_VECTORS(hw)) in fm10k_set_channels()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c2533 ch->other_count = (pf->flags & I40E_FLAG_FD_SB_ENABLED) ? 1 : 0; in i40e_get_channels()
2534 ch->max_other = ch->other_count; in i40e_get_channels()
2566 if (ch->other_count != ((pf->flags & I40E_FLAG_FD_SB_ENABLED) ? 1 : 0)) in i40e_set_channels()
/linux-4.4.14/drivers/net/
Dvirtio_net.c1349 if (channels->rx_count || channels->tx_count || channels->other_count) in virtnet_set_channels()
1378 channels->other_count = 0; in virtnet_get_channels()
/linux-4.4.14/drivers/net/hyperv/
Dnetvsc_drv.c800 channels->other_count || in netvsc_set_channels()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c234 if (channel->other_count || channel->combined_count || in bnxt_set_channels()
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_ethtool.c1162 if (ch->rx_count || ch->tx_count || ch->other_count || in be_set_channels()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb_ethtool.c2996 ch->other_count = NON_Q_VECTORS; in igb_get_channels()
3014 if (ch->other_count != NON_Q_VECTORS) in igb_set_channels()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_ethtool.c3532 channels->rx_count, channels->tx_count, channels->other_count, in bnx2x_set_channels()
3543 if (channels->rx_count || channels->tx_count || channels->other_count in bnx2x_set_channels()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c3044 ch->other_count = NON_Q_VECTORS; in ixgbe_get_channels()
3082 if (ch->other_count != NON_Q_VECTORS) in ixgbe_set_channels()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ethtool.c735 if (channel->other_count || channel->combined_count) in qlcnic_set_channels()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c1717 if (channel->other_count || channel->combined_count || in mlx4_en_set_channels()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dbnx2.c7772 channels->other_count = 0; in bnx2_get_channels()