Home
last modified time | relevance | path

Searched refs:MPT_IOCTL_STATUS_TMTIMER_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/message/fusion/
Dmptctl.c260 (ioc->ioctl->status & MPT_IOCTL_STATUS_TMTIMER_ACTIVE)) { in mptctl_reply()
264 ioc->ioctl->status &= ~MPT_IOCTL_STATUS_TMTIMER_ACTIVE; in mptctl_reply()
448 ioctl->status |= MPT_IOCTL_STATUS_TMTIMER_ACTIVE; in mptctl_bus_reset()
544 if (ioctl && (ioctl->status & MPT_IOCTL_STATUS_TMTIMER_ACTIVE)){ in mptctl_ioc_reset()
545 ioctl->status &= ~MPT_IOCTL_STATUS_TMTIMER_ACTIVE; in mptctl_ioc_reset()
Dmptbase.h481 #define MPT_IOCTL_STATUS_TMTIMER_ACTIVE 0x20 /* The TM timer is running */ macro