Searched refs:work_ccb (Results 1 – 3 of 3) sorted by relevance
1399 union ccb *work_ccb, *reset_ccb; in ata_scan_bus() local1410 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 …]
1950 union ccb *work_ccb, *reset_ccb; in scsi_scan_bus() local1958 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 …]
3460 union ccb *work_ccb; in xpt_run_devq() local3470 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 …]