Home
last modified time | relevance | path

Searched refs:combined_count (Results 1 – 25 of 40) sorted by relevance

12

/linux/net/ethtool/
H A Dchannels.c83 channels->combined_count)))) in channels_fill_reply()
121 old_total = channels.combined_count + in ethnl_set_channels()
130 ethnl_update_u32(&channels.combined_count, in ethnl_set_channels()
143 else if (channels.combined_count > channels.max_combined) in ethnl_set_channels()
154 if (!channels.combined_count && !channels.rx_count) in ethnl_set_channels()
156 else if (!channels.combined_count && !channels.tx_count) in ethnl_set_channels()
173 from_channel = channels.combined_count + in ethnl_set_channels()
H A Dcommon.c684 if (channels.combined_count + channels.rx_count <= max_rxfh_in_use) { in ethtool_check_max_channel()
689 if (channels.combined_count + channels.rx_count <= max_rxnfc_in_use) { in ethtool_check_max_channel()
696 if (channels.combined_count + channels.rx_count <= max_mp_in_use) { in ethtool_check_max_channel()
H A Dioctl.c2121 channels.combined_count == curr.combined_count && in ethtool_set_channels()
2128 channels.combined_count > curr.max_combined || in ethtool_set_channels()
2133 if (!channels.combined_count && in ethtool_set_channels()
2142 from_channel = channels.combined_count + in ethtool_set_channels()
2144 to_channel = curr.combined_count + max(curr.rx_count, curr.tx_count); in ethtool_set_channels()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ethtool.c720 channels->combined_count = combined; in xgbe_get_channels()
729 channels->combined_count, channels->rx_count, in xgbe_print_set_channels_input()
761 if (!channels->combined_count) { in xgbe_set_channels()
769 if (channels->combined_count > combined) { in xgbe_set_channels()
786 if ((channels->combined_count + channels->rx_count) > rx) { in xgbe_set_channels()
789 channels->combined_count + channels->rx_count, rx); in xgbe_set_channels()
794 if ((channels->combined_count + channels->tx_count) > tx) { in xgbe_set_channels()
797 channels->combined_count + channels->tx_count, tx); in xgbe_set_channels()
802 rx = channels->combined_count + channels->rx_count; in xgbe_set_channels()
803 tx = channels->combined_count + channels->tx_count; in xgbe_set_channels()
/linux/tools/net/ynl/samples/
H A Dethtool.c35 if (dev->_present.combined_count) in main()
36 printf("combined %d ", dev->combined_count); in main()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_ethtool.c1227 ch->combined_count = min(adapter->num_tx_qs, num_rx_irqs); in be_get_channels()
1228 ch->rx_count = num_rx_irqs - ch->combined_count; in be_get_channels()
1229 ch->tx_count = adapter->num_tx_qs - ch->combined_count; in be_get_channels()
1246 if (ch->other_count || !ch->combined_count || in be_set_channels()
1250 if (ch->combined_count > be_max_qp_irqs(adapter) || in be_set_channels()
1252 (ch->rx_count + ch->combined_count) > be_max_rx_irqs(adapter)) || in be_set_channels()
1254 (ch->tx_count + ch->combined_count) > be_max_tx_irqs(adapter))) in be_set_channels()
1257 adapter->cfg_num_rx_irqs = ch->combined_count + ch->rx_count; in be_set_channels()
1258 adapter->cfg_num_tx_irqs = ch->combined_count + ch->tx_count; in be_set_channels()
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_ethtool.c714 ch->combined_count = lif->nxqs; in ionic_get_channels()
741 if (ch->combined_count && ch->rx_count) { in ionic_set_channels()
747 if (ch->combined_count) { in ionic_set_channels()
748 if (ch->combined_count > max_cnt) in ionic_set_channels()
753 else if (ch->combined_count == lif->nxqs) in ionic_set_channels()
756 if (lif->nxqs != ch->combined_count) in ionic_set_channels()
758 lif->nxqs, ch->combined_count); in ionic_set_channels()
760 qparam.nxqs = ch->combined_count; in ionic_set_channels()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_ethtool.c410 ch->combined_count = wx->ring_feature[RING_F_RSS].indices; in wx_get_channels()
413 ch->combined_count = wx->ring_feature[RING_F_FDIR].indices; in wx_get_channels()
420 unsigned int count = ch->combined_count; in wx_set_channels()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c504 u32 combined_count = 0, max_combined = 0; in lio_ethtool_get_channels() local
522 combined_count = oct->num_iqs; in lio_ethtool_get_channels()
530 combined_count = oct->num_iqs; in lio_ethtool_get_channels()
538 channel->combined_count = combined_count; in lio_ethtool_get_channels()
606 u32 combined_count, max_combined; in lio_ethtool_set_channels() local
616 if (!channel->combined_count || channel->other_count || in lio_ethtool_set_channels()
620 combined_count = channel->combined_count; in lio_ethtool_set_channels()
644 if (combined_count > max_combined || combined_count < 1) in lio_ethtool_set_channels()
647 if (combined_count == oct->num_iqs) in lio_ethtool_set_channels()
657 if (lio_reset_queues(dev, combined_count)) in lio_ethtool_set_channels()
/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_ethtool.c320 channel->combined_count = apc->num_queues; in mana_get_channels()
327 unsigned int new_count = channels->combined_count; in mana_set_channels()
/linux/drivers/net/ethernet/google/gve/
H A Dgve_ethtool.c473 cmd->combined_count = 0; in gve_get_channels()
489 if (cmd->combined_count != old_settings.combined_count) in gve_set_channels()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_ethtool.c208 ch->combined_count = combined; in idpf_get_channels()
247 num_req_tx_q = ch->combined_count + ch->tx_count; in idpf_set_channels()
248 num_req_rx_q = ch->combined_count + ch->rx_count; in idpf_set_channels()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c3559 channels->combined_count = BNX2X_NUM_ETH_QUEUES(bp); in bnx2x_get_channels()
3594 channels->combined_count); in bnx2x_set_channels()
3605 || (channels->combined_count == 0) || in bnx2x_set_channels()
3606 (channels->combined_count > BNX2X_MAX_RSS_COUNT(bp))) { in bnx2x_set_channels()
3612 if (channels->combined_count == BNX2X_NUM_ETH_QUEUES(bp)) { in bnx2x_set_channels()
3622 bnx2x_change_num_queues(bp, channels->combined_count); in bnx2x_set_channels()
3626 bnx2x_change_num_queues(bp, channels->combined_count); in bnx2x_set_channels()
/linux/drivers/net/ethernet/ti/
H A Dcpsw_ethtool.c395 ch->combined_count = 0; in cpsw_get_channels()
520 if (ch->combined_count) in cpsw_check_ch_settings()
/linux/drivers/net/vmxnet3/
H A Dvmxnet3_ethtool.c1325 ec->combined_count = adapter->num_tx_queues; in vmxnet3_get_channels()
1333 ec->combined_count = 1; in vmxnet3_get_channels()
1342 ec->max_combined = ec->combined_count; in vmxnet3_get_channels()
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c2218 channel->combined_count = min(nn->dp.num_rx_rings, num_tx_rings); in nfp_net_get_channels()
2219 channel->rx_count = nn->dp.num_rx_rings - channel->combined_count; in nfp_net_get_channels()
2220 channel->tx_count = num_tx_rings - channel->combined_count; in nfp_net_get_channels()
2253 total_rx = channel->combined_count + channel->rx_count; in nfp_net_set_channels()
2254 total_tx = channel->combined_count + channel->tx_count; in nfp_net_set_channels()
/linux/drivers/net/ethernet/amazon/ena/
H A Dena_ethtool.c1018 channels->combined_count = adapter->num_io_queues; in ena_get_channels()
1025 u32 count = channels->combined_count; in ena_set_channels()
/linux/drivers/s390/net/
H A Dqeth_ethtool.c211 channels->combined_count = 0; in qeth_get_channels()
/linux/drivers/net/ethernet/engleder/
H A Dtsnep_ethtool.c304 ch->combined_count = adapter->num_queues; in tsnep_ethtool_get_channels()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c901 channel->combined_count = bp->rx_nr_rings; in bnxt_get_channels()
903 channel->combined_count--; in bnxt_get_channels()
925 if (!channel->combined_count && in bnxt_set_channels()
929 if (channel->combined_count && in bnxt_set_channels()
937 if (channel->combined_count) in bnxt_set_channels()
942 req_tx_rings = sh ? channel->combined_count : channel->tx_count; in bnxt_set_channels()
943 req_rx_rings = sh ? channel->combined_count : channel->rx_count; in bnxt_set_channels()
976 bp->rx_nr_rings = channel->combined_count; in bnxt_set_channels()
977 bp->tx_nr_rings_per_tc = channel->combined_count; in bnxt_set_channels()
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_ethtool.c1135 ch->combined_count = interface->ring_feature[RING_F_RSS].indices; in fm10k_get_channels()
1142 unsigned int count = ch->combined_count; in fm10k_set_channels()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c3846 ch->combined_count = ice_get_combined_cnt(vsi); in ice_get_channels()
3847 ch->rx_count = vsi->num_rxq - ch->combined_count; in ice_get_channels()
3848 ch->tx_count = vsi->num_txq - ch->combined_count; in ice_get_channels()
3947 new_rx = ch->combined_count + ch->rx_count; in ice_set_channels()
3948 new_tx = ch->combined_count + ch->tx_count; in ice_set_channels()
/linux/tools/testing/selftests/bpf/
H A Dxdp_hw_metadata.c520 return ch.rx_count + ch.combined_count; in rxq_num()
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_ethtool.c890 channels->combined_count = hinic_hwdev_num_qps(hwdev); in hinic_get_channels()
897 unsigned int count = channels->combined_count; in hinic_set_channels()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_ethtool.c1658 ch->combined_count = adapter->num_active_queues; in iavf_get_channels()
1674 u32 num_req = ch->combined_count; in iavf_set_channels()

12