Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/camcontrol/
H A Dzone.c490 protocol = AP_PROTO_FPDMA; in zone()
577 protocol = AP_PROTO_FPDMA; in zone()
H A Dcamcontrol.c5667 else if ((protocol & AP_PROTO_MASK) == AP_PROTO_FPDMA) in build_ata_cmd()
/freebsd-14.2/sys/cam/scsi/
H A Dscsi_da.c6561 protocol = AP_PROTO_FPDMA; in scsi_ata_zac_mgmt_out()
6645 protocol = AP_PROTO_FPDMA; in scsi_ata_zac_mgmt_in()
H A Dscsi_all.h1452 #define AP_PROTO_FPDMA (0x0c << 1) macro