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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aacraid/
H A Dcommsup.c247 * @nonotify: notification control
254 static int aac_get_entry (struct aac_dev * dev, u32 qid, struct aac_entry **entry, u32 * index, unsigned long *nonotify) argument
278 *nonotify = 1;
307 * @nonotify: Don't notify the adapter
315 int aac_queue_get(struct aac_dev * dev, u32 * index, u32 qid, struct hw_fib * hw_fib, int wait, struct fib * fibptr, unsigned long *nonotify) argument
322 while (!aac_get_entry(dev, qid, &entry, index, nonotify))
332 while(!aac_get_entry(dev, qid, &entry, index, nonotify))
H A Daacraid.h1812 int aac_queue_get(struct aac_dev * dev, u32 * index, u32 qid, struct hw_fib * hw_fib, int wait, struct fib * fibptr, unsigned long *nonotify);

Completed in 174 milliseconds