Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_fip.c1024 ASSERT((entry->te_v_rss_type & FIP_TE_VALID) == FIP_TE_VALID); in eib_fip_parse_vhub_table()
1025 newmap->mp_v_rss_type = entry->te_v_rss_type; in eib_fip_parse_vhub_table()
1203 ASSERT((entry->te_v_rss_type & FIP_TE_TYPE_MASK) == FIP_TE_TYPE_VNIC); in eib_fip_parse_vhub_update()
1210 ((entry->te_v_rss_type & FIP_TE_VALID) == 0)) { in eib_fip_parse_vhub_update()
1240 newmap->mp_v_rss_type = entry->te_v_rss_type; in eib_fip_parse_vhub_update()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Dfip.h340 uint8_t te_v_rss_type; member