Searched refs:macd (Results 1 – 1 of 1) sorted by relevance
2271 struct fip_mac_desc *macd = NULL; in fcoe_ctlr_vn_parse() local2330 macd = (struct fip_mac_desc *)desc; in fcoe_ctlr_vn_parse()2331 if (!is_valid_ether_addr(macd->fd_mac)) { in fcoe_ctlr_vn_parse()2334 macd->fd_mac); in fcoe_ctlr_vn_parse()2337 memcpy(frport->enode_mac, macd->fd_mac, ETH_ALEN); in fcoe_ctlr_vn_parse()2802 struct fip_mac_desc *macd = NULL; in fcoe_ctlr_vlan_parse() local2850 macd = (struct fip_mac_desc *)desc; in fcoe_ctlr_vlan_parse()2851 if (!is_valid_ether_addr(macd->fd_mac)) { in fcoe_ctlr_vlan_parse()2854 macd->fd_mac); in fcoe_ctlr_vlan_parse()2857 memcpy(frport->enode_mac, macd->fd_mac, ETH_ALEN); in fcoe_ctlr_vlan_parse()