Searched refs:fm_handle (Results 1 – 2 of 2) sorted by relevance
73 ret = mac_open_by_linkid(mac->fm_linkid, &mac->fm_handle); in fcoe_open_mac()82 ret = mac_client_open(mac->fm_handle, in fcoe_open_mac()92 mac_unicast_primary_get(mac->fm_handle, mac->fm_primary_addr); in fcoe_open_mac()107 mac_sdu_get(mac->fm_handle, NULL, &mac->fm_eport.eport_mtu); in fcoe_open_mac()137 if (mac->fm_handle == NULL) { in fcoe_close_mac()169 (void) mac_close(mac->fm_handle); in fcoe_close_mac()170 mac->fm_handle = NULL; in fcoe_close_mac()199 mac_stat_get(mac->fm_handle, MAC_STAT_LINK_UP)? in fcoe_enable_callback()208 mac->fm_notify_handle = mac_notify_add(mac->fm_handle, in fcoe_enable_callback()289 if (mac_stat_get(mac->fm_handle, MAC_STAT_LINK_UP) != 0) { in fcoe_mac_notify()[all …]
134 mac_handle_t fm_handle; member