Home
last modified time | relevance | path

Searched refs:CTCM_READ (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/s390/net/
H A Dctcm_sysfs.c42 if (!(priv && priv->channel[CTCM_READ] && in ctcm_buffer_write()
43 priv->channel[CTCM_READ]->netdev)) { in ctcm_buffer_write()
47 ndev = priv->channel[CTCM_READ]->netdev; in ctcm_buffer_write()
62 priv->channel[CTCM_READ]->max_bufsize = bs1; in ctcm_buffer_write()
66 priv->channel[CTCM_READ]->flags |= CHANNEL_FLAGS_BUFSIZE_CHANGED; in ctcm_buffer_write()
92 fsm_getstate_str(priv->channel[CTCM_READ]->fsm)); in ctcm_print_statistics()
H A Dctcm_main.c390 (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) ? in ctcm_ch_alloc_buffer()
1181 if (priv->channel[CTCM_READ]->cdev == cdev) in ctcm_irq_handler()
1182 ch = priv->channel[CTCM_READ]; in ctcm_irq_handler()
1542 channel_get(type, direction == CTCM_READ ? in ctcm_new_device()
1546 channel_free(priv->channel[CTCM_READ]); in ctcm_new_device()
1566 priv->channel[CTCM_READ]->id, in ctcm_new_device()
1571 priv->channel[CTCM_READ]->id, in ctcm_new_device()
1607 if (priv->channel[CTCM_READ]) { in ctcm_shutdown_device()
1608 dev = priv->channel[CTCM_READ]->netdev; in ctcm_shutdown_device()
1613 channel_free(priv->channel[CTCM_READ]); in ctcm_shutdown_device()
[all …]
H A Dctcm_mpc.c412 rch = priv->channel[CTCM_READ]; in ctc_mpc_establish_connectivity()
571 rch = priv->channel[CTCM_READ]; in ctc_mpc_flow_control()
880 ch = priv->channel[CTCM_READ]; in mpc_group_ready()
935 grp->active_channels[CTCM_READ], in mpc_channel_action()
982 if ((grp->active_channels[CTCM_READ] > 0) && in mpc_channel_action()
1006 (grp->active_channels[CTCM_READ] > 0))) in mpc_channel_action()
1014 grp->active_channels[CTCM_READ], in mpc_channel_action()
1450 rch = priv->channel[CTCM_READ]; in mpc_action_timeout()
2103 priv->channel[CTCM_READ]->pdu_seq; in mpc_send_qllc_discontact()
2104 priv->channel[CTCM_READ]->pdu_seq++; in mpc_send_qllc_discontact()
[all …]
H A Dctcm_fsms.c452 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 …]
H A Dctcm_main.h114 #define CTCM_READ 0 macro