Searched refs:MPT_IOCTL_STATUS_TMTIMER_ACTIVE (Results 1 – 2 of 2) sorted by relevance
260 (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()
481 #define MPT_IOCTL_STATUS_TMTIMER_ACTIVE 0x20 /* The TM timer is running */ macro