Searched refs:pmsg_args (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Ddisp.c258 struct rms_msg_args *pmsg_args; local
370 pmsg_args = (struct rms_msg_args *)(pdw_buf + total);
371 pmsg_args->max_msgs = node_msg_args.max_msgs;
372 pmsg_args->segid = node_msg_args.seg_id;
373 pmsg_args->notify_type = node_msg_args.notify_type;
374 pmsg_args->arg_length = node_msg_args.arg_length;
H A Dnode.c304 struct node_msgargs *pmsg_args; local
546 pmsg_args =
548 pmsg_args->pdata = kzalloc(pargs->cb_data,
550 if (pmsg_args->pdata == NULL) {
553 pmsg_args->arg_length = pargs->cb_data;
554 memcpy(pmsg_args->pdata,
2898 struct node_msgargs *pmsg_args; local
2919 pmsg_args = &(hnode->create_args.asa.node_msg_args);
2920 pmsg_args->seg_id =
2922 pmsg_args
[all...]

Completed in 166 milliseconds