| /freebsd-14.2/sys/dev/mfi/ |
| H A D | mfi_cam.c | 373 if (ccbh->flags & CAM_CDB_POINTER) in mfip_start() 419 if (ccbh->flags & CAM_CDB_POINTER) in mfip_done()
|
| /freebsd-14.2/sys/dev/aac/ |
| H A D | 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-14.2/sys/cam/ |
| H A D | cam_ccb.h | 67 CAM_CDB_POINTER = 0x00000001,/* The CDB field is a pointer */ enumerator 782 return ((ccb->ccb_h.flags & CAM_CDB_POINTER) ? in scsiio_cdb_ptr() 830 return ((ccb->ccb_h.flags & CAM_CDB_POINTER) ? in atio_cdb_ptr()
|
| /freebsd-14.2/sys/powerpc/ps3/ |
| H A D | ps3cdrom.c | 490 cdb = (ccb->ccb_h.flags & CAM_CDB_POINTER) ? in ps3cdrom_intr() 575 cdb = (ccb->ccb_h.flags & CAM_CDB_POINTER) ? in ps3cdrom_transfer()
|
| /freebsd-14.2/sys/dev/hptiop/ |
| H A D | hptiop.c | 379 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hptiop_request_callback_itl() 531 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hptiop_request_callback_mv() 637 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hptiop_request_callback_mvfrey() 2389 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hptiop_post_req_itl() 2528 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hptiop_post_req_mv() 2582 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hptiop_post_req_mvfrey()
|
| /freebsd-14.2/sys/dev/aacraid/ |
| H A D | 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-14.2/sys/dev/ocs_fc/ |
| H A D | 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-14.2/sys/cam/scsi/ |
| H A D | scsi_pass.c | 1890 if (ccb->ccb_h.flags & CAM_CDB_POINTER) { in passdoioctl() 1899 ccb->ccb_h.flags &= ~CAM_CDB_POINTER; in passdoioctl() 2188 if (ccb->ccb_h.flags & CAM_CDB_POINTER) { in passsendccb()
|
| H A D | scsi_da.c | 4330 if ((ccb->ccb_h.flags & CAM_CDB_POINTER) == 0 && in cmd6workaround() 4341 if ((ccb->ccb_h.flags & CAM_CDB_POINTER) == 0 && in cmd6workaround() 4353 if ((ccb->ccb_h.flags & CAM_CDB_POINTER) != 0 || in cmd6workaround()
|
| /freebsd-14.2/sys/dev/ciss/ |
| H A D | ciss.c | 3108 if ((csio->ccb_h.flags & CAM_CDB_POINTER) && (csio->ccb_h.flags & CAM_CDB_PHYS)) { in ciss_cam_action_io() 3168 if (csio->ccb_h.flags & CAM_CDB_POINTER) { in ciss_cam_action_io() 3207 opcode = (csio->ccb_h.flags & CAM_CDB_POINTER) ? in ciss_cam_emulate() 3236 if (((csio->ccb_h.flags & CAM_CDB_POINTER) ? in ciss_cam_emulate() 3357 cdb = (csio->ccb_h.flags & CAM_CDB_POINTER) ? in ciss_cam_complete_fixup()
|
| /freebsd-14.2/sys/dev/isp/ |
| H A D | isp_freebsd.h | 449 (((ccb)->ccb_h.flags & CAM_CDB_POINTER)? \
|
| /freebsd-14.2/share/examples/scsi_target/ |
| H A D | scsi_target.c | 576 if ((atio->ccb_h.flags & CAM_CDB_POINTER) == 0) in handle_read()
|
| /freebsd-14.2/sys/dev/hptnr/ |
| H A D | 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-14.2/sys/dev/hyperv/storvsc/ |
| H A D | hv_storvsc_drv_freebsd.c | 1899 if(ccb->ccb_h.flags & CAM_CDB_POINTER) { in create_storvsc_request() 2191 ((ccb->ccb_h.flags & CAM_CDB_POINTER) ? in storvsc_io_done()
|
| /freebsd-14.2/sys/dev/smartpqi/ |
| H A D | 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…
|
| H A D | smartpqi_cam.c | 251 cdb = (csio->ccb_h.flags & CAM_CDB_POINTER) ? in smartpqi_fix_ld_inquiry()
|
| /freebsd-14.2/sys/powerpc/pseries/ |
| H A D | phyp_vscsi.c | 607 cdb = (ccb->ccb_h.flags & CAM_CDB_POINTER) ? in vscsi_scsi_command()
|
| /freebsd-14.2/sys/dev/usb/storage/ |
| H A D | umass.c | 2169 if (ccb->csio.ccb_h.flags & CAM_CDB_POINTER) { in umass_cam_action() 2550 if (ccb->csio.ccb_h.flags & CAM_CDB_POINTER) { in umass_cam_sense_cb()
|
| /freebsd-14.2/sys/dev/hpt27xx/ |
| H A D | hpt27xx_osm_bsd.c | 538 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hpt_scsi_io()
|
| /freebsd-14.2/sys/dev/hptrr/ |
| H A D | hptrr_osm_bsd.c | 544 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hpt_scsi_io()
|
| /freebsd-14.2/sys/dev/tws/ |
| H A D | tws_cam.c | 713 if(ccb_h->flags & CAM_CDB_POINTER) in tws_execute_scsi()
|
| /freebsd-14.2/sys/dev/aic7xxx/ |
| H A D | aic79xx_osm.c | 1082 if ((ccb_h->flags & CAM_CDB_POINTER) != 0) { in ahd_setup_data()
|
| H A D | aic7xxx_osm.c | 1145 if ((ccb_h->flags & CAM_CDB_POINTER) != 0) { in ahc_setup_data()
|
| /freebsd-14.2/sys/dev/ata/ |
| H A D | ata-all.c | 785 bcopy((ccb->ccb_h.flags & CAM_CDB_POINTER) ? in ata_cam_begin_transaction()
|
| /freebsd-14.2/sys/dev/mvs/ |
| H A D | mvs.c | 1233 uint8_t *cdb = (ccb->ccb_h.flags & CAM_CDB_POINTER) ? in mvs_begin_transaction() 1395 (uint16_t *)((ccb->ccb_h.flags & CAM_CDB_POINTER) ? in mvs_legacy_execute_transaction()
|