Searched refs:nonotify (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aacraid/ |
H A D | commsup.c | 352 * @nonotify: notification control 359 static int aac_get_entry (struct aac_dev * dev, u32 qid, struct aac_entry **entry, u32 * index, unsigned long *nonotify) in aac_get_entry() argument 383 *nonotify = 1; in aac_get_entry() 413 * @nonotify: Don't notify the adapter 421 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) in aac_queue_get() argument 428 while (!aac_get_entry(dev, qid, &entry, index, nonotify)) { in aac_queue_get() 437 while (!aac_get_entry(dev, qid, &entry, index, nonotify)) { in aac_queue_get()
|
H A D | aacraid.h | 2722 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);
|
/kernel/linux/linux-6.6/drivers/scsi/aacraid/ |
H A D | commsup.c | 352 * @nonotify: notification control 359 static int aac_get_entry (struct aac_dev * dev, u32 qid, struct aac_entry **entry, u32 * index, unsigned long *nonotify) in aac_get_entry() argument 383 *nonotify = 1; in aac_get_entry() 413 * @nonotify: Don't notify the adapter 421 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) in aac_queue_get() argument 428 while (!aac_get_entry(dev, qid, &entry, index, nonotify)) { in aac_queue_get() 437 while (!aac_get_entry(dev, qid, &entry, index, nonotify)) { in aac_queue_get()
|
H A D | aacraid.h | 2736 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 19 milliseconds