Lines Matching defs:busy
155 * driver wait time if the adapter's mailbox is busy
160 "Max wait for mailbox in microseconds if busy (default=10)");
731 "megaraid: mem region busy\n"));
1391 * Check for busy mailbox. If it is, return failure - the caller
1396 if (unlikely(mbox->busy)) {
1401 } while(mbox->busy && (i < max_mbox_busy_wait));
1403 if (mbox->busy) {
1418 mbox->busy = 1; // Set busy
1472 * @busy : set if request could not be completed because of lack of
1480 megaraid_mbox_build_cmd(adapter_t *adapter, struct scsi_cmnd *scp, int *busy)
1519 *busy = 1;
1602 *busy = 1;
1647 *busy = 1;
1743 *busy = 1;
1811 *busy = 1;
1894 // if mailbox was busy, return SCB back to pending
2686 mbox->busy = 1;
2805 // return immediately if the mailbox is busy
2806 if (mbox->busy) return -1;
2811 mbox->busy = 1;
2852 if (mbox->busy) {
2854 for (i = 0; mbox->busy && i < 1000; i++)
3251 mbox->busy = 1;
3616 "megaraid mbox: LD delete, mailbox busy\n"));