Home
last modified time | relevance | path

Searched refs:AP_PROTO_FPDMA (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/camcontrol/
H A Dzone.c490 protocol = AP_PROTO_FPDMA; in zone()
577 protocol = AP_PROTO_FPDMA; in zone()
H A Dcamcontrol.c5683 else if ((protocol & AP_PROTO_MASK) == AP_PROTO_FPDMA) in build_ata_cmd()
/freebsd/sys/cam/scsi/
H A Dscsi_da.c6589 protocol = AP_PROTO_FPDMA; in scsi_ata_zac_mgmt_out()
6673 protocol = AP_PROTO_FPDMA; in scsi_ata_zac_mgmt_in()
H A Dscsi_all.h1451 #define AP_PROTO_FPDMA (0x0c << 1) macro