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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-usb-linux.c104 int32_t nfetch; /* Number of events to fetch (out: fetched) */ member in struct:mon_bin_mfetch
844 fetch.nfetch = limit;
866 nflush = fetch.nfetch;
867 for (i=0; i<fetch.nfetch; ++i) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/mon/
H A Dmon_bin.c126 u32 nfetch; /* Number of events to fetch (out: fetched) */ member in struct:mon_bin_mfetch
1043 ret = mon_bin_fetch(file, rp, mfetch.offvec, mfetch.nfetch);
1046 if (put_user(ret, &uptr->nfetch))

Completed in 109 milliseconds