Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dethtool.h495 __u32 other_count; member
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_ethtool.c1019 ch->other_count = ch->max_other; in fm10k_get_channels()
1037 if (ch->other_count != NON_Q_VECTORS(hw)) in fm10k_set_channels()
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40evf_ethtool.c607 ch->other_count = NONQ_VECS; in i40evf_get_channels()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c2366 ch->other_count = (pf->flags & I40E_FLAG_FD_SB_ENABLED) ? 1 : 0; in i40e_get_channels()
2367 ch->max_other = ch->other_count; in i40e_get_channels()
2399 if (ch->other_count != ((pf->flags & I40E_FLAG_FD_SB_ENABLED) ? 1 : 0)) in i40e_set_channels()
/linux-4.1.27/drivers/net/
Dvirtio_net.c1345 if (channels->rx_count || channels->tx_count || channels->other_count) in virtnet_set_channels()
1374 channels->other_count = 0; in virtnet_get_channels()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_ethtool.c1156 if (ch->rx_count || ch->tx_count || ch->other_count || in be_set_channels()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
Digb_ethtool.c2983 ch->other_count = NON_Q_VECTORS; in igb_get_channels()
3001 if (ch->other_count != NON_Q_VECTORS) in igb_set_channels()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_ethtool.c3480 channels->rx_count, channels->tx_count, channels->other_count, in bnx2x_set_channels()
3491 if (channels->rx_count || channels->tx_count || channels->other_count in bnx2x_set_channels()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c2987 ch->other_count = NON_Q_VECTORS; in ixgbe_get_channels()
3025 if (ch->other_count != NON_Q_VECTORS) in ixgbe_set_channels()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ethtool.c734 if (channel->other_count || channel->combined_count) in qlcnic_set_channels()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c1702 if (channel->other_count || channel->combined_count || in mlx4_en_set_channels()
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dbnx2.c7754 channels->other_count = 0; in bnx2_get_channels()