Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/s390/net/
A Dctcm_sysfs.c63 priv->channel[CTCM_WRITE]->max_bufsize = bs1; in ctcm_buffer_write()
67 priv->channel[CTCM_WRITE]->flags |= CHANNEL_FLAGS_BUFSIZE_CHANGED; in ctcm_buffer_write()
94 fsm_getstate_str(priv->channel[CTCM_WRITE]->fsm)); in ctcm_print_statistics()
109 priv->channel[CTCM_WRITE]->netdev->name, sbuf); in ctcm_print_statistics()
134 sizeof(priv->channel[CTCM_WRITE]->prof)); in stats_write()
A Dctcm_main.c269 ch->flags |= (direction == CTCM_WRITE) in channel_get()
609 ch = priv->channel[CTCM_WRITE]; in ctcmpc_send_sweep_req()
1183 else if (priv->channel[CTCM_WRITE]->cdev == cdev) in ctcm_irq_handler()
1184 ch = priv->channel[CTCM_WRITE]; in ctcm_irq_handler()
1545 if (direction == CTCM_WRITE) in ctcm_new_device()
1567 priv->channel[CTCM_WRITE]->id, priv->protocol); in ctcm_new_device()
1572 priv->channel[CTCM_WRITE]->id, priv->protocol); in ctcm_new_device()
1585 writec = channel_get(type, write_id, CTCM_WRITE); in ctcm_new_device()
1617 if (priv->channel[CTCM_WRITE]) in ctcm_shutdown_device()
1618 channel_free(priv->channel[CTCM_WRITE]); in ctcm_shutdown_device()
[all …]
A Dctcm_mpc.c411 wch = priv->channel[CTCM_WRITE]; in ctc_mpc_establish_connectivity()
644 struct channel *ch = priv->channel[CTCM_WRITE]; in ctcmpc_send_sweep_resp()
885 ch = priv->channel[CTCM_WRITE]; in mpc_group_ready()
934 grp->active_channels[CTCM_WRITE]); in mpc_channel_action()
971 if (CHANNEL_DIRECTION(ch->flags) == CTCM_WRITE) in mpc_channel_action()
981 (grp->active_channels[CTCM_WRITE] > 0) && in mpc_channel_action()
1002 (grp->active_channels[CTCM_WRITE] > 0)) in mpc_channel_action()
1003 || ((grp->active_channels[CTCM_WRITE] == 0) && in mpc_channel_action()
1013 grp->active_channels[CTCM_WRITE]); in mpc_channel_action()
1363 wch = priv->channel[CTCM_WRITE]; in mpc_action_go_inop()
[all …]
A Dctcm_fsms.c470 if ((CHANNEL_DIRECTION(ch->flags) == CTCM_WRITE) || in chx_firstio()
942 ch2 = priv->channel[CTCM_WRITE]; in ctcm_chx_rxdisc()
1749 struct channel *wch = priv->channel[CTCM_WRITE]; in ctcmpc_chx_send_sweep()
2065 for (direction = CTCM_READ; direction <= CTCM_WRITE; direction++) { in dev_action_start()
2087 for (direction = CTCM_READ; direction <= CTCM_WRITE; direction++) { in dev_action_stop()
2181 mpc_channel_action(priv->channel[CTCM_WRITE], in dev_action_chup()
2182 CTCM_WRITE, MPC_CHANNEL_ADD); in dev_action_chup()
2237 mpc_channel_action(priv->channel[CTCM_WRITE], in dev_action_chdown()
2238 CTCM_WRITE, MPC_CHANNEL_REMOVE); in dev_action_chdown()
A Dctcm_main.h114 #define CTCM_WRITE 1 macro

Completed in 20 milliseconds