fcoe_mac
fcoe_mac_t *fcoe_mac;
fcoe_mac = fcoe_create_mac_by_id(param->fcp_mac_linkid);
if (fcoe_mac == NULL) {
if (fcoe_mac->fm_flags & FCOE_MAC_FLAG_ENABLED) {
ret = fcoe_open_mac(fcoe_mac, param->fcp_force_promisc,
fcoe_destroy_mac(fcoe_mac);
fcoe_mac->fm_flags |= FCOE_MAC_FLAG_ENABLED;
eport = &fcoe_mac->fm_eport;
fcoe_mac->fm_current_addr, 1, 0);
fcoe_mac->fm_current_addr, 0, 0);
cmpwwn = fcoe_cmp_wwn(fcoe_mac);
(void) fcoe_close_mac(fcoe_mac);
fcoe_destroy_mac(fcoe_mac);
fcoe_mac,
if (fcoe_mac_existed(fcoe_mac) == B_TRUE) {
(void) fcoe_close_mac(fcoe_mac);
fcoe_destroy_mac(fcoe_mac);