Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/s390/net/
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()
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 …]
A Dctcm_mpc.c410 rch = priv->channel[CTCM_READ]; in ctc_mpc_establish_connectivity()
569 rch = priv->channel[CTCM_READ]; in ctc_mpc_flow_control()
878 ch = priv->channel[CTCM_READ]; in mpc_group_ready()
933 grp->active_channels[CTCM_READ], in mpc_channel_action()
980 if ((grp->active_channels[CTCM_READ] > 0) && in mpc_channel_action()
1004 (grp->active_channels[CTCM_READ] > 0))) in mpc_channel_action()
1012 grp->active_channels[CTCM_READ], in mpc_channel_action()
1448 rch = priv->channel[CTCM_READ]; in mpc_action_timeout()
2101 priv->channel[CTCM_READ]->pdu_seq; in mpc_send_qllc_discontact()
2102 priv->channel[CTCM_READ]->pdu_seq++; in mpc_send_qllc_discontact()
[all …]
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 …]
A Dctcm_main.h113 #define CTCM_READ 0 macro

Completed in 15 milliseconds