Home
last modified time | relevance | path

Searched refs:fc_ulp_issue_els (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_ulpif.h160 int fc_ulp_issue_els(opaque_t port_handle, fc_packet_t *pkt);
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c2674 rval = fc_ulp_issue_els(fport->fcipp_handle, fc_pkt); in fcip_handle_farp_request()
6119 rval = fc_ulp_issue_els(fport->fcipp_handle, fc_pkt); in fcip_do_farp()
H A Dfcp.c5324 rval = fc_ulp_issue_els(pptr->port_fp_handle, fpkt); in fcp_send_els()
5685 if ((rval = fc_ulp_issue_els(pptr->port_fp_handle, fpkt)) != in fcp_unsol_prli()
6454 rval = fc_ulp_issue_els(pptr->port_fp_handle, in fcp_icmd_callback()
13720 if ((rval = fc_ulp_issue_els( in fcp_watch()
H A Dfcsm.c3123 cmd->cmd_transport = fc_ulp_issue_els; in fcsm_xlogi_init()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1483 fc_ulp_issue_els(opaque_t port_handle, fc_packet_t *pkt) in fc_ulp_issue_els() function