Lines Matching refs:iop_msg
128 void (*handler)(struct iop_msg *);
144 static struct iop_msg iop_msg_pool[NUM_IOP_MSGS];
145 static struct iop_msg *iop_send_queue[NUM_IOPS][NUM_IOP_CHAN];
198 static struct iop_msg *iop_alloc_msg(void) in iop_alloc_msg()
217 static void iop_free_msg(struct iop_msg *msg) in iop_free_msg()
323 void (*handler)(struct iop_msg *), in iop_listen() argument
340 void iop_complete_message(struct iop_msg *msg) in iop_complete_message()
367 static void iop_do_send(struct iop_msg *msg) in iop_do_send()
391 struct iop_msg *msg,*msg2; in iop_handle_send()
426 struct iop_msg *msg; in iop_handle_recv()
474 void (*handler)(struct iop_msg *)) in iop_send_message() argument
476 struct iop_msg *msg, *q; in iop_send_message()