Searched refs:work_ccb (Results 1 – 3 of 3) sorted by relevance
1385 union ccb *work_ccb, *reset_ccb; in ata_scan_bus() local1396 if (work_ccb == NULL) { in ata_scan_bus()1404 xpt_free_ccb(work_ccb); in ata_scan_bus()1417 xpt_free_ccb(work_ccb); in ata_scan_bus()1428 xpt_free_ccb(work_ccb); in ata_scan_bus()1440 xpt_free_ccb(work_ccb); in ata_scan_bus()1453 if (work_ccb == NULL) { in ata_scan_bus()1462 work_ccb = request_ccb; in ata_scan_bus()1496 xpt_free_ccb(work_ccb); in ata_scan_bus()1517 xpt_free_ccb(work_ccb); in ata_scan_bus()[all …]
1938 union ccb *work_ccb, *reset_ccb; in scsi_scan_bus() local1946 if (work_ccb == NULL) { in scsi_scan_bus()1954 xpt_action(work_ccb); in scsi_scan_bus()1957 xpt_free_ccb(work_ccb); in scsi_scan_bus()1968 xpt_free_ccb(work_ccb); in scsi_scan_bus()1974 if ((work_ccb->cpi.hba_inquiry & in scsi_scan_bus()1986 xpt_free_ccb(work_ccb); in scsi_scan_bus()1998 xpt_free_ccb(work_ccb); in scsi_scan_bus()2045 xpt_free_ccb(work_ccb); in scsi_scan_bus()2050 if (work_ccb == NULL) { in scsi_scan_bus()[all …]
3298 union ccb *work_ccb; in xpt_run_devq() local3308 if (work_ccb == NULL) { in xpt_run_devq()3338 cam_ccbq_send_ccb(&device->ccbq, work_ccb); in xpt_run_devq()3349 xpt_freeze_devq(work_ccb->ccb_h.path, 1); in xpt_run_devq()3367 device, work_ccb->ccb_h.path->device)); in xpt_run_devq()3370 proto->ops->debug_out(work_ccb); in xpt_run_devq()3384 (*(sim->sim_action))(sim, work_ccb); in xpt_run_devq()5192 switch (work_ccb->ccb_h.func_code) { in xptaction()5198 cpi = &work_ccb->cpi; in xptaction()5221 work_ccb->ccb_h.status = CAM_REQ_INVALID; in xptaction()[all …]