Searched defs:eib_vhub_table_s (Results 1 – 1 of 1) sorted by relevance
550 typedef struct eib_vhub_table_s { struct551 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];556 struct eib_vhub_map_s *tb_mcast_entry[EIB_TB_NBUCKETS];558 uint32_t tb_tusn;559 uint8_t tb_eport_state;561 uint16_t tb_entries_seen;[all …]