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.c5681 if ((protocol & AP_PROTO_MASK) == AP_PROTO_DMA) in build_ata_cmd()
/freebsd/sys/cam/scsi/
H A Dscsi_da.c3810 AP_PROTO_DMA : AP_PROTO_PIO_IN, in dastart()
3860 AP_PROTO_DMA : AP_PROTO_PIO_IN, in dastart()
3909 AP_PROTO_DMA : AP_PROTO_PIO_IN, in dastart()
3960 AP_PROTO_DMA : AP_PROTO_PIO_IN, in dastart()
6587 protocol = AP_PROTO_DMA; in scsi_ata_zac_mgmt_out()
6696 protocol = AP_PROTO_DMA; in scsi_ata_zac_mgmt_in()
H A Dscsi_all.c8419 /*protocol*/AP_EXTEND|AP_PROTO_DMA, in scsi_ata_trim()
8448 case AP_PROTO_DMA: in scsi_ata_read_log()
8451 protocol_out = AP_PROTO_DMA; in scsi_ata_read_log()
H A Dscsi_all.h1439 #define AP_PROTO_DMA (0x06 << 1) macro