Home
last modified time | relevance | path

Searched refs:indir_size (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/core/
Dethtool.c1246 user_indir_size = rxfh.indir_size; in ethtool_get_rxfh()
1256 rxfh.indir_size = dev_indir_size; in ethtool_get_rxfh()
1335 if ((rxfh.indir_size && in ethtool_set_rxfh()
1336 rxfh.indir_size != ETH_RXFH_INDIR_NO_CHANGE && in ethtool_set_rxfh()
1337 rxfh.indir_size != dev_indir_size) || in ethtool_set_rxfh()
1339 (rxfh.indir_size == ETH_RXFH_INDIR_NO_CHANGE && in ethtool_set_rxfh()
1343 if (rxfh.indir_size != ETH_RXFH_INDIR_NO_CHANGE) in ethtool_set_rxfh()
1359 if (rxfh.indir_size && in ethtool_set_rxfh()
1360 rxfh.indir_size != ETH_RXFH_INDIR_NO_CHANGE) { in ethtool_set_rxfh()
1365 rxfh.indir_size); in ethtool_set_rxfh()
[all …]
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c1616 int indir_size; in hns_nic_clear_all_rx_fetch() local
1625 indir_size = ops->get_rss_indir_size(h) * sizeof(*org_indir); in hns_nic_clear_all_rx_fetch()
1626 org_indir = kzalloc(indir_size, GFP_KERNEL); in hns_nic_clear_all_rx_fetch()
1633 cur_indir = kzalloc(indir_size, GFP_KERNEL); in hns_nic_clear_all_rx_fetch()
1665 for (j = 0; j < indir_size / sizeof(*org_indir); j++) in hns_nic_clear_all_rx_fetch()
/Linux-v4.19/include/uapi/linux/
Dethtool.h1039 __u32 indir_size; member