Home
last modified time | relevance | path

Searched refs:rss_table_entry_width (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_type.h425 u32 rss_table_entry_width; member
H A Di40e_common.c3881 p->rss_table_entry_width = logical_id; in i40e_parse_discover_capabilities()
3889 p->rss_table_entry_width); in i40e_parse_discover_capabilities()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type_e610.h2067 u32 rss_table_entry_width; /* RSS Entry width in bits */ member
H A Dixgbe_e610.c714 caps->rss_table_entry_width = logical_id; in ixgbe_parse_common_caps()
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c2414 lut_mask = (1 << hw->func_caps.rss_table_entry_width) - 1; in i40e_config_rss_hlut()