Lines Matching defs:busy
73 MODULE_PARM_DESC(max_mbox_busy_wait, "Maximum wait for mailbox in microseconds if busy (default=MBOX_BUSY_WAIT=10)");
378 int busy=0;
388 * busy flag will be set if mega_build_cmd() command could not
396 scb = mega_build_cmd(adapter, scmd, &busy);
411 busy = 0;
414 return busy;
513 * @busy: busy flag if no resources
523 mega_build_cmd(adapter_t *adapter, struct scsi_cmnd *cmd, int *busy)
645 *busy = 1;
693 *busy = 1;
735 *busy = 1;
875 *busy = 1;
903 *busy = 1;
1096 * busy. We also take the scb from the pending list if the mailbox is
1106 if(unlikely(mbox->m_in.busy)) {
1110 } while( mbox->m_in.busy && (i < max_mbox_busy_wait) );
1112 if(mbox->m_in.busy) return -1;
1120 mbox->m_in.busy = 1; /* Set busy */
1166 if (adapter->mbox->m_in.busy)
1192 mbox->m_in.busy = 1;
1710 if (!mbox->m_in.busy)
2173 seq_printf(m, " Busy = %01x\n", mbox->m_in.busy);
4221 dev_warn(&pdev->dev, "mem region busy!\n");