Searched refs:CTCM_READ (Results 1 – 5 of 5) sorted by relevance
42 ndev = priv->channel[CTCM_READ]->netdev; in ctcm_buffer_write()43 if (!(priv && priv->channel[CTCM_READ] && ndev)) { in ctcm_buffer_write()61 priv->channel[CTCM_READ]->max_bufsize = bs1; in ctcm_buffer_write()65 priv->channel[CTCM_READ]->flags |= CHANNEL_FLAGS_BUFSIZE_CHANGED; in ctcm_buffer_write()91 fsm_getstate_str(priv->channel[CTCM_READ]->fsm)); in ctcm_print_statistics()
390 (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) ? in ctcm_ch_alloc_buffer()1188 if (priv->channel[CTCM_READ]->cdev == cdev) in ctcm_irq_handler()1189 ch = priv->channel[CTCM_READ]; in ctcm_irq_handler()1549 channel_get(type, direction == CTCM_READ ? in ctcm_new_device()1553 channel_free(priv->channel[CTCM_READ]); in ctcm_new_device()1573 priv->channel[CTCM_READ]->id, in ctcm_new_device()1578 priv->channel[CTCM_READ]->id, in ctcm_new_device()1614 if (priv->channel[CTCM_READ]) { in ctcm_shutdown_device()1615 dev = priv->channel[CTCM_READ]->netdev; in ctcm_shutdown_device()1620 channel_free(priv->channel[CTCM_READ]); in ctcm_shutdown_device()[all …]
410 rch = priv->channel[CTCM_READ]; in ctc_mpc_establish_connectivity()569 rch = priv->channel[CTCM_READ]; in ctc_mpc_flow_control()880 ch = priv->channel[CTCM_READ]; in mpc_group_ready()934 grp->active_channels[CTCM_READ], in mpc_channel_action()981 if ((grp->active_channels[CTCM_READ] > 0) && in mpc_channel_action()1005 (grp->active_channels[CTCM_READ] > 0))) in mpc_channel_action()1013 grp->active_channels[CTCM_READ], in mpc_channel_action()1449 rch = priv->channel[CTCM_READ]; in mpc_action_timeout()2104 priv->channel[CTCM_READ]->pdu_seq; in mpc_send_qllc_discontact()2105 priv->channel[CTCM_READ]->pdu_seq++; in mpc_send_qllc_discontact()[all …]
452 if (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) { in chx_firstio()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()811 if (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) { in ctcm_chx_setuperr()1076 if (rd == CTCM_READ) { in ctcm_chx_iofatal()1750 struct channel *rch = priv->channel[CTCM_READ]; in ctcmpc_chx_send_sweep()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()[all …]
113 #define CTCM_READ 0 macro
Completed in 14 milliseconds