Home
last modified time | relevance | path

Searched refs:KERNEL_UP_AND_RUNNING (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/aacraid/
Dsa.c284 if (!(status & KERNEL_UP_AND_RUNNING)) in aac_sa_check_health()
366 while (!(sa_readl(dev, Mailbox7) & KERNEL_UP_AND_RUNNING)) { in aac_sa_init()
Dsrc.c458 if (unlikely(!(status & KERNEL_UP_AND_RUNNING))) in aac_src_check_health()
740 is_up = status & KERNEL_UP_AND_RUNNING; in aac_is_ctrl_up_and_running()
942 KERNEL_UP_AND_RUNNING)) { in aac_src_init()
1108 if (!(status_omr & KERNEL_UP_AND_RUNNING)) in aac_src_soft_reset()
1280 } while (!(status & KERNEL_UP_AND_RUNNING)); in aac_srcv_init()
Drx.c383 if (unlikely(!(status & KERNEL_UP_AND_RUNNING))) in aac_rx_check_health()
599 while (!((status = rx_readl(dev, MUnit.OMRx[0])) & KERNEL_UP_AND_RUNNING)) in _aac_rx_init()
Dlinit.c1818 while (!((status = src_readl(dev, MUnit.OMR)) & KERNEL_UP_AND_RUNNING) in aac_acquire_resources()
Daacraid.h2532 #define KERNEL_UP_AND_RUNNING 0x00000080 macro