Lines Matching defs:notify
128 int notify;
1529 /* Notify the adapter if we know how. */
1530 if (aac_qinfo[queue].notify != 0)
1531 AAC_QNOTIFY(sc, aac_qinfo[queue].notify);
1547 int notify;
1562 notify = 0;
1564 notify = 1;
1610 /* If we have made the queue un-full, notify the adapter. */
1611 if (notify && (aac_qinfo[queue].notify != 0))
1612 AAC_QNOTIFY(sc, aac_qinfo[queue].notify);
1658 /* Notify the adapter if we know how. */
1659 if (aac_qinfo[queue].notify != 0)
1660 AAC_QNOTIFY(sc, aac_qinfo[queue].notify);