Searched refs:tb_unicast_miss (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_fip.c1307 if (tbl->tb_unicast_miss) {
1308 kmem_free(tbl->tb_unicast_miss,
1311 tbl->tb_unicast_miss = map;
H A Deib_vnic.c757 if (tbl->tb_unicast_miss) {
758 kmem_free(tbl->tb_unicast_miss, sizeof (eib_vhub_map_t));
759 tbl->tb_unicast_miss = NULL;
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h549 struct eib_vhub_map_s *tb_unicast_miss; member in struct:eib_vhub_table_s

Completed in 54 milliseconds