Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dhostess_sv11.c117 sv11->chanA.rx_function = hostess_input; in hostess_open()
133 sv11->chanA.rx_function = z8530_null_rx; in hostess_close()
H A Dsealevel.c110 slvl->chan->rx_function = sealevel_input; in sealevel_open()
128 slvl->chan->rx_function = z8530_null_rx; in sealevel_close()
H A Dz85230.h291 void (*rx_function)(struct z8530_channel *, struct sk_buff *); member
H A Dz85230.c1394 c->rx_function=z8530_null_rx; in z8530_channel_load()
1688 c->rx_function(c, skb); in z8530_rx_done()
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/wan/
H A Dz8530book.rst164 Once the port is open it will call the rx_function of each channel