Searched refs:d_if (Results 1 – 3 of 3) sorted by relevance
/drivers/isdn/hisax/ |
D | hfc4s8s_l1.c | 159 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() 607 l1->d_if.ifc.l1l2(&l1->d_if.ifc, in hfc_l1_timer() 618 l1->d_if.ifc.l1l2(&l1->d_if.ifc, in hfc_l1_timer() 722 l1p->d_if.ifc.l1l2(&l1p->d_if.ifc, in rx_d_frame() 726 l1p->d_if.ifc.l1l2(&l1p->d_if.ifc, in rx_d_frame() 861 l1p->d_if.ifc.l1l2(&l1p->d_if.ifc, PH_DATA | CONFIRM, in tx_d_frame() 1016 l1p->d_if.ifc.l1l2(&l1p-> in hfc4s8s_bh() [all …]
|
D | hfc_usb.c | 171 struct hisax_d_if d_if; /* see hisax_if.h */ member 348 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, PH_DEACTIVATE | INDICATION, in l1_timer_expire_t3() 365 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, PH_DEACTIVATE | INDICATION, in l1_timer_expire_t4() 400 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, in s0_state_handler() 414 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, in s0_state_handler() 1008 hfc->d_if.ifc.l1l2(&hfc->d_if.ifc, in hfc_usb_l2l1() 1016 hfc->d_if.ifc.l1l2(&hfc-> in hfc_usb_l2l1() 1017 d_if. in hfc_usb_l2l1() 1196 hfc->d_if.owner = THIS_MODULE; in hfc_usb_init() 1197 hfc->d_if.ifc.priv = &hfc->fifos[HFCUSB_D_TX]; in hfc_usb_init() [all …]
|
D | config.c | 1582 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() 1880 static void EChannel_proc_rcv(struct hisax_d_if *d_if) in EChannel_proc_rcv() argument [all …]
|