Searched refs:enode_mac (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/include/scsi/ |
D | libfcoe.h | 241 u8 enode_mac[ETH_ALEN]; member
|
/linux-6.12.1/drivers/scsi/fcoe/ |
D | fcoe_ctlr.c | 2337 memcpy(frport->enode_mac, macd->fd_mac, ETH_ALEN); in fcoe_ctlr_vn_parse() 2415 frport->enode_mac, 0); in fcoe_ctlr_vn_probe_req() 2431 frport->enode_mac, 0); in fcoe_ctlr_vn_probe_req() 2529 memcpy(frport->enode_mac, new->enode_mac, ETH_ALEN); in fcoe_ctlr_vn_add() 2552 memcpy(mac, frport->enode_mac, ETH_ALEN); in fcoe_ctlr_vn_lookup() 2601 fcoe_ctlr_vn_send(fip, FIP_SC_VN_CLAIM_REP, new->enode_mac, in fcoe_ctlr_vn_claim_notify() 2857 memcpy(frport->enode_mac, macd->fd_mac, ETH_ALEN); in fcoe_ctlr_vlan_parse() 2961 fcoe_ctlr_vlan_send(fip, sub, frport->enode_mac); in fcoe_ctlr_vlan_disc_reply()
|
/linux-6.12.1/drivers/scsi/qla2xxx/ |
D | qla_init.c | 9193 nv->enode_mac[0] = 0x00; in qla81xx_nvram_config() 9194 nv->enode_mac[1] = 0xC0; in qla81xx_nvram_config() 9195 nv->enode_mac[2] = 0xDD; in qla81xx_nvram_config() 9196 nv->enode_mac[3] = 0x04; in qla81xx_nvram_config() 9197 nv->enode_mac[4] = 0x05; in qla81xx_nvram_config() 9198 nv->enode_mac[5] = 0x06 + ha->port_no + 1; in qla81xx_nvram_config() 9228 memcpy(icb->enode_mac, nv->enode_mac, sizeof(icb->enode_mac)); in qla81xx_nvram_config() 9230 if (!memcmp(icb->enode_mac, "\0\0\0\0\0\0", sizeof(icb->enode_mac))) { in qla81xx_nvram_config() 9231 icb->enode_mac[0] = 0x00; in qla81xx_nvram_config() 9232 icb->enode_mac[1] = 0xC0; in qla81xx_nvram_config() [all …]
|
D | qla_fw.h | 1938 uint8_t enode_mac[6]; member 2179 uint8_t enode_mac[6]; member
|