Home
last modified time | relevance | path

Searched refs:CAM_SG_LIST_PHYS (Results 1 – 18 of 18) sorted by relevance

/dragonfly/sys/dev/raid/hpt27xx/
H A Dhpt27xx_osm_bsd.c480 if (ccb->ccb_h.flags & CAM_SG_LIST_PHYS) in os_buildsgl()
721 if (ccb->ccb_h.flags & CAM_SG_LIST_PHYS) in hpt_scsi_io()
/dragonfly/sys/bus/cam/
H A Dcam_ccb.h81 CAM_SG_LIST_PHYS = 0x00040000,/* SG list has physical addrs. */ enumerator
/dragonfly/sys/dev/disk/mpt/
H A Dmpt_cam.c1386 if (!(ccb->ccb_h.flags & (CAM_SG_LIST_PHYS|CAM_DATA_PHYS))) { in mpt_execute_req_a64()
1627 if (nseg && (ccb->ccb_h.flags & CAM_SG_LIST_PHYS) == 0) { in mpt_execute_req_a64()
1789 if (!(ccb->ccb_h.flags & (CAM_SG_LIST_PHYS|CAM_DATA_PHYS))) { in mpt_execute_req()
2014 if (nseg && (ccb->ccb_h.flags & CAM_SG_LIST_PHYS) == 0) { in mpt_execute_req()
2258 if ((ccbh->flags & CAM_SG_LIST_PHYS) == 0) { in mpt_start()
4498 if ((ccb->ccb_h.flags & CAM_SG_LIST_PHYS) == 0) { in mpt_target_start_io()
/dragonfly/sys/dev/raid/iir/
H A Diir.c871 if ((ccb->ccb_h.flags & CAM_SG_LIST_PHYS)==0) in gdt_raw_cmd()
978 if ((ccb->ccb_h.flags & CAM_SG_LIST_PHYS)==0) in gdt_cache_cmd()
/dragonfly/sys/dev/disk/advansys/
H A Dadvansys.c258 if ((ccb_h->flags & CAM_SG_LIST_PHYS) == 0) in adv_action()
H A Dadwcam.c476 if ((ccbh->flags&CAM_SG_LIST_PHYS)==0) in adw_action()
/dragonfly/sys/dev/raid/hptmv/
H A Dentry.c2521 if (ccb->ccb_h.flags & CAM_SG_LIST_PHYS) in fOsBuildSgl()
2856 if (ccb->ccb_h.flags & CAM_SG_LIST_PHYS) in OsSendCommand()
/dragonfly/sys/dev/disk/isp/
H A Disp_pci.c1892 } else if ((csio->ccb_h.flags & CAM_SG_LIST_PHYS) == 0) { in isp_pci_dmasetup()
/dragonfly/sys/dev/virtual/virtio/scsi/
H A Dvirtio_scsi.c1053 if ((ccbh->flags & CAM_SG_LIST_PHYS) == 0) in vtscsi_sg_append_scsi_buf()
/dragonfly/sys/dev/disk/buslogic/
H A Dbt.c1047 if ((ccbh->flags&CAM_SG_LIST_PHYS)==0) in btaction()
/dragonfly/sys/dev/raid/dpt/
H A Ddpt_scsi.c942 if ((ccbh->flags&CAM_SG_LIST_PHYS)==0) in dpt_action()
/dragonfly/sys/dev/disk/amd/
H A Damd.c443 if ((pccb->ccb_h.flags & CAM_SG_LIST_PHYS) == 0 in amd_action()
/dragonfly/sys/dev/raid/mps/
H A Dmps_sas.c2474 if (ccb->ccb_h.flags & (CAM_DATA_PHYS|CAM_SG_LIST_PHYS)) {
/dragonfly/sys/dev/raid/hptiop/
H A Dhptiop.c2332 if ((ccb->ccb_h.flags & CAM_SG_LIST_PHYS) == 0 || in hptiop_action()
/dragonfly/sys/dev/raid/mpr/
H A Dmpr_sas.c3056 if (ccb->ccb_h.flags & (CAM_DATA_PHYS|CAM_SG_LIST_PHYS)) {
/dragonfly/sys/dev/disk/trm/
H A Dtrm.c651 CAM_SG_LIST_PHYS) == 0 || in trm_action()
/dragonfly/sys/dev/raid/arcmsr/
H A Darcmsr.c3053 if((pccb->ccb_h.flags & CAM_SG_LIST_PHYS) == 0 in arcmsr_action()
/dragonfly/sys/dev/disk/sym/
H A Dsym_hipd.c7915 if ((ccb_h->flags & CAM_SG_LIST_PHYS) != 0) {