Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dchannels.c78 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 Dioctl.c2266 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 Dxe_eu_stall.c95 __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/android/binder/
H A Dnode.rs832 let (count, node_count, other_count) = if strong { in update()
863 return other_count == 0; in update()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_ethtool.c1547 ch->other_count = NON_Q_VECTORS; in igc_ethtool_get_channels()
1564 /* Verify other_count is valid and has not been changed */ in igc_ethtool_set_channels()
1565 if (ch->other_count != NON_Q_VECTORS) in igc_ethtool_set_channels()
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_ethtool.c1075 channels->other_count, channels->combined_count); in qede_set_channels()
1081 if (channels->other_count) { in qede_set_channels()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_ethtool.c1239 if (ch->other_count || !ch->combined_count || in be_set_channels()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_ethtool.c544 ch->other_count = IDPF_MAX_MBXQ; in idpf_get_channels()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c5004 ch->other_count = test_bit(I40E_FLAG_FD_SB_ENA, pf->flags) ? 1 : 0; in i40e_get_channels()
5005 ch->max_other = ch->other_count; in i40e_get_channels()
5047 if (ch->other_count != (test_bit(I40E_FLAG_FD_SB_ENA, pf->flags) ? 1 : 0)) in i40e_set_channels()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c3381 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/hyperv/
H A Dnetvsc_drv.c1091 channels->rx_count || channels->tx_count || channels->other_count) in netvsc_set_channels()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c616 if (!channel->combined_count || channel->other_count || in lio_ethtool_set_channels()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c3116 ch->other_count = 0; in hclgevf_get_channels()
/linux/drivers/net/
H A Dvirtio_net.c4358 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/hisilicon/hns3/hns3pf/
H A Dhclge_main.c12360 ch->other_count = 1; in hclge_get_channels()