Home
last modified time | relevance | path

Searched defs:eib_vhub_table_s (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h550 typedef struct eib_vhub_table_s { struct
551 kmutex_t tb_lock;
552 struct eib_vhub_map_s *tb_gateway;
553 struct eib_vhub_map_s *tb_unicast_miss;
554 struct eib_vhub_map_s *tb_vhub_multicast;
555 struct eib_vhub_map_s *tb_vnic_entry[EIB_TB_NBUCKETS];
558 uint32_t tb_tusn;
559 uint8_t tb_eport_state;
561 uint16_t tb_entries_seen;
562 uint16_t tb_entries_in_table;
[all …]