Searched refs:LpbReq (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/char/rio/
H A Drioctrl.c76 static struct LpbReq LpbReq; variable in typeref:struct:LpbReq
1047 if (copy_from_user(&LpbReq, argp, sizeof(LpbReq))) {
1052 if (LpbReq.Host >= p->RIONumHosts) { /* host is unsigned */
1053 rio_dprintk(RIO_DEBUG_CTRL, "RIO_HOST_LPB: Illegal host number %d\n", LpbReq.Host);
1057 if (LpbReq.Link >= LINKS_PER_UNIT) { /* eek! */
1058 rio_dprintk(RIO_DEBUG_CTRL, "RIO_HOST_LPB: Illegal link number %d\n", LpbReq.Link);
1062 HostP = &p->RIOHosts[LpbReq.Host];
1065 rio_dprintk(RIO_DEBUG_CTRL, "RIO_HOST_LPB: Host %d not running\n", LpbReq
[all...]
H A Ddaemon.h77 struct LpbReq { struct

Completed in 57 milliseconds