Lines Matching refs:cq
949 channel_dctrl(struct dchannel *dch, struct mISDN_ctrl_req *cq) in channel_dctrl() argument
954 switch (cq->op) { in channel_dctrl()
956 cq->op = MISDN_CTRL_SETPEER | MISDN_CTRL_UNSETPEER in channel_dctrl()
960 hc->remoteip = (u32)cq->p1; in channel_dctrl()
961 hc->remoteport = cq->p2 & 0xffff; in channel_dctrl()
962 hc->localport = cq->p2 >> 16; in channel_dctrl()
981 cq->p1 = hc->remoteip; in channel_dctrl()
982 cq->p2 = hc->remoteport | (hc->localport << 16); in channel_dctrl()
986 __func__, cq->op); in channel_dctrl()
1185 channel_bctrl(struct bchannel *bch, struct mISDN_ctrl_req *cq) in channel_bctrl() argument
1189 (struct dsp_features *)(*((u_long *)&cq->p1)); in channel_bctrl()
1191 switch (cq->op) { in channel_bctrl()
1193 cq->op = MISDN_CTRL_HW_FEATURES_OP; in channel_bctrl()
1205 __func__, cq->op); in channel_bctrl()