Searched refs:macd (Results 1 – 1 of 1) sorted by relevance
2276 struct fip_mac_desc *macd = NULL; in fcoe_ctlr_vn_parse() local2335 macd = (struct fip_mac_desc *)desc; in fcoe_ctlr_vn_parse()2336 if (!is_valid_ether_addr(macd->fd_mac)) { in fcoe_ctlr_vn_parse()2339 macd->fd_mac); in fcoe_ctlr_vn_parse()2342 memcpy(frport->enode_mac, macd->fd_mac, ETH_ALEN); in fcoe_ctlr_vn_parse()2807 struct fip_mac_desc *macd = NULL; in fcoe_ctlr_vlan_parse() local2855 macd = (struct fip_mac_desc *)desc; in fcoe_ctlr_vlan_parse()2856 if (!is_valid_ether_addr(macd->fd_mac)) { in fcoe_ctlr_vlan_parse()2859 macd->fd_mac); in fcoe_ctlr_vlan_parse()2862 memcpy(frport->enode_mac, macd->fd_mac, ETH_ALEN); in fcoe_ctlr_vlan_parse()