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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c3162 ha->fcoe_vnport_mac[0] = MSB(mr.mb[11]);
3163 ha->fcoe_vnport_mac[1] = LSB(mr.mb[11]);
3164 ha->fcoe_vnport_mac[2] = MSB(mr.mb[12]);
3165 ha->fcoe_vnport_mac[3] = LSB(mr.mb[12]);
3166 ha->fcoe_vnport_mac[4] = MSB(mr.mb[13]);
3167 ha->fcoe_vnport_mac[5] = LSB(mr.mb[13]);
H A Dql_xioctl.c8899 bcopy(ha->fcoe_vnport_mac, cna_port.VNPortMACAddress,
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1655 uint8_t fcoe_vnport_mac[6]; member in struct:ql_adapter_state

Completed in 72 milliseconds