Searched refs:amr_passthrough (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/amr/
H A Damrreg.h478 struct amr_passthrough struct
539 struct amr_passthrough pthru;
H A Damr_cam.c420 struct amr_passthrough *ap;
547 struct amr_passthrough *ap;
H A Damrvar.h107 struct amr_passthrough ccb_pthru;
H A Damr.c570 struct amr_passthrough *ap; /* 60 bytes */
628 sizeof(struct amr_passthrough));
659 error = copyout(&status, &((struct amr_passthrough *)(uintptr_t)mb->mb_physaddr)->ap_scsi_status, sizeof(status));
668 error = copyout(ap->ap_request_sense_area, ((struct amr_passthrough *)(uintptr_t)mb->mb_physaddr)->ap_request_sense_area, ap->ap_request_sense_length);
764 struct amr_passthrough *ap; /* 60 bytes */
871 bzero(ap, sizeof(struct amr_passthrough));
1645 struct amr_passthrough *ap = &ac->ac_ccb->ccb_pthru;

Completed in 69 milliseconds