Lines Matching refs:channel
41 ndev = priv->channel[CTCM_READ]->netdev; in ctcm_buffer_write()
42 if (!(priv && priv->channel[CTCM_READ] && ndev)) { in ctcm_buffer_write()
60 priv->channel[CTCM_READ]->max_bufsize = bs1; in ctcm_buffer_write()
61 priv->channel[CTCM_WRITE]->max_bufsize = bs1; in ctcm_buffer_write()
64 priv->channel[CTCM_READ]->flags |= CHANNEL_FLAGS_BUFSIZE_CHANGED; in ctcm_buffer_write()
65 priv->channel[CTCM_WRITE]->flags |= CHANNEL_FLAGS_BUFSIZE_CHANGED; in ctcm_buffer_write()
90 fsm_getstate_str(priv->channel[CTCM_READ]->fsm)); in ctcm_print_statistics()
92 fsm_getstate_str(priv->channel[CTCM_WRITE]->fsm)); in ctcm_print_statistics()
94 priv->channel[WRITE]->prof.maxmulti); in ctcm_print_statistics()
96 priv->channel[WRITE]->prof.maxcqueue); in ctcm_print_statistics()
98 priv->channel[WRITE]->prof.doios_single); in ctcm_print_statistics()
100 priv->channel[WRITE]->prof.doios_multi); in ctcm_print_statistics()
102 priv->channel[WRITE]->prof.txlen); in ctcm_print_statistics()
104 jiffies_to_usecs(priv->channel[WRITE]->prof.tx_time)); in ctcm_print_statistics()
107 priv->channel[CTCM_WRITE]->netdev->name, sbuf); in ctcm_print_statistics()
131 memset(&priv->channel[WRITE]->prof, 0, in stats_write()
132 sizeof(priv->channel[CTCM_WRITE]->prof)); in stats_write()