Home
last modified time | relevance | path

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

/freebsd-13.1/sys/cam/ata/
H A Data_xpt.c1398 union ccb *work_ccb, *reset_ccb; in ata_scan_bus() local
1409 if (work_ccb == NULL) { in ata_scan_bus()
1417 xpt_free_ccb(work_ccb); in ata_scan_bus()
1430 xpt_free_ccb(work_ccb); in ata_scan_bus()
1441 xpt_free_ccb(work_ccb); in ata_scan_bus()
1453 xpt_free_ccb(work_ccb); in ata_scan_bus()
1466 if (work_ccb == NULL) { in ata_scan_bus()
1475 work_ccb = request_ccb; in ata_scan_bus()
1509 xpt_free_ccb(work_ccb); in ata_scan_bus()
1530 xpt_free_ccb(work_ccb); in ata_scan_bus()
[all …]
/freebsd-13.1/sys/cam/scsi/
H A Dscsi_xpt.c1942 union ccb *work_ccb, *reset_ccb; in scsi_scan_bus() local
1950 if (work_ccb == NULL) { in scsi_scan_bus()
1958 xpt_action(work_ccb); in scsi_scan_bus()
1961 xpt_free_ccb(work_ccb); in scsi_scan_bus()
1972 xpt_free_ccb(work_ccb); in scsi_scan_bus()
1978 if ((work_ccb->cpi.hba_inquiry & in scsi_scan_bus()
1990 xpt_free_ccb(work_ccb); in scsi_scan_bus()
2002 xpt_free_ccb(work_ccb); in scsi_scan_bus()
2049 xpt_free_ccb(work_ccb); in scsi_scan_bus()
2054 if (work_ccb == NULL) { in scsi_scan_bus()
[all …]
/freebsd-13.1/sys/cam/
H A Dcam_xpt.c3382 union ccb *work_ccb; in xpt_run_devq() local
3392 if (work_ccb == NULL) { in xpt_run_devq()
3422 cam_ccbq_send_ccb(&device->ccbq, work_ccb); in xpt_run_devq()
3433 xpt_freeze_devq(work_ccb->ccb_h.path, 1); in xpt_run_devq()
3451 device, work_ccb->ccb_h.path->device)); in xpt_run_devq()
3454 proto->ops->debug_out(work_ccb); in xpt_run_devq()
3468 (*(sim->sim_action))(sim, work_ccb); in xpt_run_devq()
5250 switch (work_ccb->ccb_h.func_code) { in xptaction()
5256 cpi = &work_ccb->cpi; in xptaction()
5279 work_ccb->ccb_h.status = CAM_REQ_INVALID; in xptaction()
[all …]