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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinet_connection_sock.c480 struct request_sock **reqp, *req; local
521 reqp=&lopt->syn_table[i];
522 while ((req = *reqp) != NULL) {
541 reqp = &req->dl_next;
546 inet_csk_reqsk_queue_unlink(parent, req, reqp);
551 reqp = &req->dl_next;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Dusbtest.c714 struct usb_ctrlrequest *reqp; local
718 reqp = (struct usb_ctrlrequest *)urb->setup_packet;
719 subcase = container_of (reqp, struct subcase, setup);
770 reqp->bRequestType, reqp->bRequest,
806 reqp->bRequestType, reqp->bRequest, status);
848 struct subcase *reqp; local
971 reqp = kmalloc(sizeof *reqp, GFP_KERNE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_meta.c963 DB_LOCKREQ couple[3], *reqp; local
1063 dbc->locker, lkflags, couple, i, &reqp);
1064 if (ret == 0 || reqp == &couple[i - 1])
1086 DB_LOCKREQ couple[2], *reqp; local
1122 ret = __lock_vec(env, dbc->locker, 0, couple, 2, &reqp);
1123 if (ret == 0 || reqp == &couple[1])
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dadvansys.c6598 adv_req_t *reqp; local
6613 reqp = (adv_req_t *)ADV_U32_TO_VADDR(scsiqp->srb_ptr);
6614 ASC_DBG(1, "reqp 0x%lx\n", (ulong)reqp);
6615 if (reqp == NULL) {
6616 ASC_PRINT("adv_isr_callback: reqp is NULL\n");
6628 scp = reqp->cmndp;
6731 while ((sgblkp = reqp->sgblkp) != NULL) {
6733 reqp->sgblkp = sgblkp->next_sgblkp;
6744 reqp
8443 adv_get_sglist(struct asc_board *boardp, adv_req_t *reqp, struct scsi_cmnd *scp, int use_sg) argument
8556 adv_req_t *reqp; local
11724 adv_req_t *reqp = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dexport.c778 exp_find_key(svc_client *clp, int fsid_type, u32 *fsidv, struct cache_req *reqp) argument
793 err = cache_check(&svc_expkey_cache, &ek->h, reqp);
851 struct cache_req *reqp)
865 err = cache_check(&svc_export_cache, &exp->h, reqp);
1196 u32 *fsidv, struct cache_req *reqp)
1199 struct svc_expkey *ek = exp_find_key(clp, fsid_type, fsidv, reqp);
1203 exp = exp_get_by_name(clp, &ek->ek_path, reqp);
850 exp_get_by_name(svc_client *clp, const struct path *path, struct cache_req *reqp) argument
1195 exp_find(struct auth_domain *clp, int fsid_type, u32 *fsidv, struct cache_req *reqp) argument

Completed in 207 milliseconds