Home
last modified time | relevance | path

Searched refs:frm_eport (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_eth.c239 frm->frm_eport->eport_free_netb(frm->frm_netb); in fcoet_rx_frame()
240 frm->frm_eport->eport_release_frame(frm); in fcoet_rx_frame()
652 frm->frm_eport->eport_efh_dst, ETHERADDRL); in fcoet_process_unsol_els_req()
976 if (frm->frm_eport->eport_link_speed == FCOE_PORT_SPEED_1G) { in fcoet_send_unsol_els_rsp_done()
978 } else if (frm->frm_eport->eport_link_speed == in fcoet_send_unsol_els_rsp_done()
1167 frm->frm_eport->eport_flags &= in fcoet_process_sol_flogi_rsp()
1172 frm->frm_eport->eport_efh_dst, in fcoet_process_sol_flogi_rsp()
1174 frm->frm_eport->eport_set_mac_address( in fcoet_process_sol_flogi_rsp()
1175 frm->frm_eport, src_addr, B_TRUE); in fcoet_process_sol_flogi_rsp()
H A Dfcoet.h248 ((fcoet_soft_state_t *)(x_frm)->frm_eport->eport_client_private)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_eth.c137 frm->frm_eport->eport_free_netb(frm->frm_netb); in fcoei_rx_frame()
138 frm->frm_eport->eport_release_frame(frm); in fcoei_rx_frame()
387 frm->frm_eport->eport_flags |= in fcoei_process_unsol_els_req()
863 frm->frm_eport->eport_efh_dst, ETHERADDRL); in fcoei_fill_els_fpkt_resp()
869 frm->frm_eport->eport_flags &= in fcoei_fill_els_fpkt_resp()
873 frm->frm_eport->eport_set_mac_address( in fcoei_fill_els_fpkt_resp()
874 frm->frm_eport, src_addr, 1); in fcoei_fill_els_fpkt_resp()
879 frm->frm_eport->eport_flags |= in fcoei_fill_els_fpkt_resp()
1227 frm->frm_eport->eport_free_netb(frm->frm_netb); in fcoei_process_unsol_frame()
1228 frm->frm_eport->eport_release_frame(frm); in fcoei_process_unsol_frame()
H A Dfcoei.c766 frm->frm_eport->eport_release_frame(frm); in fcoei_clear_watchdog_jobs()
771 frm->frm_eport->eport_free_netb(frm->frm_netb); in fcoei_clear_watchdog_jobs()
772 frm->frm_eport->eport_release_frame(frm); in fcoei_clear_watchdog_jobs()
H A Dfcoei.h258 ((fcoei_soft_state_t *)(x_frm)->frm_eport->eport_client_private)
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.h225 #define FRM2MAC(x_frm) (EPORT2MAC((x_frm)->frm_eport))
H A Dfcoe_fc.c315 frm->frm_eport = eport; in fcoe_allocate_frame()
364 bcopy(frm->frm_eport->eport_efh_dst, in fcoe_fill_frame_headers()
H A Dfcoe.c1071 mac = EPORT2MAC(fmi->fmi_frame->frm_eport); in fcoe_watchdog()
/illumos-gate/usr/src/uts/common/sys/fcoe/
H A Dfcoe_common.h114 struct fcoe_port *frm_eport; member