XS_PSTS_TIMED     333 dev/ic/isp_openbsd.h #define	XS_CMD_S_TIMER(xs)	(xs)->flags |= XS_PSTS_TIMED
XS_PSTS_TIMED     334 dev/ic/isp_openbsd.h #define	XS_CMD_C_TIMER(xs)	(xs)->flags &= ~XS_PSTS_TIMED
XS_PSTS_TIMED     335 dev/ic/isp_openbsd.h #define	XS_CMD_TIMER_P(xs)	(((xs)->flags & XS_PSTS_TIMED) != 0)