Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe_ctlr.c2285 struct fip_mac_desc *macd = NULL; in fcoe_ctlr_vn_parse() local
2348 macd = (struct fip_mac_desc *)desc; in fcoe_ctlr_vn_parse()
2349 if (!is_valid_ether_addr(macd->fd_mac)) { in fcoe_ctlr_vn_parse()
2352 macd->fd_mac); in fcoe_ctlr_vn_parse()
2355 memcpy(frport->enode_mac, macd->fd_mac, ETH_ALEN); in fcoe_ctlr_vn_parse()
2818 struct fip_mac_desc *macd = NULL; in fcoe_ctlr_vlan_parse() local
2870 macd = (struct fip_mac_desc *)desc; in fcoe_ctlr_vlan_parse()
2871 if (!is_valid_ether_addr(macd->fd_mac)) { in fcoe_ctlr_vlan_parse()
2874 macd->fd_mac); in fcoe_ctlr_vlan_parse()
2877 memcpy(frport->enode_mac, macd->fd_mac, ETH_ALEN); in fcoe_ctlr_vlan_parse()