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()
1505 if (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) { in ctcmpc_chx_firstio()
1516 fsm_newstate(fi, (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) in ctcmpc_chx_firstio()
1756 struct channel *rch = priv->channel[CTCM_READ]; in ctcmpc_chx_send_sweep()
2071 for (direction = CTCM_READ; direction <= CTCM_WRITE; direction++) { in dev_action_start()
2093 for (direction = CTCM_READ; direction <= CTCM_WRITE; direction++) { in dev_action_stop()
2184 mpc_channel_action(priv->channel[CTCM_READ], in dev_action_chup()
2185 CTCM_READ, MPC_CHANNEL_ADD); in dev_action_chup()
2240 mpc_channel_action(priv->channel[CTCM_READ], in dev_action_chdown()
2241 CTCM_READ, MPC_CHANNEL_REMOVE); in dev_action_chdown()