Searched refs:update_hash (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/microsoft/mana/ |
H A D | mana_ethtool.c | 235 bool update_hash = false, update_table = false; in mana_set_rxfh() local 259 update_hash = true; in mana_set_rxfh() 264 err = mana_config_rss(apc, TRI_STATE_TRUE, update_hash, update_table); in mana_set_rxfh() 272 if (update_hash) in mana_set_rxfh() 275 mana_config_rss(apc, TRI_STATE_TRUE, update_hash, update_table); in mana_set_rxfh()
|
H A D | mana_en.c | 2357 bool update_hash, bool update_tab) in mana_config_rss() 2370 err = mana_cfg_vport_steering(apc, rx, true, update_hash, update_tab); in mana_config_rss() 2356 mana_config_rss(struct mana_port_context *apc, enum TRI_STATE rx, bool update_hash, bool update_tab) mana_config_rss() argument
|
/kernel/linux/linux-6.6/include/net/mana/ |
H A D | mana.h | 436 bool update_hash, bool update_tab);
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | xattr.c | 1597 goto update_hash; in ext4_xattr_set_entry() 1782 update_hash: in ext4_xattr_set_entry()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | xattr.c | 1651 goto update_hash; in ext4_xattr_set_entry() 1836 update_hash: in ext4_xattr_set_entry()
|
Completed in 18 milliseconds