Home
last modified time | relevance | path

Searched refs:work_ccb (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/cam/ata/
H A Data_xpt.c1399 union ccb *work_ccb, *reset_ccb; in ata_scan_bus() local
1410 if (work_ccb == NULL) { in ata_scan_bus()
1418 xpt_free_ccb(work_ccb); in ata_scan_bus()
1431 xpt_free_ccb(work_ccb); in ata_scan_bus()
1442 xpt_free_ccb(work_ccb); in ata_scan_bus()
1454 xpt_free_ccb(work_ccb); in ata_scan_bus()
1467 if (work_ccb == NULL) { in ata_scan_bus()
1476 work_ccb = request_ccb; in ata_scan_bus()
1510 xpt_free_ccb(work_ccb); in ata_scan_bus()
1531 xpt_free_ccb(work_ccb); in ata_scan_bus()
[all …]
/freebsd-12.1/sys/cam/scsi/
H A Dscsi_xpt.c1950 union ccb *work_ccb, *reset_ccb; in scsi_scan_bus() local
1958 if (work_ccb == NULL) { in scsi_scan_bus()
1966 xpt_action(work_ccb); in scsi_scan_bus()
1969 xpt_free_ccb(work_ccb); in scsi_scan_bus()
1980 xpt_free_ccb(work_ccb); in scsi_scan_bus()
1986 if ((work_ccb->cpi.hba_inquiry & in scsi_scan_bus()
1998 xpt_free_ccb(work_ccb); in scsi_scan_bus()
2010 xpt_free_ccb(work_ccb); in scsi_scan_bus()
2058 xpt_free_ccb(work_ccb); in scsi_scan_bus()
2063 if (work_ccb == NULL) { in scsi_scan_bus()
[all …]
/freebsd-12.1/sys/cam/
H A Dcam_xpt.c3460 union ccb *work_ccb; in xpt_run_devq() local
3470 if (work_ccb == NULL) { in xpt_run_devq()
3512 xpt_freeze_devq(work_ccb->ccb_h.path, 1); in xpt_run_devq()
3530 device, work_ccb->ccb_h.path->device)); in xpt_run_devq()
3533 proto->ops->debug_out(work_ccb); in xpt_run_devq()
3547 (*(sim->sim_action))(sim, work_ccb); in xpt_run_devq()
5330 switch (work_ccb->ccb_h.func_code) { in xptaction()
5336 cpi = &work_ccb->cpi; in xptaction()
5356 xpt_done(work_ccb); in xptaction()
5360 work_ccb->ccb_h.status = CAM_REQ_INVALID; in xptaction()
[all …]