• Home
  • Raw
  • Download

Lines Matching refs:rch

417 	struct channel *rch, *wch;  in ctc_mpc_establish_connectivity()  local
424 rch = priv->channel[READ]; in ctc_mpc_establish_connectivity()
471 if ((fsm_getstate(rch->fsm) > CH_XID0_PENDING) || in ctc_mpc_establish_connectivity()
486 if ((rch->in_mpcgroup) && in ctc_mpc_establish_connectivity()
487 (fsm_getstate(rch->fsm) == CH_XID0_PENDING)) in ctc_mpc_establish_connectivity()
488 fsm_event(grp->fsm, MPCG_EVENT_XID0DO, rch); in ctc_mpc_establish_connectivity()
492 CTCM_FUNTAIL, dev->name, rch->id); in ctc_mpc_establish_connectivity()
570 struct channel *rch; in ctc_mpc_flow_control() local
583 rch = priv->channel[READ]; in ctc_mpc_flow_control()
603 tasklet_schedule(&rch->ch_tasklet); in ctc_mpc_flow_control()
623 struct channel *rch = mpcginfo->ch; in mpc_rcvd_sweep_resp() local
624 struct net_device *dev = rch->netdev; in mpc_rcvd_sweep_resp()
638 rch->th_seq_num = 0x00; in mpc_rcvd_sweep_resp()
653 static void ctcmpc_send_sweep_resp(struct channel *rch) in ctcmpc_send_sweep_resp() argument
655 struct net_device *dev = rch->netdev; in ctcmpc_send_sweep_resp()
663 CTCM_PR_DEBUG("%s: ch=0x%p id=%s\n", __func__, rch, rch->id); in ctcmpc_send_sweep_resp()
669 CTCM_FUNTAIL, rch->id); in ctcmpc_send_sweep_resp()
716 struct channel *rch = mpcginfo->ch; in mpc_rcvd_sweep_req() local
717 struct net_device *dev = rch->netdev; in mpc_rcvd_sweep_req()
1378 struct channel *wch, *rch; in mpc_action_go_inop() local
1404 rch = priv->channel[READ]; in mpc_action_go_inop()
1485 struct channel *rch; in mpc_action_timeout() local
1492 rch = priv->channel[READ]; in mpc_action_timeout()
1499 if ((fsm_getstate(rch->fsm) == CH_XID0_PENDING) && in mpc_action_timeout()