Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/fcoe/
Dfcoe_ctlr.c2279 struct fip_mac_desc *macd = NULL; in fcoe_ctlr_vn_parse() local
2338 macd = (struct fip_mac_desc *)desc; in fcoe_ctlr_vn_parse()
2339 if (!is_valid_ether_addr(macd->fd_mac)) { in fcoe_ctlr_vn_parse()
2342 macd->fd_mac); in fcoe_ctlr_vn_parse()
2345 memcpy(frport->enode_mac, macd->fd_mac, ETH_ALEN); in fcoe_ctlr_vn_parse()
2810 struct fip_mac_desc *macd = NULL; in fcoe_ctlr_vlan_parse() local
2858 macd = (struct fip_mac_desc *)desc; in fcoe_ctlr_vlan_parse()
2859 if (!is_valid_ether_addr(macd->fd_mac)) { in fcoe_ctlr_vlan_parse()
2862 macd->fd_mac); in fcoe_ctlr_vlan_parse()
2865 memcpy(frport->enode_mac, macd->fd_mac, ETH_ALEN); in fcoe_ctlr_vlan_parse()