Searched refs:CTCM_WRITE (Results 1 – 3 of 3) sorted by relevance
268 ch->flags |= (direction == CTCM_WRITE) in channel_get()608 ch = priv->channel[CTCM_WRITE]; in ctcmpc_send_sweep_req()866 if (ctcm_transmit_skb(priv->channel[CTCM_WRITE], skb) != 0) in ctcm_tx()949 if (ctcmpc_transmit_skb(priv->channel[CTCM_WRITE], skb) != 0) { in ctcmpc_tx()1182 else if (priv->channel[CTCM_WRITE]->cdev == cdev) in ctcm_irq_handler()1183 ch = priv->channel[CTCM_WRITE]; in ctcm_irq_handler()1539 for (direction = CTCM_READ; direction <= CTCM_WRITE; direction++) { in ctcm_new_device()1544 if (direction == CTCM_WRITE) in ctcm_new_device()1566 priv->channel[CTCM_WRITE]->id, priv->protocol); in ctcm_new_device()1571 priv->channel[CTCM_WRITE]->id, priv->protocol); in ctcm_new_device()[all …]
413 wch = priv->channel[CTCM_WRITE]; in ctc_mpc_establish_connectivity()615 struct channel *ch = priv->channel[CTCM_WRITE]; in mpc_rcvd_sweep_resp()646 struct channel *ch = priv->channel[CTCM_WRITE]; in ctcmpc_send_sweep_resp()686 struct channel *ch = priv->channel[CTCM_WRITE]; in mpc_rcvd_sweep_req()886 ch = priv->channel[CTCM_WRITE]; in mpc_group_ready()935 grp->active_channels[CTCM_WRITE]); in mpc_channel_action()972 if (CHANNEL_DIRECTION(ch->flags) == CTCM_WRITE) in mpc_channel_action()982 (grp->active_channels[CTCM_WRITE] > 0) && in mpc_channel_action()1003 (grp->active_channels[CTCM_WRITE] > 0)) in mpc_channel_action()1004 || ((grp->active_channels[CTCM_WRITE] == 0) && in mpc_channel_action()[all …]
115 #define CTCM_WRITE 1 macro