Home
last modified time | relevance | path

Searched refs:wch (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/s390/net/
H A Dctcm_fsms.c1756 struct channel *wch = priv->channel[CTCM_WRITE]; in ctcmpc_chx_send_sweep() local
1770 __func__, wch->th_seq_num); in ctcmpc_chx_send_sweep()
1774 if (fsm_getstate(wch->fsm) != CTC_STATE_TXIDLE) { in ctcmpc_chx_send_sweep()
1776 fsm_addtimer(&wch->sweep_timer, in ctcmpc_chx_send_sweep()
1777 200, CTC_EVENT_RSWEEP_TIMER, wch); in ctcmpc_chx_send_sweep()
1781 skb = skb_dequeue(&wch->sweep_queue); in ctcmpc_chx_send_sweep()
1785 if (set_normalized_cda(&wch->ccw[4], skb->data)) { in ctcmpc_chx_send_sweep()
1793 skb_queue_tail(&wch->io_queue, skb); in ctcmpc_chx_send_sweep()
1797 wch->ccw[4].count = skb->len; in ctcmpc_chx_send_sweep()
1809 header->sw.th_last_seq = wch->th_seq_num; in ctcmpc_chx_send_sweep()
[all …]
H A Dctcm_mpc.c405 struct channel *rch, *wch; in ctc_mpc_establish_connectivity() local
413 wch = priv->channel[CTCM_WRITE]; in ctc_mpc_establish_connectivity()
460 (fsm_getstate(wch->fsm) > CH_XID0_PENDING)) { in ctc_mpc_establish_connectivity()
488 if ((wch->in_mpcgroup) && in ctc_mpc_establish_connectivity()
489 (fsm_getstate(wch->fsm) == CH_XID0_PENDING)) in ctc_mpc_establish_connectivity()
490 fsm_event(grp->fsm, MPCG_EVENT_XID0DO, wch); in ctc_mpc_establish_connectivity()
494 CTCM_FUNTAIL, dev->name, wch->id); in ctc_mpc_establish_connectivity()
1341 struct channel *wch; in mpc_action_go_inop() local
1364 wch = priv->channel[CTCM_WRITE]; in mpc_action_go_inop()
1382 tasklet_hi_schedule(&wch->ch_disc_tasklet); in mpc_action_go_inop()
[all …]