Home
last modified time | relevance | path

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.c3373 ha->fcoe_vnport_mac[5] = MSB(mr.mb[11]); in ql_configure_hba()
3374 ha->fcoe_vnport_mac[4] = LSB(mr.mb[11]); in ql_configure_hba()
3375 ha->fcoe_vnport_mac[3] = MSB(mr.mb[12]); in ql_configure_hba()
3376 ha->fcoe_vnport_mac[2] = LSB(mr.mb[12]); in ql_configure_hba()
3377 ha->fcoe_vnport_mac[1] = MSB(mr.mb[13]); in ql_configure_hba()
3378 ha->fcoe_vnport_mac[0] = LSB(mr.mb[13]); in ql_configure_hba()
H A Dql_xioctl.c9418 bcopy(ha->fcoe_vnport_mac, cna_port.VNPortMACAddress, in ql_qry_cna_port()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1890 uint8_t fcoe_vnport_mac[6]; member