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

/drivers/scsi/aacraid/
H A Dcommsup.c279 * @nonotify: notification control
286 static int aac_get_entry (struct aac_dev * dev, u32 qid, struct aac_entry **entry, u32 * index, unsigned long *nonotify) argument
310 *nonotify = 1;
340 * @nonotify: Don't notify the adapter
348 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
355 while (!aac_get_entry(dev, qid, &entry, index, nonotify)) {
364 while (!aac_get_entry(dev, qid, &entry, index, nonotify)) {
/drivers/staging/unisys/include/
H A Duisqueue.h190 u32 nonotify:1; member in struct:network_policy

Completed in 76 milliseconds