Searched refs:CTCM_READ (Results 1 – 3 of 3) sorted by relevance
389 (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) ? in ctcm_ch_alloc_buffer()401 (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) ? in ctcm_ch_alloc_buffer()614 grp->sweep_rsp_pend_num = grp->active_channels[CTCM_READ]; in ctcmpc_send_sweep_req()615 grp->sweep_req_pend_num = grp->active_channels[CTCM_READ]; in ctcmpc_send_sweep_req()987 max_bufsize = priv->channel[CTCM_READ]->max_bufsize; in ctcm_change_mtu()1180 if (priv->channel[CTCM_READ]->cdev == cdev) in ctcm_irq_handler()1181 ch = priv->channel[CTCM_READ]; in ctcm_irq_handler()1539 for (direction = CTCM_READ; direction <= CTCM_WRITE; direction++) { in ctcm_new_device()1541 channel_get(type, direction == CTCM_READ ? in ctcm_new_device()1545 channel_free(priv->channel[CTCM_READ]); in ctcm_new_device()[all …]
412 rch = priv->channel[CTCM_READ]; in ctc_mpc_establish_connectivity()571 rch = priv->channel[CTCM_READ]; in ctc_mpc_flow_control()695 grp->sweep_req_pend_num = grp->active_channels[CTCM_READ]; in mpc_rcvd_sweep_req()696 grp->sweep_rsp_pend_num = grp->active_channels[CTCM_READ]; in mpc_rcvd_sweep_req()879 ch = priv->channel[CTCM_READ]; in mpc_group_ready()934 grp->active_channels[CTCM_READ], in mpc_channel_action()969 ((CHANNEL_DIRECTION(ch->flags) == CTCM_READ) in mpc_channel_action()981 if ((grp->active_channels[CTCM_READ] > 0) && in mpc_channel_action()1002 if (((grp->active_channels[CTCM_READ] == 0) && in mpc_channel_action()1005 (grp->active_channels[CTCM_READ] > 0))) in mpc_channel_action()[all …]
114 #define CTCM_READ 0 macro