Lines Matching refs:CTCM_READ
454 if (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) { in chx_firstio()
479 fsm_newstate(fi, (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) in chx_firstio()
495 if ((CHANNEL_DIRECTION(ch->flags) == CTCM_READ) && in chx_firstio()
601 (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) ? "RX" : "TX"); in ctcm_chx_start()
608 if (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) { in ctcm_chx_start()
622 (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) ? in ctcm_chx_start()
721 if (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) { in ctcm_chx_cleanup()
801 (CHANNEL_DIRECTION(ch->flags) == CTCM_READ)) { in ctcm_chx_setuperr()
813 (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) ? "RX" : "TX", in ctcm_chx_setuperr()
816 if (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) { in ctcm_chx_setuperr()
1076 CTCM_FUNTAIL, ch->id, rd == CTCM_READ ? "RX" : "TX"); in ctcm_chx_iofatal()
1082 if (rd == CTCM_READ) { in ctcm_chx_iofatal()
1513 if (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) { in ctcmpc_chx_firstio()
1524 fsm_newstate(fi, (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) in ctcmpc_chx_firstio()
1764 struct channel *rch = priv->channel[CTCM_READ]; in ctcmpc_chx_send_sweep()
2080 for (direction = CTCM_READ; direction <= CTCM_WRITE; direction++) { in dev_action_start()
2102 for (direction = CTCM_READ; direction <= CTCM_WRITE; direction++) { in dev_action_stop()
2193 mpc_channel_action(priv->channel[CTCM_READ], in dev_action_chup()
2194 CTCM_READ, MPC_CHANNEL_ADD); in dev_action_chup()
2249 mpc_channel_action(priv->channel[CTCM_READ], in dev_action_chdown()
2250 CTCM_READ, MPC_CHANNEL_REMOVE); in dev_action_chdown()