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.c5725 if ((protocol & AP_PROTO_MASK) == AP_PROTO_DMA) in build_ata_cmd()
/freebsd/sys/cam/scsi/
H A Dscsi_da.c3897 AP_PROTO_DMA : AP_PROTO_PIO_IN, in dastart()
3946 AP_PROTO_DMA : AP_PROTO_PIO_IN, in dastart()
3994 AP_PROTO_DMA : AP_PROTO_PIO_IN, in dastart()
4044 AP_PROTO_DMA : AP_PROTO_PIO_IN, in dastart()
6810 protocol = AP_PROTO_DMA; in scsi_ata_zac_mgmt_out()
6919 protocol = AP_PROTO_DMA; in scsi_ata_zac_mgmt_in()
H A Dscsi_all.c8436 /*protocol*/AP_EXTEND|AP_PROTO_DMA, in scsi_ata_trim()
8465 case AP_PROTO_DMA: in scsi_ata_read_log()
8468 protocol_out = AP_PROTO_DMA; in scsi_ata_read_log()
H A Dscsi_all.h1439 #define AP_PROTO_DMA (0x06 << 1) macro