Searched defs:eib_vhub_table_s (Results 1 – 1 of 1) sorted by relevance
546 typedef struct eib_vhub_table_s { struct547 kmutex_t tb_lock;548 struct eib_vhub_map_s *tb_gateway;549 struct eib_vhub_map_s *tb_unicast_miss;550 struct eib_vhub_map_s *tb_vhub_multicast;551 struct eib_vhub_map_s *tb_vnic_entry[EIB_TB_NBUCKETS];552 struct eib_vhub_map_s *tb_mcast_entry[EIB_TB_NBUCKETS];554 uint32_t tb_tusn;555 uint8_t tb_eport_state;557 uint16_t tb_entries_seen;[all …]