Searched refs:quiescent (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/megaraid/
H A Dmega_common.h106 * @quiescent : driver is quiescent for now.
146 * quiescent flag should be set by the driver if it is not accepting more
160 uint8_t quiescent; member in struct:__anon6805
H A Dmegaraid_ioctl.h256 * @quiescent : flag to indicate if ioctl can be issued to this adp
282 uint32_t quiescent; member in struct:mraid_mmadp
H A Dmegaraid_mm.c165 if (!adp->quiescent) {
698 adp->quiescent = 0;
907 adapter->quiescent = 1;
H A Dmegaraid_mbox.c1967 // if the adapter in not in quiescent mode, post the commands to FW
1968 if (adapter->quiescent) {
2245 if (!adapter->quiescent) {
3808 * Set the quiescent flag to stop issuing cmds to FW.
3811 adapter->quiescent++;
3866 adapter->quiescent--;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dmegaraid.c392 * Check if the HBA is in quiescent state, e.g., during a
396 if (atomic_read(&adapter->quiescent) == 0)
1317 if(atomic_read(&adapter->quiescent) == 0) {
1397 if(atomic_read(&adapter->quiescent) == 0) {
2282 len += sprintf(page+len, "quiescent = %d\n",
2283 atomic_read(&adapter->quiescent));
3512 * should be quiescent before this command is issued.
4190 atomic_set(&adapter->quiescent, 1);
4217 atomic_set(&adapter->quiescent, 0);
4834 * Reset the adapter quiescent fla
[all...]
H A Dmegaraid.h879 atomic_t quiescent; /* a stage reached when delete logical member in struct:__anon6874

Completed in 78 milliseconds