Searched refs:XD_STATE (Results 1 – 4 of 4) sorted by relevance
1223 iopb->intl = (XD_STATE(iorq->mode) == XD_SUB_POLL) in xdc_rqtopb() 1246 if (XD_STATE(iorq->mode) == XD_SUB_POLL) in xdc_rqtopb() 1265 if (XD_STATE(iorq->mode) == XD_SUB_POLL) in xdc_rqtopb() 1285 iopb->intl = (XD_STATE(iorq->mode) == XD_SUB_POLL) in xdc_rqtopb() 1316 int submode = XD_STATE(fullmode); in xdc_cmd() 1692 if (XD_STATE(iorq->mode) != XD_SUB_POLL && in xdc_reset() 1693 XD_STATE(iorq->mode) != XD_SUB_WAIT && in xdc_reset() 1694 XD_STATE(iorq->mode) != XD_SUB_NORM) in xdc_reset() 1703 switch (XD_STATE(iorq->mode)) { in xdc_reset() 1821 if (iorq->mode == 0 || XD_STATE(ior in xdc_remove_iorq() [all...]
72 #define XD_STATE(X) ((X) & XD_SUB_MASK) /* extract state from mode */ macro
1406 iopb->intl = (XD_STATE(iorq->mode) == XD_SUB_POLL) in xdc_rqtopb()1422 if (XD_STATE(iorq->mode) == XD_SUB_POLL) in xdc_rqtopb()1439 if (XD_STATE(iorq->mode) == XD_SUB_POLL) in xdc_rqtopb()1459 iopb->intl = (XD_STATE(iorq->mode) == XD_SUB_POLL) in xdc_rqtopb()1490 int rqno, submode = XD_STATE(fullmode), retry; in xdc_cmd()1862 if (XD_STATE(iorq->mode) != XD_SUB_POLL && in xdc_reset()1863 XD_STATE(iorq->mode) != XD_SUB_WAIT && in xdc_reset()1864 XD_STATE(iorq->mode) != XD_SUB_NORM) in xdc_reset()1873 switch (XD_STATE(xdcsc->reqs[lcv].mode)) { in xdc_reset()1999 if (iorq->mode == 0 || XD_STATE(iorq->mode) == XD_SUB_DONE) in xdc_remove_iorq()[all …]
73 #define XD_STATE(X) ((X) & XD_SUB_MASK) /* extract state from mode */ macro