Searched refs:fm_current_addr (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/fcoe/ |
H A D | fcoe_eth.c | 93 bcopy(mac->fm_primary_addr, mac->fm_current_addr, in fcoe_open_mac() 344 if (bcmp(addr, mac->fm_current_addr, 6) == 0) { in fcoe_mac_set_address() 359 bcopy(addr, mac->fm_current_addr, ETHERADDRL); in fcoe_mac_set_address() 362 mac->fm_current_addr, ETHERADDRL); in fcoe_mac_set_address()
|
H A D | fcoe.h | 140 uint8_t fm_current_addr[ETHERADDRL]; member
|
H A D | fcoe.c | 723 fcoe_mac->fm_current_addr, 1, 0); in fcoe_iocmd() 730 fcoe_mac->fm_current_addr, 0, 0); in fcoe_iocmd() 1295 bcopy(mac->fm_current_addr, in fcoe_get_port_list()
|
H A D | fcoe_fc.c | 359 bcopy(FRM2MAC(frm)->fm_current_addr, &fmi->fmi_efh->ether_shost, in fcoe_fill_frame_headers()
|