Searched defs:fcoe_mac (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.h123 typedef struct fcoe_mac struct
H A Dfcoe.c642 fcoe_mac_t *fcoe_mac; local
687 fcoe_mac = fcoe_create_mac_by_id(param->fcp_mac_linkid);
688 if (fcoe_mac == NULL) {
695 if (fcoe_mac->fm_flags & FCOE_MAC_FLAG_ENABLED) {
701 ret = fcoe_open_mac(fcoe_mac, param->fcp_force_promisc,
704 fcoe_destroy_mac(fcoe_mac);
713 fcoe_mac->fm_flags |= FCOE_MAC_FLAG_ENABLED;
720 eport = &fcoe_mac->fm_eport;
723 fcoe_mac->fm_current_addr, 1, 0);
730 fcoe_mac
[all...]

Completed in 49 milliseconds