Searched refs:d_if (Results 1 - 3 of 3) sorted by relevance

/drivers/isdn/hisax/
H A Dhfc4s8s_l1.c159 struct hisax_d_if d_if; /* D-channel interface */ member in struct:hfc4s8s_l1
386 l1->d_if.ifc.l1l2(&l1->d_if.ifc,
401 l1->d_if.ifc.l1l2(&l1->d_if.ifc,
415 l1->d_if.ifc.l1l2(&l1->d_if.ifc,
649 l1->d_if.ifc.l1l2(&l1->d_if.ifc,
660 l1->d_if
[all...]
H A Dhfc_usb.c171 struct hisax_d_if d_if; /* see hisax_if.h */ member in struct:hfcusb_data
348 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, PH_DEACTIVATE | INDICATION,
365 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, PH_DEACTIVATE | INDICATION,
400 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc,
414 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc,
1009 hfc->d_if
[all...]
H A Dconfig.c1590 static void EChannel_proc_rcv(struct hisax_d_if *d_if);
1687 static inline void D_L2L1(struct hisax_d_if *d_if, int pr, void *arg) argument
1689 struct hisax_if *ifc = (struct hisax_if *) d_if;
1701 struct hisax_d_if *d_if = (struct hisax_d_if *) ifc; local
1702 struct IsdnCardState *cs = d_if->cs;
1708 set_bit(0, &d_if->ph_state);
1712 clear_bit(0, &d_if->ph_state);
1722 D_L2L1(d_if, PH_DATA | REQUEST, skb);
1734 skb_queue_tail(&d_if->erq, arg);
1888 static void EChannel_proc_rcv(struct hisax_d_if *d_if) argument
[all...]

Completed in 205 milliseconds