Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hisax/
Dhfc4s8s_l1.c159 struct hisax_d_if d_if; /* D-channel interface */ member
344 l1->d_if.ifc.l1l2(&l1->d_if.ifc, in dch_l2l1()
359 l1->d_if.ifc.l1l2(&l1->d_if.ifc, in dch_l2l1()
373 l1->d_if.ifc.l1l2(&l1->d_if.ifc, in dch_l2l1()
608 l1->d_if.ifc.l1l2(&l1->d_if.ifc, in hfc_l1_timer()
619 l1->d_if.ifc.l1l2(&l1->d_if.ifc, in hfc_l1_timer()
723 l1p->d_if.ifc.l1l2(&l1p->d_if.ifc, in rx_d_frame()
727 l1p->d_if.ifc.l1l2(&l1p->d_if.ifc, in rx_d_frame()
862 l1p->d_if.ifc.l1l2(&l1p->d_if.ifc, PH_DATA | CONFIRM, in tx_d_frame()
1017 l1p->d_if.ifc.l1l2(&l1p-> in hfc4s8s_bh()
[all …]
Dhfc_usb.c171 struct hisax_d_if d_if; /* see hisax_if.h */ member
349 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, PH_DEACTIVATE | INDICATION, in l1_timer_expire_t3()
367 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, PH_DEACTIVATE | INDICATION, in l1_timer_expire_t4()
402 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, in s0_state_handler()
416 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, in s0_state_handler()
1006 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, in hfc_usb_l2l1()
1014 hfc->d_if.ifc.l1l2(&hfc-> in hfc_usb_l2l1()
1015 d_if. in hfc_usb_l2l1()
1190 hfc->d_if.owner = THIS_MODULE; in hfc_usb_init()
1191 hfc->d_if.ifc.priv = &hfc->fifos[HFCUSB_D_TX]; in hfc_usb_init()
[all …]
Dconfig.c1582 static void EChannel_proc_rcv(struct hisax_d_if *d_if);
1679 static inline void D_L2L1(struct hisax_d_if *d_if, int pr, void *arg) in D_L2L1() argument
1681 struct hisax_if *ifc = (struct hisax_if *) d_if; in D_L2L1()
1693 struct hisax_d_if *d_if = (struct hisax_d_if *) ifc; in hisax_d_l1l2() local
1694 struct IsdnCardState *cs = d_if->cs; in hisax_d_l1l2()
1700 set_bit(0, &d_if->ph_state); in hisax_d_l1l2()
1704 clear_bit(0, &d_if->ph_state); in hisax_d_l1l2()
1714 D_L2L1(d_if, PH_DATA | REQUEST, skb); in hisax_d_l1l2()
1726 skb_queue_tail(&d_if->erq, arg); in hisax_d_l1l2()
1881 static void EChannel_proc_rcv(struct hisax_d_if *d_if) in EChannel_proc_rcv() argument
[all …]