Home
last modified time | relevance | path

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

12

/Linux-v6.6/net/ethtool/
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()
Dioctl.c1828 channels.other_count == curr.other_count) in ethtool_set_channels()
1835 channels.other_count > curr.max_other) in ethtool_set_channels()
/Linux-v6.6/tools/include/uapi/linux/
Dethtool.h47 __u32 other_count; member
/Linux-v6.6/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-ethtool.c926 channels->other_count = queue_count + 1; in dpaa2_eth_get_channels()
929 channels->other_count; in dpaa2_eth_get_channels()
/Linux-v6.6/drivers/s390/net/
Dqeth_ethtool.c210 channels->other_count = 0; in qeth_get_channels()
/Linux-v6.6/tools/testing/selftests/bpf/
Dxdp_hw_metadata.c299 __u32 other_count; member
/Linux-v6.6/drivers/net/ethernet/intel/fm10k/
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-v6.6/tools/net/ynl/generated/
Dethtool-user.h2329 __u32 other_count:1; member
2340 __u32 other_count; member
2429 __u32 other_count:1; member
2440 __u32 other_count; member
2521 __u32 other_count) in ethtool_channels_set_req_set_other_count() argument
2523 req->_present.other_count = 1; in ethtool_channels_set_req_set_other_count()
2524 req->other_count = other_count; in ethtool_channels_set_req_set_other_count()
Dethtool-user.c3391 dst->_present.other_count = 1; in ethtool_channels_get_rsp_parse()
3392 dst->other_count = mnl_attr_get_u32(attr); in ethtool_channels_get_rsp_parse()
3518 if (req->_present.other_count) in ethtool_channels_set()
3519 mnl_attr_put_u32(nlh, ETHTOOL_A_CHANNELS_OTHER_COUNT, req->other_count); in ethtool_channels_set()
/Linux-v6.6/drivers/net/vmxnet3/
Dvmxnet3_ethtool.c1336 ec->other_count = 1; in vmxnet3_get_channels()
1343 ec->max_other = ec->other_count; in vmxnet3_get_channels()
/Linux-v6.6/drivers/net/ethernet/google/gve/
Dgve_ethtool.c431 cmd->other_count = 0; in gve_get_channels()
/Linux-v6.6/drivers/net/ethernet/amd/xgbe/
Dxgbe-ethtool.c756 if (channels->other_count) { in xgbe_set_channels()
/Linux-v6.6/drivers/net/ethernet/ti/
Dcpsw_ethtool.c392 ch->other_count = 0; in cpsw_get_channels()
/Linux-v6.6/include/uapi/linux/
Dethtool.h560 __u32 other_count; member
/Linux-v6.6/drivers/net/ethernet/intel/iavf/
Diavf_ethtool.c1833 ch->other_count = NONQ_VECS; in iavf_get_channels()
1869 if (ch->rx_count || ch->tx_count || ch->other_count != NONQ_VECS) in iavf_set_channels()
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/
Dnfp_net_ethtool.c1827 channel->other_count = NFP_NET_NON_Q_VECTORS; in nfp_net_get_channels()
1855 if (channel->other_count != NFP_NET_NON_Q_VECTORS || in nfp_net_set_channels()
/Linux-v6.6/drivers/net/ethernet/intel/igc/
Digc_ethtool.c1486 ch->other_count = NON_Q_VECTORS; in igc_ethtool_get_channels()
1504 if (ch->other_count != NON_Q_VECTORS) in igc_ethtool_set_channels()
/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_ethtool.c3362 ch->other_count = test_bit(ICE_FLAG_FD_ENA, pf->flags) ? 1 : 0; in ice_get_channels()
3363 ch->max_other = ch->other_count; in ice_get_channels()
3441 if (ch->other_count != (test_bit(ICE_FLAG_FD_ENA, pf->flags) ? 1U : 0U)) in ice_set_channels()
/Linux-v6.6/drivers/net/ethernet/qlogic/qede/
Dqede_ethtool.c1101 channels->other_count, channels->combined_count); in qede_set_channels()
1107 if (channels->other_count) { in qede_set_channels()
/Linux-v6.6/drivers/net/ethernet/emulex/benet/
Dbe_ethtool.c1246 if (ch->other_count || !ch->combined_count || in be_set_channels()
/Linux-v6.6/drivers/net/ethernet/broadcom/bnx2x/
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-v6.6/drivers/net/ethernet/intel/i40e/
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-v6.6/drivers/net/ethernet/intel/igb/
Digb_ethtool.c3393 ch->other_count = NON_Q_VECTORS; in igb_get_channels()
3411 if (ch->other_count != NON_Q_VECTORS) in igb_set_channels()
/Linux-v6.6/drivers/net/ethernet/intel/ixgbe/
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-v6.6/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ethtool.c748 if (channel->other_count || channel->combined_count) in qlcnic_set_channels()

12