Home
last modified time | relevance | path

Searched refs:amr_command (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/dev/amr/
H A Damrvar.h117 struct amr_command struct
165 struct amr_command acc_command[0]; argument
169 sizeof(struct amr_command))
329 amr_enqueue_ready(struct amr_command *ac) in amr_enqueue_ready()
342 static __inline struct amr_command *
345 struct amr_command *ac; in amr_dequeue_ready()
359 static __inline struct amr_command *
362 struct amr_command *ac; in amr_dequeue_completed()
370 amr_enqueue_free(struct amr_command *ac) in amr_enqueue_free()
376 static __inline struct amr_command *
[all …]
H A Damr.c563 struct amr_command *ac; in amr_linux_ioctl_int()
759 struct amr_command *ac; in amr_ioctl()
1058 struct amr_command *ac; in amr_enquiry()
1116 struct amr_command *ac; in amr_flush()
1153 struct amr_command *ac; in amr_support_ext_cdb()
1197 struct amr_command *ac; in amr_startio()
1265 struct amr_command *ac; in amr_bio_command()
1563 struct amr_command *ac = (struct amr_command *)arg; in amr_setup_sg()
1804 struct amr_command *ac; in amr_done()
1857 struct amr_command *ac; in amr_complete()
[all …]
H A Damr_cam.c93 static void amr_cam_complete(struct amr_command *ac);
94 static int amr_cam_command(struct amr_softc *sc, struct amr_command **acp);
415 amr_cam_command(struct amr_softc *sc, struct amr_command **acp) in amr_cam_command()
417 struct amr_command *ac; in amr_cam_command()
543 amr_cam_complete(struct amr_command *ac) in amr_cam_complete()