Home
last modified time | relevance | path

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

/NextBSD/sys/cam/ctl/
HDctl_frontend_cam_sim.c689 cts->transport = XPORT_FC; in cfcs_action()
787 cpi->transport = XPORT_FC; in cfcs_action()
HDscsi_ctl.c374 if (cpi->transport == XPORT_FC) in ctlfeasync()
/NextBSD/sys/cam/
HDcam_ccb.h264 XPORT_FC, /* Fiber Channel */ enumerator
HDcam_xpt.c3877 case XPORT_FC: in xpt_bus_register()
/NextBSD/sys/cam/scsi/
HDscsi_xpt.c3027 if (cts.ccb_h.status == CAM_REQ_CMP && cts.transport == XPORT_FC) { in scsi_announce_periph()
3073 if (cts.ccb_h.status == CAM_REQ_CMP && cts.transport == XPORT_FC) { in scsi_announce_periph()
HDscsi_da.c1844 if (cts.protocol == PROTO_SCSI && cts.transport == XPORT_FC) { in dasysctlinit()
/NextBSD/sys/dev/mpt/
HDmpt_cam.c3466 cts->transport = XPORT_FC; in mpt_action()
3548 cpi->transport = XPORT_FC; in mpt_action()
/NextBSD/sys/dev/isp/
HDisp_freebsd.c3779 cts->transport = XPORT_FC; in isp_action()
4033 cpi->transport = XPORT_FC; in isp_action()
/NextBSD/sbin/camcontrol/
HDcamcontrol.c1088 } else if (ccb->cts.transport == XPORT_FC) { in camxferrate()
4777 if (cts->transport == XPORT_FC) { in cts_print()