Home
last modified time | relevance | path

Searched refs:fm_eport (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_eth.c107 mac_sdu_get(mac->fm_handle, NULL, &mac->fm_eport.eport_mtu); in fcoe_open_mac()
108 if (mac->fm_eport.eport_mtu < FCOE_MIN_MTU_SIZE) { in fcoe_open_mac()
109 if (!fcoe_enable_p2pmode || mac->fm_eport.eport_mtu < 1500) { in fcoe_open_mac()
121 mac->fm_eport.eport_link_speed = in fcoe_open_mac()
202 mac->fm_eport.eport_link_speed = in fcoe_enable_callback()
231 ret = fcoe_mac_set_address(&mac->fm_eport, in fcoe_disable_callback()
233 FCOE_SET_DEFAULT_FPORT_ADDR(mac->fm_eport.eport_efh_dst); in fcoe_disable_callback()
263 frm = fcoe_allocate_frame(&mac->fm_eport, frame_size, mp); in fcoe_rx()
294 mac->fm_eport.eport_link_speed = in fcoe_mac_notify()
297 (void) fcoe_mac_set_address(&mac->fm_eport, in fcoe_mac_notify()
[all …]
H A Dfcoe_fc.c110 eport = &mac->fm_eport; in fcoe_register_client()
151 atomic_and_32(&mac->fm_eport.eport_flags, ~EPORT_FLAG_MAC_IN_USE); in fcoe_deregister_client()
418 mac->fm_client.ect_port_event(&mac->fm_eport, in fcoe_mac_notify_link_up()
427 mac->fm_client.ect_port_event(&mac->fm_eport, in fcoe_mac_notify_link_down()
478 *is_target = EPORT_CLT_TYPE(&mac->fm_eport); in fcoe_delete_port()
492 atomic_and_32(&mac->fm_eport.eport_flags, ~EPORT_FLAG_MAC_IN_USE); in fcoe_delete_port()
499 atomic_or_32(&mac->fm_eport.eport_flags, in fcoe_delete_port()
H A Dfcoe.c720 eport = &fcoe_mac->fm_eport; in fcoe_iocmd()
1257 cnwwn = checkedmac->fm_eport.eport_nodewwn; in fcoe_cmp_wwn()
1258 cpwwn = checkedmac->fm_eport.eport_portwwn; in fcoe_cmp_wwn()
1266 nwwn = mac->fm_eport.eport_nodewwn; in fcoe_cmp_wwn()
1267 pwwn = mac->fm_eport.eport_portwwn; in fcoe_cmp_wwn()
1292 bcopy(mac->fm_eport.eport_portwwn, in fcoe_get_port_list()
1300 EPORT_CLT_TYPE(&mac->fm_eport); in fcoe_get_port_list()
1302 mac->fm_eport.eport_mtu; in fcoe_get_port_list()
H A Dfcoe.h130 fcoe_port_t fm_eport; member