Searched refs:macd (Results 1 – 1 of 1) sorted by relevance
2270 struct fip_mac_desc *macd = NULL; in fcoe_ctlr_vn_parse() local2329 macd = (struct fip_mac_desc *)desc; in fcoe_ctlr_vn_parse()2330 if (!is_valid_ether_addr(macd->fd_mac)) { in fcoe_ctlr_vn_parse()2333 macd->fd_mac); in fcoe_ctlr_vn_parse()2336 memcpy(frport->enode_mac, macd->fd_mac, ETH_ALEN); in fcoe_ctlr_vn_parse()2801 struct fip_mac_desc *macd = NULL; in fcoe_ctlr_vlan_parse() local2849 macd = (struct fip_mac_desc *)desc; in fcoe_ctlr_vlan_parse()2850 if (!is_valid_ether_addr(macd->fd_mac)) { in fcoe_ctlr_vlan_parse()2853 macd->fd_mac); in fcoe_ctlr_vlan_parse()2856 memcpy(frport->enode_mac, macd->fd_mac, ETH_ALEN); in fcoe_ctlr_vlan_parse()