Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_ulpif.h159 int fc_ulp_transport(opaque_t port_handle, fc_packet_t *pkt);
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c2765 cmd->cmd_transport = fc_ulp_transport; in fcsm_ct_init()
H A Dfcp.c2658 fc_ulp_transport(pptr->port_fp_handle, in fcp_send_scsi_ioctl()
9554 rval = fc_ulp_transport(port_handle, fpkt); in fcp_transport()
14278 rval = fc_ulp_transport(pptr->port_fp_handle, cmd->cmd_fp_pkt); in fcp_dopoll()
H A Dfcip.c4239 rval = fc_ulp_transport(fport->fcipp_handle, fc_pkt); in fcip_transport()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1360 fc_ulp_transport(opaque_t port_handle, fc_packet_t *pkt) in fc_ulp_transport() function