Searched refs:mpcginfo (Results 1 – 1 of 1) sorted by relevance
116 static int mpc_validate_xid(struct mpcg_info *mpcginfo);609 static void mpc_rcvd_sweep_resp(struct mpcg_info *mpcginfo) in mpc_rcvd_sweep_resp() argument611 struct channel *rch = mpcginfo->ch; in mpc_rcvd_sweep_resp()618 CTCM_D3_DUMP((char *)mpcginfo->sweep, TH_SWEEP_LENGTH); in mpc_rcvd_sweep_resp()680 static void mpc_rcvd_sweep_req(struct mpcg_info *mpcginfo) in mpc_rcvd_sweep_req() argument682 struct channel *rch = mpcginfo->ch; in mpc_rcvd_sweep_req()699 CTCM_D3_DUMP((char *)mpcginfo->sweep, TH_SWEEP_LENGTH); in mpc_rcvd_sweep_req()1033 struct mpcg_info *mpcginfo; in ctcmpc_unpack_skb() local1166 mpcginfo = kmalloc_obj(struct mpcg_info, GFP_ATOMIC); in ctcmpc_unpack_skb()1167 if (mpcginfo == NULL) in ctcmpc_unpack_skb()[all …]