Searched refs:ahp (Results 1 – 3 of 3) sorted by relevance
73 struct auerhisax *ahp; in auerisdn_d_l1l2() local76 ahp = ip->ahp; in auerisdn_d_l1l2()77 if (ahp) { in auerisdn_d_l1l2()78 ahp->hisax_d_if.ifc.l1l2(&ahp->hisax_d_if.ifc, pr, arg); in auerisdn_d_l1l2()185 struct auerhisax *ahp; in auerisdn_dispatch_dc() local349 ahp = cp->isdn.ahp; in auerisdn_dispatch_dc()350 if (!ahp) { in auerisdn_dispatch_dc()354 spin_lock_irqsave(&ahp->seq_lock, flags); in auerisdn_dispatch_dc()355 l2_header[l2_index++] = ahp->txseq; /* transmitt sequence number */ in auerisdn_dispatch_dc()356 l2_header[l2_index++] = ahp->rxseq; /* receive sequence number */ in auerisdn_dispatch_dc()[all …]
65 struct auerhisax *ahp; in auerisdn_b_l1l2() local69 ahp = bc->cp->isdn.ahp; in auerisdn_b_l1l2()70 if (ahp) { in auerisdn_b_l1l2()71 ahp->hisax_b_if[bc->channel].ifc.l1l2(&ahp-> in auerisdn_b_l1l2()487 struct auerhisax *ahp; in auerisdn_b_l2l1() local495 ahp = (struct auerhisax *) ifc->priv; in auerisdn_b_l2l1()496 if (ahp) in auerisdn_b_l2l1()497 cp = ahp->cp; in auerisdn_b_l2l1()
39 struct auerhisax *ahp; /* Reference to hisax interface */ member