Searched refs:msgq_id (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Ddspmsg.h35 u32 msgq_id, u32 max_msgs, void *arg);
54 u32 msgq_id);
H A Ddspdefs.h833 * msgq_id: Identifier for messages (node environment pointer).
848 struct msg_queue **msgq, u32 msgq_id, u32 max_msgs, void *h);
954 * msgq_id: Node environment pointer.
958 * msgq_id != 0.
962 u32 msgq_id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/core/
H A D_msg_sm.h113 u32 msgq_id; /* Node environment pointer */ member in struct:msg_queue
131 u32 msgq_id; /* Identifies the node the message goes to */ member in struct:msg_dspmsg
H A Dmsg_sm.c124 u32 msgq_id, u32 max_msgs, void *arg)
147 msg_q->msgq_id = msgq_id; /* Node env (not valid yet) */
413 msg_frame_obj->msg_data.msgq_id =
414 msg_queue_obj->msgq_id;
468 msg_frame_obj->msg_data.msgq_id =
469 msg_queue_obj->msgq_id;
537 void bridge_msg_set_queue_id(struct msg_queue *msg_queue_obj, u32 msgq_id) argument
543 * node is created, we need this function to set msg_queue_obj->msgq_id
547 msg_queue_obj->msgq_id
122 bridge_msg_create_queue(struct msg_mgr *hmsg_mgr, struct msg_queue **msgq, u32 msgq_id, u32 max_msgs, void *arg) argument
[all...]
H A Dio_sm.c1234 addr = (u32) &(((struct msg_dspmsg *)msg_input)->msgq_id);
1235 msg.msgq_id =
1245 "dw_arg2=0x%x msgq_id=0x%x \n", msg.msg.dw_cmd,
1246 msg.msg.dw_arg1, msg.msg.dw_arg2, msg.msgq_id);
1253 if (msg.msgq_id == msg_queue_obj->msgq_id) {
1469 val = (pmsg->msg_data).msgq_id;
1471 msg_output)->msgq_id);

Completed in 107 milliseconds