Searched refs:CTCM_WRITE (Results 1 – 5 of 5) sorted by relevance
58 priv->channel[CTCM_WRITE]->max_bufsize = bs1; in ctcm_buffer_write()62 priv->channel[CTCM_WRITE]->flags |= CHANNEL_FLAGS_BUFSIZE_CHANGED; in ctcm_buffer_write()89 fsm_getstate_str(priv->channel[CTCM_WRITE]->fsm)); in ctcm_print_statistics()104 priv->channel[CTCM_WRITE]->netdev->name, sbuf); in ctcm_print_statistics()129 sizeof(priv->channel[CTCM_WRITE]->prof)); in stats_write()
268 ch->flags |= (direction == CTCM_WRITE) in channel_get()609 ch = priv->channel[CTCM_WRITE]; in ctcmpc_send_sweep_req()915 if (ctcm_transmit_skb(priv->channel[CTCM_WRITE], skb) != 0) in ctcm_tx()998 if (ctcmpc_transmit_skb(priv->channel[CTCM_WRITE], skb) != 0) { in ctcmpc_tx()1232 else if (priv->channel[CTCM_WRITE]->cdev == cdev) in ctcm_irq_handler()1233 ch = priv->channel[CTCM_WRITE]; in ctcm_irq_handler()1589 for (direction = CTCM_READ; direction <= CTCM_WRITE; direction++) { in ctcm_new_device()1594 if (direction == CTCM_WRITE) in ctcm_new_device()1615 priv->channel[CTCM_WRITE]->id, priv->protocol); in ctcm_new_device()1620 priv->channel[CTCM_WRITE]->id, priv->protocol); in ctcm_new_device()[all …]
421 wch = priv->channel[CTCM_WRITE]; in ctc_mpc_establish_connectivity()623 struct channel *ch = priv->channel[CTCM_WRITE]; in mpc_rcvd_sweep_resp()656 struct channel *ch = priv->channel[CTCM_WRITE]; in ctcmpc_send_sweep_resp()710 struct channel *ch = priv->channel[CTCM_WRITE]; in mpc_rcvd_sweep_req()911 ch = priv->channel[CTCM_WRITE]; in mpc_group_ready()959 grp->active_channels[CTCM_WRITE]); in mpc_channel_action()997 if (CHANNEL_DIRECTION(ch->flags) == CTCM_WRITE) in mpc_channel_action()1007 (grp->active_channels[CTCM_WRITE] > 0) && in mpc_channel_action()1028 (grp->active_channels[CTCM_WRITE] > 0)) in mpc_channel_action()1029 || ((grp->active_channels[CTCM_WRITE] == 0) && in mpc_channel_action()[all …]
473 if ((CHANNEL_DIRECTION(ch->flags) == CTCM_WRITE) || in chx_firstio()948 ch2 = priv->channel[CTCM_WRITE]; in ctcm_chx_rxdisc()1767 struct channel *wch = priv->channel[CTCM_WRITE]; in ctcmpc_chx_send_sweep()2084 for (direction = CTCM_READ; direction <= CTCM_WRITE; direction++) { in dev_action_start()2106 for (direction = CTCM_READ; direction <= CTCM_WRITE; direction++) { in dev_action_stop()2200 mpc_channel_action(priv->channel[CTCM_WRITE], in dev_action_chup()2201 CTCM_WRITE, MPC_CHANNEL_ADD); in dev_action_chup()2256 mpc_channel_action(priv->channel[CTCM_WRITE], in dev_action_chdown()2257 CTCM_WRITE, MPC_CHANNEL_REMOVE); in dev_action_chdown()
113 #define CTCM_WRITE 1 macro