Lines Matching refs:CTCM_READ

452 		if (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) {  in chx_firstio()
477 fsm_newstate(fi, (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) in chx_firstio()
492 if ((CHANNEL_DIRECTION(ch->flags) == CTCM_READ) && in chx_firstio()
596 (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) ? "RX" : "TX"); in ctcm_chx_start()
603 if (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) { in ctcm_chx_start()
617 (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) ? in ctcm_chx_start()
716 if (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) { in ctcm_chx_cleanup()
796 (CHANNEL_DIRECTION(ch->flags) == CTCM_READ)) { in ctcm_chx_setuperr()
808 (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) ? "RX" : "TX", in ctcm_chx_setuperr()
811 if (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) { in ctcm_chx_setuperr()
1070 CTCM_FUNTAIL, ch->id, rd == CTCM_READ ? "RX" : "TX"); in ctcm_chx_iofatal()
1076 if (rd == CTCM_READ) { in ctcm_chx_iofatal()
1499 if (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) { in ctcmpc_chx_firstio()
1510 fsm_newstate(fi, (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) in ctcmpc_chx_firstio()
1750 struct channel *rch = priv->channel[CTCM_READ]; in ctcmpc_chx_send_sweep()
2065 for (direction = CTCM_READ; direction <= CTCM_WRITE; direction++) { in dev_action_start()
2087 for (direction = CTCM_READ; direction <= CTCM_WRITE; direction++) { in dev_action_stop()
2178 mpc_channel_action(priv->channel[CTCM_READ], in dev_action_chup()
2179 CTCM_READ, MPC_CHANNEL_ADD); in dev_action_chup()
2234 mpc_channel_action(priv->channel[CTCM_READ], in dev_action_chdown()
2235 CTCM_READ, MPC_CHANNEL_REMOVE); in dev_action_chdown()