| /freebsd-head/sys/dev/mfi/ |
| HD | mfi_cam.c | 373 if (ccbh->flags & CAM_CDB_POINTER) in mfip_start() 419 if (ccbh->flags & CAM_CDB_POINTER) in mfip_done()
|
| /freebsd-head/sys/dev/aac/ |
| HD | aac_cam.c | 433 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in aac_cam_action() 532 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in aac_cam_fix_inquiry()
|
| /freebsd-head/sys/cam/ |
| HD | cam_ccb.h | 66 CAM_CDB_POINTER = 0x00000001,/* The CDB field is a pointer */ enumerator 790 return ((ccb->ccb_h.flags & CAM_CDB_POINTER) ? in scsiio_cdb_ptr() 838 return ((ccb->ccb_h.flags & CAM_CDB_POINTER) ? in atio_cdb_ptr()
|
| /freebsd-head/sys/powerpc/ps3/ |
| HD | ps3cdrom.c | 489 cdb = (ccb->ccb_h.flags & CAM_CDB_POINTER) ? in ps3cdrom_intr() 574 cdb = (ccb->ccb_h.flags & CAM_CDB_POINTER) ? in ps3cdrom_transfer()
|
| /freebsd-head/sys/dev/hptiop/ |
| HD | hptiop.c | 378 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hptiop_request_callback_itl() 530 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hptiop_request_callback_mv() 636 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hptiop_request_callback_mvfrey() 2388 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hptiop_post_req_itl() 2527 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hptiop_post_req_mv() 2581 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hptiop_post_req_mvfrey()
|
| /freebsd-head/sys/dev/aacraid/ |
| HD | aacraid_cam.c | 903 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in aac_passthrough_command() 1094 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in aac_cam_action() 1198 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in aac_cam_complete()
|
| /freebsd-head/sys/dev/ocs_fc/ |
| HD | ocs_cam.c | 1949 ccb->ccb_h.flags & CAM_CDB_POINTER ? in ocs_initiator_io() 1956 ccb->ccb_h.flags & CAM_CDB_POINTER ? in ocs_initiator_io() 1965 ccb->ccb_h.flags & CAM_CDB_POINTER ? in ocs_initiator_io() 2062 if ((ccb->ccb_h.flags & CAM_CDB_POINTER) != 0) { in ocs_action()
|
| /freebsd-head/sys/cam/scsi/ |
| HD | scsi_pass.c | 1889 if (ccb->ccb_h.flags & CAM_CDB_POINTER) { in passdoioctl() 1898 ccb->ccb_h.flags &= ~CAM_CDB_POINTER; in passdoioctl() 2187 if (ccb->ccb_h.flags & CAM_CDB_POINTER) { in passsendccb()
|
| HD | scsi_da.c | 4370 if ((ccb->ccb_h.flags & CAM_CDB_POINTER) == 0 && in cmd6workaround() 4381 if ((ccb->ccb_h.flags & CAM_CDB_POINTER) == 0 && in cmd6workaround() 4393 if ((ccb->ccb_h.flags & CAM_CDB_POINTER) != 0 || in cmd6workaround()
|
| /freebsd-head/sys/dev/isp/ |
| HD | isp_freebsd.h | 449 (((ccb)->ccb_h.flags & CAM_CDB_POINTER)? \
|
| /freebsd-head/sys/dev/ciss/ |
| HD | ciss.c | 3170 if ((csio->ccb_h.flags & CAM_CDB_POINTER) && (csio->ccb_h.flags & CAM_CDB_PHYS)) { in ciss_cam_action_io() 3230 if (csio->ccb_h.flags & CAM_CDB_POINTER) { in ciss_cam_action_io() 3269 opcode = (csio->ccb_h.flags & CAM_CDB_POINTER) ? in ciss_cam_emulate() 3298 if (((csio->ccb_h.flags & CAM_CDB_POINTER) ? in ciss_cam_emulate() 3419 cdb = (csio->ccb_h.flags & CAM_CDB_POINTER) ? in ciss_cam_complete_fixup()
|
| /freebsd-head/share/examples/scsi_target/ |
| HD | scsi_target.c | 576 if ((atio->ccb_h.flags & CAM_CDB_POINTER) == 0) in handle_read()
|
| /freebsd-head/sys/dev/hptnr/ |
| HD | hptnr_osm_bsd.c | 441 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in os_cmddone() 584 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hpt_scsi_io()
|
| /freebsd-head/sys/dev/hyperv/storvsc/ |
| HD | hv_storvsc_drv_freebsd.c | 1902 if(ccb->ccb_h.flags & CAM_CDB_POINTER) { in create_storvsc_request() 2194 ((ccb->ccb_h.flags & CAM_CDB_POINTER) ? in storvsc_io_done()
|
| /freebsd-head/sys/dev/smartpqi/ |
| HD | smartpqi_defines.h | 1195 #define OS_GET_CDBP(rcb) ((rcb->cm_ccb->ccb_h.flags & CAM_CDB_POINTER) ? rcb->cm_ccb->csio.cdb_io.c…
|
| HD | smartpqi_cam.c | 251 cdb = (csio->ccb_h.flags & CAM_CDB_POINTER) ? in smartpqi_fix_ld_inquiry()
|
| /freebsd-head/sys/powerpc/pseries/ |
| HD | phyp_vscsi.c | 606 cdb = (ccb->ccb_h.flags & CAM_CDB_POINTER) ? in vscsi_scsi_command()
|
| /freebsd-head/sys/dev/usb/storage/ |
| HD | umass.c | 2188 if (ccb->csio.ccb_h.flags & CAM_CDB_POINTER) { in umass_cam_action() 2565 if (ccb->csio.ccb_h.flags & CAM_CDB_POINTER) { in umass_cam_sense_cb()
|
| /freebsd-head/sys/dev/tws/ |
| HD | tws_cam.c | 713 if(ccb_h->flags & CAM_CDB_POINTER) in tws_execute_scsi()
|
| /freebsd-head/sys/dev/aic7xxx/ |
| HD | aic79xx_osm.c | 1081 if ((ccb_h->flags & CAM_CDB_POINTER) != 0) { in ahd_setup_data()
|
| HD | aic7xxx_osm.c | 1144 if ((ccb_h->flags & CAM_CDB_POINTER) != 0) { in ahc_setup_data()
|
| /freebsd-head/sys/dev/ata/ |
| HD | ata-all.c | 783 bcopy((ccb->ccb_h.flags & CAM_CDB_POINTER) ? in ata_cam_begin_transaction()
|
| /freebsd-head/sys/dev/hpt27xx/ |
| HD | hpt27xx_osm_bsd.c | 538 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hpt_scsi_io()
|
| /freebsd-head/sys/dev/hptrr/ |
| HD | hptrr_osm_bsd.c | 544 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hpt_scsi_io()
|
| /freebsd-head/sys/dev/mvs/ |
| HD | mvs.c | 1232 uint8_t *cdb = (ccb->ccb_h.flags & CAM_CDB_POINTER) ? in mvs_begin_transaction() 1394 (uint16_t *)((ccb->ccb_h.flags & CAM_CDB_POINTER) ? in mvs_legacy_execute_transaction()
|