Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/isdn/hisax/
Dhfc4s8s_l1.c160 struct hfc4s8s_btype b_ch[2]; /* B-channel data */ member
1143 rx_b_frame(l1p->b_ch); in hfc4s8s_bh()
1148 tx_b_frame(l1p->b_ch); in hfc4s8s_bh()
1153 rx_b_frame(l1p->b_ch + 1); in hfc4s8s_bh()
1158 tx_b_frame(l1p->b_ch + 1); in hfc4s8s_bh()
1356 skb_queue_purge(&hw->l1[i].b_ch[0].tx_queue); in hfc_hardware_enable()
1357 skb_queue_purge(&hw->l1[i].b_ch[1].tx_queue); in hfc_hardware_enable()
1407 spin_lock_init(&l1p->b_ch[0].lock); in setup_instance()
1408 l1p->b_ch[0].b_if.ifc.l2l1 = (void *) bch_l2l1; in setup_instance()
1409 l1p->b_ch[0].b_if.ifc.priv = (void *) &l1p->b_ch[0]; in setup_instance()
[all …]