Home
last modified time | relevance | path

Searched refs:ss_eport (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_fc.c445 frm = ss->ss_eport->eport_alloc_frame(ss->ss_eport, in fcoet_send_sol_flogi()
507 frm = ss->ss_eport->eport_alloc_frame(ss->ss_eport, in fcoet_send_sol_abts()
662 frm = CMD2SS(cmd)->ss_eport->eport_alloc_frame(CMD2SS(cmd)->ss_eport, in fcoet_send_sol_els()
711 frm = CMD2SS(cmd)->ss_eport->eport_alloc_frame(CMD2SS(cmd)->ss_eport, in fcoet_send_sol_ct()
760 frm = CMD2SS(cmd)->ss_eport->eport_alloc_frame(CMD2SS(cmd)->ss_eport, in fcoet_send_status()
827 frm = CMD2SS(cmd)->ss_eport->eport_alloc_frame(CMD2SS(cmd)->ss_eport, in fcoet_send_els_response()
868 frm = CMD2SS(cmd)->ss_eport->eport_alloc_frame(CMD2SS(cmd)->ss_eport, in fcoet_send_abts_response()
900 if (ss->ss_eport->eport_ctl(ss->ss_eport, FCOE_CMD_PORT_ONLINE, 0) == in fcoet_enable_port()
920 ss->ss_eport->eport_ctl(ss->ss_eport, FCOE_CMD_PORT_OFFLINE, 0); in fcoet_disable_port()
932 frm = ss->ss_eport->eport_alloc_frame(ss->ss_eport, in fcoet_logo_fabric()
[all …]
H A Dfcoet.c511 ss->ss_eport = eport; in fcoet_attach_init()
638 ss->ss_eport->eport_deregister_client(ss->ss_eport); in fcoet_attach_init()
657 if (ss->ss_eport != NULL && in fcoet_detach_uninit()
713 if (ss->ss_eport != NULL && in fcoet_detach_uninit()
715 ss->ss_eport->eport_deregister_client(ss->ss_eport); in fcoet_detach_uninit()
921 netb = ss->ss_eport->eport_alloc_netb( in fcoet_dbuf_alloc()
926 ss->ss_eport->eport_free_netb( in fcoet_dbuf_alloc()
948 netb = ss->ss_eport->eport_alloc_netb( in fcoet_dbuf_alloc()
949 ss->ss_eport, in fcoet_dbuf_alloc()
954 ss->ss_eport->eport_free_netb( in fcoet_dbuf_alloc()
[all …]
H A Dfcoet_eth.c333 FRM2SS(frm)->ss_eport->eport_release_frame(frm); in fcoet_release_sol_frame()
1066 if (!(xch->xch_ss->ss_eport->eport_flags & EPORT_FLAG_IS_DIRECT_P2P)) { in fcoet_process_unsol_flogi_req()
1079 frm = xch->xch_ss->ss_eport->eport_alloc_frame(xch->xch_ss->ss_eport, in fcoet_process_unsol_flogi_req()
1110 bcopy(xch->xch_ss->ss_eport->eport_portwwn, frm->frm_payload + 20, 8); in fcoet_process_unsol_flogi_req()
1111 bcopy(xch->xch_ss->ss_eport->eport_nodewwn, frm->frm_payload + 28, 8); in fcoet_process_unsol_flogi_req()
1123 xch->xch_ss->ss_eport->eport_tx_frame(frm); in fcoet_process_unsol_flogi_req()
H A Dfcoet.h95 fcoe_port_t *ss_eport; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c216 ss->ss_eport->eport_ctl(ss->ss_eport, FCOE_CMD_PORT_OFFLINE, NULL); in fcoei_unbind_port()
516 ss->ss_eport->eport_ctl(ss->ss_eport, FCOE_CMD_PORT_OFFLINE, 0); in fcoei_reset()
818 ss->ss_eport->eport_ctl(ss->ss_eport, FCOE_CMD_PORT_ONLINE, NULL); in fcoei_port_enabled()
854 frm = xch->xch_ss->ss_eport->eport_alloc_frame(xch->xch_ss->ss_eport, in fcoei_initiate_ct_req()
1021 xch->xch_ss->ss_eport->eport_tx_frame(frm); in fcoei_initiate_ct_req()
1046 frm = xch->xch_ss->ss_eport->eport_alloc_frame(xch->xch_ss->ss_eport, in fcoei_initiate_fcp_cmd()
1126 xch->xch_ss->ss_eport->eport_tx_frame(frm); in fcoei_initiate_fcp_cmd()
1150 frm = xch->xch_ss->ss_eport->eport_alloc_frame(xch->xch_ss->ss_eport, in fcoei_initiate_els_req()
1257 frm = xch->xch_ss->ss_eport->eport_alloc_frame(xch->xch_ss->ss_eport, in fcoei_initiate_els_resp()
1294 if (FRM2SS(frm)->ss_eport->eport_flags & in fcoei_initiate_els_resp()
[all …]
H A Dfcoei_eth.c180 FRM2SS(frm)->ss_eport->eport_release_frame(frm); in fcoei_release_sol_frame()
251 nfrm = FRM2SS(frm)->ss_eport->eport_alloc_frame( in fcoei_process_unsol_xfer_rdy()
278 xch->xch_ss->ss_eport->eport_tx_frame(nfrm); in fcoei_process_unsol_xfer_rdy()
291 nfrm = xch->xch_ss->ss_eport->eport_alloc_frame( in fcoei_process_unsol_xfer_rdy()
327 xch->xch_ss->ss_eport->eport_tx_frame(nfrm); in fcoei_process_unsol_xfer_rdy()
498 nfrm = FRM2SS(frm)->ss_eport->eport_alloc_frame( in fcoei_process_unsol_abts_req()
499 FRM2SS(frm)->ss_eport, in fcoei_process_unsol_abts_req()
547 FRM2SS(frm)->ss_eport->eport_tx_frame(nfrm); in fcoei_process_unsol_abts_req()
883 if (!(FRM2SS(frm)->ss_eport->eport_flags & in fcoei_fill_els_fpkt_resp()
891 if (FRM2SS(frm)->ss_eport->eport_flags & in fcoei_fill_els_fpkt_resp()
[all …]
H A Dfcoei.c443 ss->ss_eport = eport; in fcoei_attach_init()
547 bcopy(ss->ss_eport->eport_portwwn, ss->ss_rnid.global_id, 8); in fcoei_attach_init()
619 ss->ss_eport->eport_deregister_client(ss->ss_eport); in fcoei_detach_uninit()
1044 frm = xch->xch_ss->ss_eport->eport_alloc_frame(xch->xch_ss->ss_eport, in fcoei_abts_exchange()
1059 xch->xch_ss->ss_eport->eport_tx_frame(frm); in fcoei_abts_exchange()
1100 xch->xch_ss->ss_eport->eport_free_netb(frm->frm_netb); in fcoei_complete_xch()
1101 xch->xch_ss->ss_eport->eport_release_frame(frm); in fcoei_complete_xch()
H A Dfcoei.h113 fcoe_port_t *ss_eport; member