Home
last modified time | relevance | path

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

/freebsd/sys/cam/ata/
H A Data_xpt.c1383 union ccb *work_ccb, *reset_ccb; in ata_scan_bus() local
1394 if (work_ccb == NULL) { in ata_scan_bus()
1402 xpt_free_ccb(work_ccb); in ata_scan_bus()
1415 xpt_free_ccb(work_ccb); in ata_scan_bus()
1426 xpt_free_ccb(work_ccb); in ata_scan_bus()
1438 xpt_free_ccb(work_ccb); in ata_scan_bus()
1451 if (work_ccb == NULL) { in ata_scan_bus()
1460 work_ccb = request_ccb; in ata_scan_bus()
1494 xpt_free_ccb(work_ccb); in ata_scan_bus()
1515 xpt_free_ccb(work_ccb); in ata_scan_bus()
[all …]
/freebsd/sys/cam/scsi/
H A Dscsi_xpt.c1936 union ccb *work_ccb, *reset_ccb; in scsi_scan_bus() local
1944 if (work_ccb == NULL) { in scsi_scan_bus()
1952 xpt_action(work_ccb); in scsi_scan_bus()
1955 xpt_free_ccb(work_ccb); in scsi_scan_bus()
1966 xpt_free_ccb(work_ccb); in scsi_scan_bus()
1972 if ((work_ccb->cpi.hba_inquiry & in scsi_scan_bus()
1984 xpt_free_ccb(work_ccb); in scsi_scan_bus()
1996 xpt_free_ccb(work_ccb); in scsi_scan_bus()
2043 xpt_free_ccb(work_ccb); in scsi_scan_bus()
2048 if (work_ccb == NULL) { in scsi_scan_bus()
[all …]
/freebsd/sys/cam/
H A Dcam_xpt.c3295 union ccb *work_ccb; in xpt_run_devq() local
3305 if (work_ccb == NULL) { in xpt_run_devq()
3335 cam_ccbq_send_ccb(&device->ccbq, work_ccb); in xpt_run_devq()
3346 xpt_freeze_devq(work_ccb->ccb_h.path, 1); in xpt_run_devq()
3364 device, work_ccb->ccb_h.path->device)); in xpt_run_devq()
3367 proto->ops->debug_out(work_ccb); in xpt_run_devq()
3381 (*(sim->sim_action))(sim, work_ccb); in xpt_run_devq()
5189 switch (work_ccb->ccb_h.func_code) { in xptaction()
5195 cpi = &work_ccb->cpi; in xptaction()
5218 work_ccb->ccb_h.status = CAM_REQ_INVALID; in xptaction()
[all …]