Home
last modified time | relevance | path

Searched refs:hash_opts (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_cls.c649 unsigned long hash_opts) in mvpp2_flow_set_hek_fields() argument
746 u16 hash_opts; in mvpp2_port_rss_hash_opts_set() local
762 if (hash_opts & MVPP22_CLS_HEK_L4_OPTS) in mvpp2_port_rss_hash_opts_set()
780 u16 hash_opts = 0; in mvpp2_flow_get_hek_fields() local
793 hash_opts |= MVPP22_CLS_HEK_OPT_VLAN; in mvpp2_flow_get_hek_fields()
823 return hash_opts; in mvpp2_flow_get_hek_fields()
834 u16 hash_opts = 0; in mvpp2_port_rss_hash_opts_get() local
848 return hash_opts; in mvpp2_port_rss_hash_opts_get()
1623 u16 hash_opts = 0; in mvpp2_ethtool_rxfh_set() local
1643 hash_opts |= MVPP22_CLS_HEK_OPT_VLAN; in mvpp2_ethtool_rxfh_set()
[all …]
H A Dmvpp2_debugfs.c147 u16 hash_opts; in mvpp2_dbgfs_port_flow_hash_opt_show() local
157 hash_opts = mvpp2_flow_get_hek_fields(&fe); in mvpp2_dbgfs_port_flow_hash_opt_show()
159 seq_printf(s, "0x%04x\n", hash_opts); in mvpp2_dbgfs_port_flow_hash_opt_show()