Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/wan/
Dcomx-proto-ppp.c181 ch->LINE_rx = NULL; in syncppp_exit()
218 ch->LINE_rx = sppp_input; in syncppp_init()
Dcomx.h86 void (*LINE_rx)(struct net_device *dev, struct sk_buff *skb); member
Dcomx-proto-lapb.c402 ch->LINE_rx = NULL; in comxlapb_exit()
435 ch->LINE_rx = comxlapb_rx; in comxlapb_init()
Dcomx-proto-fr.c742 ch->LINE_rx = NULL; in fr_exit()
794 ch->LINE_rx = fr_rx; in fr_master_init()
853 ch->LINE_rx = fr_rx; in fr_slave_init()
Dcomx-hw-mixcom.c335 if (ch->LINE_rx) { in mixcom_receive_frame()
336 ch->LINE_rx(dev, hw->recving); in mixcom_receive_frame()
Dcomx-hw-locomx.c95 ch->LINE_rx(dev,skb); in locomx_rx()
Dcomx-hw-comx.c298 ch->LINE_rx(dev, skb); in comx_read_buffer()
405 if ((ch->line_status & LINE_UP) && ch->LINE_rx) { in COMX_interrupt()
Dcomx-hw-munich.c1222 ch->LINE_rx(dev, skb); in MUNICH_interrupt()