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

/drivers/scsi/qla2xxx/
H A Dqla_init.c5078 nv->enode_mac[0] = 0x00;
5079 nv->enode_mac[1] = 0xC0;
5080 nv->enode_mac[2] = 0xDD;
5081 nv->enode_mac[3] = 0x04;
5082 nv->enode_mac[4] = 0x05;
5083 nv->enode_mac[5] = 0x06 + ha->port_no;
5108 memcpy(icb->enode_mac, nv->enode_mac, sizeof(icb->enode_mac));
5109 /* Some boards (with valid NVRAMs) still have NULL enode_mac!! */
[all...]
H A Dqla_fw.h1549 uint8_t enode_mac[6]; member in struct:nvram_81xx
1788 uint8_t enode_mac[6]; member in struct:init_cb_81xx
/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c2165 memcpy(frport->enode_mac, macd->fd_mac, ETH_ALEN);
2241 frport->enode_mac, 0);
2255 frport->enode_mac, 0);
2357 memcpy(mac, frport->enode_mac, ETH_ALEN);
2397 fcoe_ctlr_vn_send(fip, FIP_SC_VN_CLAIM_REP, frport->enode_mac,

Completed in 1156 milliseconds