Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.c138 fcoe_mac_t *mac = EPORT2MAC(eport); in fcoe_deregister_client()
150 atomic_and_32(&EPORT2MAC(eport)->fm_flags, ~FCOE_MAC_FLAG_BOUND); in fcoe_deregister_client()
152 if (!(EPORT2MAC(eport)->fm_flags & FCOE_MAC_FLAG_USER_DEL)) { in fcoe_deregister_client()
162 fcoe_mac_t *mac = EPORT2MAC(eport); in fcoe_ctl()
294 mp = fcoe_get_mblk(EPORT2MAC(eport), raw_frame_size); in fcoe_allocate_frame()
301 EPORT2MAC(eport)->fm_client.ect_private_frame_struct_size; in fcoe_allocate_frame()
323 fmi->fmi_mac = EPORT2MAC(eport); in fcoe_allocate_frame()
H A Dfcoe.h223 #define EPORT2MAC(x_eport) ((fcoe_mac_t *)(x_eport)->eport_fcoe_private) macro
225 #define FRM2MAC(x_frm) (EPORT2MAC((x_frm)->frm_eport))
H A Dfcoe_eth.c341 fcoe_mac_t *mac = EPORT2MAC(eport); in fcoe_mac_set_address()
H A Dfcoe.c1071 mac = EPORT2MAC(fmi->fmi_frame->frm_eport); in fcoe_watchdog()