Searched refs:iop_msg (Results 1 – 2 of 2) sorted by relevance
139 struct iop_msg { struct140 struct iop_msg *next; /* next message in queue or NULL */ argument147 void (*handler)(struct iop_msg *); argument154 void (*handler)(struct iop_msg *),157 void (*)(struct iop_msg *));158 extern void iop_complete_message(struct iop_msg *);
144 void (*handler)(struct iop_msg *);160 static struct iop_msg iop_msg_pool[NUM_IOP_MSGS];161 static struct iop_msg *iop_send_queue[NUM_IOPS][NUM_IOP_CHAN];214 static struct iop_msg *iop_get_unused_msg(void) in iop_get_unused_msg()311 void (*handler)(struct iop_msg *), in iop_listen() argument328 void iop_complete_message(struct iop_msg *msg) in iop_complete_message()354 static void iop_do_send(struct iop_msg *msg) in iop_do_send()381 struct iop_msg *msg; in iop_handle_send()413 struct iop_msg *msg; in iop_handle_recv()452 void (*handler)(struct iop_msg *)) in iop_send_message() argument[all …]
Completed in 7 milliseconds