| /freebsd-13.1/sys/dev/amr/ |
| H A D | amr_cam.c | 269 if ((ccbh->flags & CAM_CDB_POINTER) && in amr_cam_action() 458 if (csio->ccb_h.flags & CAM_CDB_POINTER) { in amr_cam_command() 484 if (csio->ccb_h.flags & CAM_CDB_POINTER) { in amr_cam_command()
|
| /freebsd-13.1/sys/dev/mfi/ |
| H A D | mfi_cam.c | 374 if (ccbh->flags & CAM_CDB_POINTER) in mfip_start() 422 if (ccbh->flags & CAM_CDB_POINTER) in mfip_done()
|
| /freebsd-13.1/sys/dev/iscsi_initiator/ |
| H A D | iscsi_subr.c | 493 if((ccb_h->flags & CAM_CDB_POINTER) != 0) { in scsi_encap() 510 ccb_h->flags & CAM_CDB_POINTER? csio->cdb_io.cdb_ptr: csio->cdb_io.cdb_bytes, in scsi_encap()
|
| /freebsd-13.1/sys/dev/aac/ |
| H A D | aac_cam.c | 437 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in aac_cam_action() 536 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in aac_cam_fix_inquiry()
|
| /freebsd-13.1/sys/cam/ |
| H A D | cam_ccb.h | 63 CAM_CDB_POINTER = 0x00000001,/* The CDB field is a pointer */ enumerator 772 return ((ccb->ccb_h.flags & CAM_CDB_POINTER) ? in scsiio_cdb_ptr() 820 return ((ccb->ccb_h.flags & CAM_CDB_POINTER) ? in atio_cdb_ptr()
|
| /freebsd-13.1/sys/powerpc/ps3/ |
| H A D | ps3cdrom.c | 491 cdb = (ccb->ccb_h.flags & CAM_CDB_POINTER) ? in ps3cdrom_intr() 576 cdb = (ccb->ccb_h.flags & CAM_CDB_POINTER) ? in ps3cdrom_transfer()
|
| /freebsd-13.1/sys/dev/hptiop/ |
| H A D | hptiop.c | 383 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hptiop_request_callback_itl() 539 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hptiop_request_callback_mv() 645 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hptiop_request_callback_mvfrey() 2393 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hptiop_post_req_itl() 2532 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hptiop_post_req_mv() 2586 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hptiop_post_req_mvfrey()
|
| /freebsd-13.1/sys/dev/aacraid/ |
| H A D | aacraid_cam.c | 907 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in aac_passthrough_command() 1098 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in aac_cam_action() 1202 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in aac_cam_complete()
|
| /freebsd-13.1/sys/dev/ocs_fc/ |
| H A D | ocs_cam.c | 1872 ccb->ccb_h.flags & CAM_CDB_POINTER ? in ocs_initiator_io() 1879 ccb->ccb_h.flags & CAM_CDB_POINTER ? in ocs_initiator_io() 1888 ccb->ccb_h.flags & CAM_CDB_POINTER ? in ocs_initiator_io() 1985 if ((ccb->ccb_h.flags & CAM_CDB_POINTER) != 0) { in ocs_action()
|
| /freebsd-13.1/sys/cam/scsi/ |
| H A D | scsi_pass.c | 1892 if (ccb->ccb_h.flags & CAM_CDB_POINTER) { in passdoioctl() 1901 ccb->ccb_h.flags &= ~CAM_CDB_POINTER; in passdoioctl() 2190 if (ccb->ccb_h.flags & CAM_CDB_POINTER) { in passsendccb()
|
| /freebsd-13.1/sys/dev/twa/ |
| H A D | tw_osl_cam.c | 254 if(ccb_h->flags & CAM_CDB_POINTER) in tw_osli_execute_scsi()
|
| /freebsd-13.1/sys/dev/ciss/ |
| H A D | ciss.c | 3120 if ((csio->ccb_h.flags & CAM_CDB_POINTER) && (csio->ccb_h.flags & CAM_CDB_PHYS)) { in ciss_cam_action_io() 3180 if (csio->ccb_h.flags & CAM_CDB_POINTER) { in ciss_cam_action_io() 3219 opcode = (csio->ccb_h.flags & CAM_CDB_POINTER) ? in ciss_cam_emulate() 3248 if (((csio->ccb_h.flags & CAM_CDB_POINTER) ? in ciss_cam_emulate() 3369 cdb = (csio->ccb_h.flags & CAM_CDB_POINTER) ? in ciss_cam_complete_fixup()
|
| /freebsd-13.1/sys/dev/isp/ |
| H A D | isp_freebsd.h | 450 (((ccb)->ccb_h.flags & CAM_CDB_POINTER)? \
|
| /freebsd-13.1/share/examples/scsi_target/ |
| H A D | scsi_target.c | 574 if ((atio->ccb_h.flags & CAM_CDB_POINTER) == 0) in handle_read()
|
| /freebsd-13.1/sys/dev/hptnr/ |
| H A D | hptnr_osm_bsd.c | 439 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in os_cmddone() 582 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hpt_scsi_io()
|
| /freebsd-13.1/sys/dev/smartpqi/ |
| H A D | smartpqi_defines.h | 1043 …((rcb->cm_ccb->ccb_h.flags & CAM_CDB_POINTER) ? rcb->cm_ccb->csio.cdb_io.cdb_ptr : rcb->cm_ccb->cs…
|
| H A D | smartpqi_cam.c | 244 cdb = (csio->ccb_h.flags & CAM_CDB_POINTER) ? in smartpqi_fix_ld_inquiry()
|
| /freebsd-13.1/sys/dev/mly/ |
| H A D | mly.c | 2235 if ((csio->ccb_h.flags & CAM_CDB_POINTER) && (csio->ccb_h.flags & CAM_CDB_PHYS)) { in mly_cam_action_io() 2290 if (csio->ccb_h.flags & CAM_CDB_POINTER) { in mly_cam_action_io() 2346 if (csio->ccb_h.flags & CAM_CDB_POINTER) { in mly_cam_complete()
|
| /freebsd-13.1/sys/dev/hyperv/storvsc/ |
| H A D | hv_storvsc_drv_freebsd.c | 1888 if(ccb->ccb_h.flags & CAM_CDB_POINTER) { in create_storvsc_request() 2167 ((ccb->ccb_h.flags & CAM_CDB_POINTER) ? in storvsc_io_done()
|
| /freebsd-13.1/sys/powerpc/pseries/ |
| H A D | phyp_vscsi.c | 608 cdb = (ccb->ccb_h.flags & CAM_CDB_POINTER) ? in vscsi_scsi_command()
|
| /freebsd-13.1/sys/dev/usb/storage/ |
| H A D | umass.c | 2175 if (ccb->csio.ccb_h.flags & CAM_CDB_POINTER) { in umass_cam_action() 2556 if (ccb->csio.ccb_h.flags & CAM_CDB_POINTER) { in umass_cam_sense_cb()
|
| /freebsd-13.1/sys/dev/aic7xxx/ |
| H A D | aic79xx_osm.c | 1076 if ((ccb_h->flags & CAM_CDB_POINTER) != 0) { in ahd_setup_data()
|
| H A D | aic7xxx_osm.c | 1141 if ((ccb_h->flags & CAM_CDB_POINTER) != 0) { in ahc_setup_data()
|
| /freebsd-13.1/sys/dev/hpt27xx/ |
| H A D | hpt27xx_osm_bsd.c | 543 if (ccb->ccb_h.flags & CAM_CDB_POINTER) in hpt_scsi_io()
|
| /freebsd-13.1/sys/dev/tws/ |
| H A D | tws_cam.c | 715 if(ccb_h->flags & CAM_CDB_POINTER) in tws_execute_scsi()
|