Home
last modified time | relevance | path

Searched refs:te_mac (Results 1 – 2 of 2) 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()
1211 eib_fip_dequeue_tbl_entry(etbl, entry->te_mac, in eib_fip_parse_vhub_update()
1214 if (bcmp(entry->te_mac, ld->ld_assigned_mac, ETHERADDRL) == 0) { in eib_fip_parse_vhub_update()
1217 mymac = entry->te_mac; in eib_fip_parse_vhub_update()
1241 bcopy(entry->te_mac, newmap->mp_mac, ETHERADDRL); in eib_fip_parse_vhub_update()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Dfip.h342 uint8_t te_mac[ETHERADDRL]; member