Lines Matching refs:hh
281 dsp_control_req(struct dsp *dsp, struct mISDNhead *hh, struct sk_buff *skb) in dsp_control_req() argument
667 struct mISDNhead *hh; in dsp_function() local
672 hh = mISDN_HEAD_P(skb); in dsp_function()
673 switch (hh->prim) { in dsp_function()
706 hh->prim = DL_DATA_IND; in dsp_function()
720 skb->len, hh->id); in dsp_function()
765 hh->prim = DL_DATA_IND; in dsp_function()
773 hh->id, skb->len, dsp->name); in dsp_function()
774 switch (hh->id) { in dsp_function()
825 "%s\n", __func__, hh->id, dsp->name); in dsp_function()
852 hh->prim = DL_ESTABLISH_CNF; in dsp_function()
868 hh->prim = DL_RELEASE_CNF; in dsp_function()
885 hh->prim = PH_DATA_REQ; in dsp_function()
901 ret = dsp_control_req(dsp, hh, skb); in dsp_function()
916 hh->prim = PH_ACTIVATE_REQ; in dsp_function()
936 hh->prim = PH_DEACTIVATE_REQ; in dsp_function()
943 __func__, hh->prim, dsp->name); in dsp_function()
1008 struct mISDNhead *hh; in dsp_send_bh() local
1024 hh = mISDN_HEAD_P(skb); in dsp_send_bh()
1025 if (hh->prim == DL_DATA_REQ) { in dsp_send_bh()