Lines Matching refs:hh
283 dsp_control_req(struct dsp *dsp, struct mISDNhead *hh, struct sk_buff *skb) in dsp_control_req() argument
669 struct mISDNhead *hh; in dsp_function() local
674 hh = mISDN_HEAD_P(skb); in dsp_function()
675 switch (hh->prim) { in dsp_function()
708 hh->prim = DL_DATA_IND; in dsp_function()
722 skb->len, hh->id); in dsp_function()
767 hh->prim = DL_DATA_IND; in dsp_function()
775 hh->id, skb->len, dsp->name); in dsp_function()
776 switch (hh->id) { in dsp_function()
827 "%s\n", __func__, hh->id, dsp->name); in dsp_function()
854 hh->prim = DL_ESTABLISH_CNF; in dsp_function()
870 hh->prim = DL_RELEASE_CNF; in dsp_function()
887 hh->prim = PH_DATA_REQ; in dsp_function()
903 ret = dsp_control_req(dsp, hh, skb); in dsp_function()
918 hh->prim = PH_ACTIVATE_REQ; in dsp_function()
938 hh->prim = PH_DEACTIVATE_REQ; in dsp_function()
945 __func__, hh->prim, dsp->name); in dsp_function()
1011 struct mISDNhead *hh; in dsp_send_bh() local
1027 hh = mISDN_HEAD_P(skb); in dsp_send_bh()
1028 if (hh->prim == DL_DATA_REQ) { in dsp_send_bh()