Searched refs:mpcginfo (Results 1 – 1 of 1) sorted by relevance
116 static int mpc_validate_xid(struct mpcg_info *mpcginfo);607 static void mpc_rcvd_sweep_resp(struct mpcg_info *mpcginfo) in mpc_rcvd_sweep_resp() argument609 struct channel *rch = mpcginfo->ch; in mpc_rcvd_sweep_resp()616 CTCM_D3_DUMP((char *)mpcginfo->sweep, TH_SWEEP_LENGTH); in mpc_rcvd_sweep_resp()678 static void mpc_rcvd_sweep_req(struct mpcg_info *mpcginfo) in mpc_rcvd_sweep_req() argument680 struct channel *rch = mpcginfo->ch; in mpc_rcvd_sweep_req()697 CTCM_D3_DUMP((char *)mpcginfo->sweep, TH_SWEEP_LENGTH); in mpc_rcvd_sweep_req()701 kfree(mpcginfo); in mpc_rcvd_sweep_req()1031 struct mpcg_info *mpcginfo; in ctcmpc_unpack_skb() local1164 mpcginfo = kmalloc(sizeof(struct mpcg_info), GFP_ATOMIC); in ctcmpc_unpack_skb()[all …]