Searched refs:HostReq (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 Ddaemon.h100 struct HostReq { struct
H A Drioctrl.c79 static struct HostReq HostReq; /* oh really? global? and no locking? */ variable in typeref:struct:HostReq
916 if (copy_from_user(&HostReq, argp, sizeof(HostReq))) {
921 if (HostReq.HostNum >= p->RIONumHosts) {
923 rio_dprintk(RIO_DEBUG_CTRL, "RIO_HOST_REQ: Illegal host number %d\n", HostReq.HostNum);
926 rio_dprintk(RIO_DEBUG_CTRL, "Request for host %d\n", HostReq.HostNum);
928 if (copy_to_user(HostReq.HostP, &p->RIOHosts[HostReq.HostNum], sizeof(struct Host))) {

Completed in 68 milliseconds