| /linux/net/ethtool/ |
| H A D | channels.c | 78 channels->other_count))) || in channels_fill_reply() 128 ethnl_update_u32(&channels.other_count, in ethnl_set_channels() 141 else if (channels.other_count > channels.max_other) in ethnl_set_channels()
|
| H A D | ioctl.c | 2266 channels.other_count == curr.other_count) in ethtool_set_channels() 2273 channels.other_count > curr.max_other) in ethtool_set_channels()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_eu_stall.c | 95 __u64 other_count:8; /* Bits 37 to 44 */ member 113 __u64 other_count:8; /* Bits 37 to 44 */ member 134 __u64 other_count:8; /* Bits 69 to 76 */ member
|
| /linux/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_ethtool.c | 1704 ch->other_count = NONQ_VECS; in iavf_get_channels() 1739 if (ch->rx_count || ch->tx_count || ch->other_count != NONQ_VECS) in iavf_set_channels()
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_ethtool.c | 1501 ch->other_count = FBNIC_NON_NAPI_VECTORS; in fbnic_get_channels() 1533 ch->other_count != FBNIC_NON_NAPI_VECTORS) in fbnic_set_channels()
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_ethtool.c | 1547 ch->other_count = NON_Q_VECTORS; in igc_ethtool_get_channels() 1565 if (ch->other_count != NON_Q_VECTORS) in igc_ethtool_set_channels()
|
| /linux/drivers/net/ethernet/google/gve/ |
| H A D | gve_ethtool.c | 496 cmd->other_count = 0; in gve_get_channels()
|
| /linux/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_net_ethtool.c | 2224 channel->other_count = NFP_NET_NON_Q_VECTORS; in nfp_net_get_channels() 2252 if (channel->other_count != NFP_NET_NON_Q_VECTORS || in nfp_net_set_channels()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ethtool.c | 3838 ch->other_count = test_bit(ICE_FLAG_FD_ENA, pf->flags) ? 1 : 0; in ice_get_channels() 3839 ch->max_other = ch->other_count; in ice_get_channels() 3916 if (ch->other_count != (test_bit(ICE_FLAG_FD_ENA, pf->flags) ? 1U : 0U)) in ice_set_channels()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_ethtool.c | 5003 ch->other_count = test_bit(I40E_FLAG_FD_SB_ENA, pf->flags) ? 1 : 0; in i40e_get_channels() 5004 ch->max_other = ch->other_count; in i40e_get_channels() 5046 if (ch->other_count != (test_bit(I40E_FLAG_FD_SB_ENA, pf->flags) ? 1 : 0)) in i40e_set_channels()
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_ethtool.c | 541 ch->other_count = IDPF_MAX_MBXQ; in idpf_get_channels()
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | igb_ethtool.c | 3381 ch->other_count = NON_Q_VECTORS; in igb_get_channels() 3399 if (ch->other_count != NON_Q_VECTORS) in igb_set_channels()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_ethtool.c | 3391 ch->other_count = NON_Q_VECTORS; in ixgbe_get_channels() 3429 if (ch->other_count != NON_Q_VECTORS) in ixgbe_set_channels()
|
| /linux/drivers/net/hyperv/ |
| H A D | netvsc_drv.c | 1091 channels->rx_count || channels->tx_count || channels->other_count) in netvsc_set_channels()
|
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| H A D | lio_ethtool.c | 616 if (!channel->combined_count || channel->other_count || in lio_ethtool_set_channels()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| H A D | hclgevf_main.c | 3116 ch->other_count = 0; in hclgevf_get_channels()
|
| /linux/drivers/net/ |
| H A D | virtio_net.c | 4358 if (channels->rx_count || channels->tx_count || channels->other_count) in virtnet_set_channels() 5099 channels->other_count = 0; in virtnet_get_channels()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_ethtool.c | 950 if (channel->other_count) in bnxt_set_channels()
|
| /linux/drivers/net/ethernet/ibm/ |
| H A D | ibmvnic.c | 3827 channels->other_count = 0; in ibmvnic_get_channels()
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | bnx2.c | 7777 channels->other_count = 0; in bnx2_get_channels()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.c | 12365 ch->other_count = 1; in hclge_get_channels()
|