Home
last modified time | relevance | path

Searched refs:AP_PROTO_DMA (Results 1 – 6 of 6) sorted by relevance

/freebsd/sbin/camcontrol/
H A Depc.c208 /*protocol*/ AP_PROTO_DMA | AP_EXTEND, in epc_list()
317 /*protocol*/ AP_PROTO_DMA | in epc_getmode()
H A Dzone.c477 protocol = AP_PROTO_DMA; in zone()
H A Dcamcontrol.c5680 if ((protocol & AP_PROTO_MASK) == AP_PROTO_DMA) in build_ata_cmd()
/freebsd/sys/cam/scsi/
H A Dscsi_da.c3778 AP_PROTO_DMA : AP_PROTO_PIO_IN, in dastart()
3828 AP_PROTO_DMA : AP_PROTO_PIO_IN, in dastart()
3877 AP_PROTO_DMA : AP_PROTO_PIO_IN, in dastart()
3928 AP_PROTO_DMA : AP_PROTO_PIO_IN, in dastart()
6516 protocol = AP_PROTO_DMA; in scsi_ata_zac_mgmt_out()
6625 protocol = AP_PROTO_DMA; in scsi_ata_zac_mgmt_in()
H A Dscsi_all.c8411 /*protocol*/AP_EXTEND|AP_PROTO_DMA, in scsi_ata_trim()
8440 case AP_PROTO_DMA: in scsi_ata_read_log()
8443 protocol_out = AP_PROTO_DMA; in scsi_ata_read_log()
H A Dscsi_all.h1445 #define AP_PROTO_DMA (0x06 << 1) macro