Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aacraid/
Dcommsup.c372 …try (struct aac_dev * dev, u32 qid, struct aac_entry **entry, u32 * index, unsigned long *nonotify) in aac_get_entry() argument
396 *nonotify = 1; in aac_get_entry()
434 …2 * index, u32 qid, struct hw_fib * hw_fib, int wait, struct fib * fibptr, unsigned long *nonotify) in aac_queue_get() argument
441 while (!aac_get_entry(dev, qid, &entry, index, nonotify)) { in aac_queue_get()
450 while (!aac_get_entry(dev, qid, &entry, index, nonotify)) { in aac_queue_get()
Daacraid.h2720 … * index, u32 qid, struct hw_fib * hw_fib, int wait, struct fib * fibptr, unsigned long *nonotify);