Home
last modified time | relevance | path

Searched refs:rss_table_entry_width (Results 1 – 3 of 3) 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/i40e/
H A Di40e_main.c2414 lut_mask = (1 << hw->func_caps.rss_table_entry_width) - 1; in i40e_config_rss_hlut()