Searched refs:fcoe_vnport_mac (Results 1 – 3 of 3) sorted by relevance
3162 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()
8899 bcopy(ha->fcoe_vnport_mac, cna_port.VNPortMACAddress, in ql_qry_cna_port()
1655 uint8_t fcoe_vnport_mac[6]; member