Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aacraid/
Dcommsup.c357 …try (struct aac_dev * dev, u32 qid, struct aac_entry **entry, u32 * index, unsigned long *nonotify) in aac_get_entry() argument
381 *nonotify = 1; in aac_get_entry()
419 …2 * index, u32 qid, struct hw_fib * hw_fib, int wait, struct fib * fibptr, unsigned long *nonotify) in aac_queue_get() argument
426 while (!aac_get_entry(dev, qid, &entry, index, nonotify)) { in aac_queue_get()
435 while (!aac_get_entry(dev, qid, &entry, index, nonotify)) { in aac_queue_get()
Daacraid.h2712 … * index, u32 qid, struct hw_fib * hw_fib, int wait, struct fib * fibptr, unsigned long *nonotify);