Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/net/
Dctcm_mpc.c115 static int mpc_validate_xid(struct mpcg_info *mpcginfo);
605 static void mpc_rcvd_sweep_resp(struct mpcg_info *mpcginfo) in mpc_rcvd_sweep_resp() argument
607 struct channel *rch = mpcginfo->ch; in mpc_rcvd_sweep_resp()
614 CTCM_D3_DUMP((char *)mpcginfo->sweep, TH_SWEEP_LENGTH); in mpc_rcvd_sweep_resp()
627 kfree(mpcginfo); in mpc_rcvd_sweep_resp()
692 static void mpc_rcvd_sweep_req(struct mpcg_info *mpcginfo) in mpc_rcvd_sweep_req() argument
694 struct channel *rch = mpcginfo->ch; in mpc_rcvd_sweep_req()
711 CTCM_D3_DUMP((char *)mpcginfo->sweep, TH_SWEEP_LENGTH); in mpc_rcvd_sweep_req()
715 kfree(mpcginfo); in mpc_rcvd_sweep_req()
1046 struct mpcg_info *mpcginfo; in ctcmpc_unpack_skb() local
[all …]