Home
last modified time | relevance | path

Searched refs:mbox_cmd_t (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/net/wanrouter/
Daf_wanpipe.c334 mbox_cmd_t *mbox_ptr; in wanpipe_listen_rcv()
379 if ((mbox_ptr = kmalloc(sizeof(mbox_cmd_t), GFP_ATOMIC)) == NULL) { in wanpipe_listen_rcv()
384 memset(mbox_ptr, 0, sizeof(mbox_cmd_t)); in wanpipe_listen_rcv()
806 ((mbox_cmd_t*)sk->protinfo.af_wanpipe->mbox)->cmd.command=cmd; in execute_command()
807 ((mbox_cmd_t*)sk->protinfo.af_wanpipe->mbox)->cmd.lcn = in execute_command()
809 ((mbox_cmd_t*)sk->protinfo.af_wanpipe->mbox)->cmd.result=0x7F; in execute_command()
822 if (((mbox_cmd_t*)sk->protinfo.af_wanpipe->mbox)->cmd.result != 0x7F) { in execute_command()
2093 mbox_cmd_t *mbox_ptr; in get_ioctl_cmd()
2103 mbox_ptr = (mbox_cmd_t *)sk->protinfo.af_wanpipe->mbox; in get_ioctl_cmd()
2140 mbox_cmd_t *mbox_ptr; in set_ioctl_cmd()
[all …]
/linux-2.4.37.9/include/linux/
Dsdla_x25.h640 } mbox_cmd_t; typedef
/linux-2.4.37.9/drivers/net/wan/
Dsdla_x25.c458 static int execute_delayed_cmd (sdla_t*, netdevice_t *, mbox_cmd_t *,char);
4429 (mbox_cmd_t*)chan->common.mbox, in timer_intr_cmd_exec()
4528 static int execute_delayed_cmd (sdla_t* card, netdevice_t *dev, mbox_cmd_t *usr_cmd,char bad_cmd) in execute_delayed_cmd()
4764 mbox_cmd_t *usr_cmd = (mbox_cmd_t *)chan->common.mbox; in send_delayed_cmd_result()
4867 mbox_cmd_t *usr_cmd = (mbox_cmd_t *)chan->common.mbox; in send_oob_msg()