Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/amr/
H A Damrvar.h123 struct amr_command struct
126 struct amr_command *ac_prev; argument
127 struct amr_command *ac_next; argument
231 struct amr_command *busycmd[AMR_MAXCMD];
234 struct amr_command *waiting_q_head;
235 struct amr_command *waiting_q_tail;
H A Damr.c143 static int amr_enquiry_mapcmd(struct amr_command *ac, uint32_t data_size);
144 static void amr_enquiry_unmapcmd(struct amr_command *ac);
145 static int amr_mapcmd(struct amr_command *ac, int (*callback)(), caddr_t arg);
146 static void amr_unmapcmd(struct amr_command *ac);
156 static int amr_poll_command(struct amr_command *ac);
158 static void amr_call_pkt_comp(struct amr_command *head);
716 register struct amr_command *ac; in amr_periodic()
929 struct amr_command ac; in amr_enquiry()
934 bzero(&ac, sizeof (struct amr_command)); in amr_enquiry()
969 struct amr_command ac; in amr_flush()
[all …]