Searched refs:enode_mac (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/scsi/ | 
| D | libfcoe.h | 237 	u8 enode_mac[ETH_ALEN];  member
 | 
| /Linux-v5.4/drivers/scsi/fcoe/ | 
| D | fcoe_ctlr.c | 2342 			memcpy(frport->enode_mac, macd->fd_mac, ETH_ALEN);  in fcoe_ctlr_vn_parse()2420 				  frport->enode_mac, 0);  in fcoe_ctlr_vn_probe_req()
 2436 					  frport->enode_mac, 0);  in fcoe_ctlr_vn_probe_req()
 2534 	memcpy(frport->enode_mac, new->enode_mac, ETH_ALEN);  in fcoe_ctlr_vn_add()
 2557 		memcpy(mac, frport->enode_mac, ETH_ALEN);  in fcoe_ctlr_vn_lookup()
 2606 		fcoe_ctlr_vn_send(fip, FIP_SC_VN_CLAIM_REP, new->enode_mac,  in fcoe_ctlr_vn_claim_notify()
 2862 			memcpy(frport->enode_mac, macd->fd_mac, ETH_ALEN);  in fcoe_ctlr_vlan_parse()
 2967 	fcoe_ctlr_vlan_send(fip, sub, frport->enode_mac);  in fcoe_ctlr_vlan_disc_reply()
 
 | 
| /Linux-v5.4/drivers/scsi/qla2xxx/ | 
| D | qla_init.c | 8338 		nv->enode_mac[0] = 0x00;  in qla81xx_nvram_config()8339 		nv->enode_mac[1] = 0xC0;  in qla81xx_nvram_config()
 8340 		nv->enode_mac[2] = 0xDD;  in qla81xx_nvram_config()
 8341 		nv->enode_mac[3] = 0x04;  in qla81xx_nvram_config()
 8342 		nv->enode_mac[4] = 0x05;  in qla81xx_nvram_config()
 8343 		nv->enode_mac[5] = 0x06 + ha->port_no + 1;  in qla81xx_nvram_config()
 8373 	memcpy(icb->enode_mac, nv->enode_mac, sizeof(icb->enode_mac));  in qla81xx_nvram_config()
 8375 	if (!memcmp(icb->enode_mac, "\0\0\0\0\0\0", sizeof(icb->enode_mac))) {  in qla81xx_nvram_config()
 8376 		icb->enode_mac[0] = 0x00;  in qla81xx_nvram_config()
 8377 		icb->enode_mac[1] = 0xC0;  in qla81xx_nvram_config()
 [all …]
 
 | 
| D | qla_fw.h | 1760 	uint8_t enode_mac[6];  member1998 	uint8_t enode_mac[6];  member
 
 |