/openbmc/linux/net/ethtool/ |
H A D | channels.c | 78 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()
|
H A D | ioctl.c | 1831 channels.other_count == curr.other_count) in ethtool_set_channels() 1838 channels.other_count > curr.max_other) in ethtool_set_channels()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | ethtool.h | 47 __u32 other_count; member
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-ethtool.c | 926 channels->other_count = queue_count + 1; in dpaa2_eth_get_channels() 929 channels->other_count; in dpaa2_eth_get_channels()
|
/openbmc/linux/drivers/s390/net/ |
H A D | qeth_ethtool.c | 210 channels->other_count = 0; in qeth_get_channels()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | xdp_hw_metadata.c | 299 __u32 other_count; member
|
/openbmc/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_ethtool.c | 1130 ch->other_count = ch->max_other; in fm10k_get_channels() 1147 if (ch->other_count != NON_Q_VECTORS) in fm10k_set_channels()
|
/openbmc/linux/tools/net/ynl/generated/ |
H A D | ethtool-user.h | 2329 __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()
|
H A D | ethtool-user.c | 3391 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()
|
/openbmc/linux/drivers/net/vmxnet3/ |
H A D | vmxnet3_ethtool.c | 1336 ec->other_count = 1; in vmxnet3_get_channels() 1343 ec->max_other = ec->other_count; in vmxnet3_get_channels()
|
/openbmc/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_ethtool.c | 431 cmd->other_count = 0; in gve_get_channels()
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | ethtool.h | 560 uint32_t other_count; member
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | cpsw_ethtool.c | 392 ch->other_count = 0; in cpsw_get_channels()
|
/openbmc/linux/include/uapi/linux/ |
H A D | ethtool.h | 560 __u32 other_count; member
|
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-ethtool.c | 761 if (channels->other_count) { in xgbe_set_channels()
|
/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_ethtool.c | 1835 ch->other_count = NONQ_VECS; in iavf_get_channels() 1871 if (ch->rx_count || ch->tx_count || ch->other_count != NONQ_VECS) in iavf_set_channels()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_ethtool.c | 1827 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()
|
/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_ethtool.c | 1522 ch->other_count = NON_Q_VECTORS; in igc_ethtool_get_channels() 1540 if (ch->other_count != NON_Q_VECTORS) in igc_ethtool_set_channels()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ethtool.c | 3362 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() 3440 if (ch->other_count != (test_bit(ICE_FLAG_FD_ENA, pf->flags) ? 1U : 0U)) in ice_set_channels()
|
/openbmc/linux/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_ethtool.c | 1101 channels->other_count, channels->combined_count); in qede_set_channels() 1107 if (channels->other_count) { in qede_set_channels()
|
/openbmc/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_ethtool.c | 1246 if (ch->other_count || !ch->combined_count || in be_set_channels()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_ethtool.c | 3600 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()
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ethtool.c | 5001 ch->other_count = (pf->flags & I40E_FLAG_FD_SB_ENABLED) ? 1 : 0; in i40e_get_channels() 5002 ch->max_other = ch->other_count; in i40e_get_channels() 5044 if (ch->other_count != ((pf->flags & I40E_FLAG_FD_SB_ENABLED) ? 1 : 0)) in i40e_set_channels()
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | igb_ethtool.c | 3393 ch->other_count = NON_Q_VECTORS; in igb_get_channels() 3411 if (ch->other_count != NON_Q_VECTORS) in igb_set_channels()
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ethtool.c | 3258 ch->other_count = NON_Q_VECTORS; in ixgbe_get_channels() 3296 if (ch->other_count != NON_Q_VECTORS) in ixgbe_set_channels()
|