Home
last modified time | relevance | path

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

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