Searched refs:work_ccb (Results 1 – 3 of 3) sorted by relevance
1398 union ccb *work_ccb, *reset_ccb; in ata_scan_bus() local1409 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 …]
1942 union ccb *work_ccb, *reset_ccb; in scsi_scan_bus() local1950 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 …]
3382 union ccb *work_ccb; in xpt_run_devq() local3392 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 …]