Home
last modified time | relevance | path

Searched refs:mp_mac (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_fip.c1026 bcopy(entry->te_mac, newmap->mp_mac, ETHERADDRL); in eib_fip_parse_vhub_table()
1241 bcopy(entry->te_mac, newmap->mp_mac, ETHERADDRL); in eib_fip_parse_vhub_update()
1328 bkt = (map->mp_mac[ETHERADDRL-1]) % EIB_TB_NBUCKETS; in eib_fip_queue_tbl_entry()
1336 bkt = (map->mp_mac[ETHERADDRL-1]) % EIB_TB_NBUCKETS; in eib_fip_queue_tbl_entry()
1393 bcopy(eib_zero_mac, newmap->mp_mac, ETHERADDRL); in eib_fip_queue_gw_entry()
1457 eib_fip_dequeue_tbl_entry(tbl, map->mp_mac, in eib_fip_apply_updates()
1484 if (bcmp(elem->mp_mac, mac, ETHERADDRL) == 0) in eib_fip_dequeue_tbl_entry()
H A Deib_vnic.c1795 if (bcmp(elem->mp_mac, dmac, ETHERADDRL) == 0) in eib_vnic_lookup_dest()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h541 uint8_t mp_mac[ETHERADDRL]; member