Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/camcontrol/
H A Dzone.c497 protocol = AP_PROTO_FPDMA; in zone()
584 protocol = AP_PROTO_FPDMA; in zone()
H A Dcamcontrol.c5614 else if ((protocol & AP_PROTO_MASK) == AP_PROTO_FPDMA) in build_ata_cmd()
/freebsd-12.1/sys/cam/scsi/
H A Dscsi_da.c6409 protocol = AP_PROTO_FPDMA; in scsi_ata_zac_mgmt_out()
6493 protocol = AP_PROTO_FPDMA; in scsi_ata_zac_mgmt_in()
H A Dscsi_all.h1454 #define AP_PROTO_FPDMA (0x0c << 1) macro