Home
last modified time | relevance | path

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

/linux-2.6.39/Documentation/usb/
Dusbmon.txt293 uint32_t nfetch; /* Number of events to fetch (out: fetched) */
305 Third, it extracts up to nfetch offsets into the mmap buffer, and stores
307 the nfetch.
335 fetch.nfetch = N; // Or less than N
338 nflush = fetch.nfetch; // This many packets to flush when done
/linux-2.6.39/drivers/usb/mon/
Dmon_bin.c138 u32 nfetch; /* Number of events to fetch (out: fetched) */ member
1083 ret = mon_bin_fetch(file, rp, mfetch.offvec, mfetch.nfetch); in mon_bin_ioctl()
1086 if (put_user(ret, &uptr->nfetch)) in mon_bin_ioctl()