Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cx/
HDcxddk.c81 c->call_on_rx = 0; in cx_open_board()
608 if (c->call_on_rx && c->received_data) { in cx_int_handler()
609 c->call_on_rx (c, c->received_data, in cx_int_handler()
634 c->call_on_rx = func; in cx_register_receive()
HDcxddk.h346 void (*call_on_rx) (struct _cx_chan_t*, char*, int); member
/NextBSD/sys/dev/ctau/
HDctddk.c78 c->call_on_rx = 0; in ct_open_board()
888 if (c->call_on_rx) in ct_hdlc_interrupt()
889 c->call_on_rx (c, c->rbuf[c->rn], in ct_hdlc_interrupt()
1146 c->call_on_rx = func; in ct_register_receive()
HDctddk.h425 void (*call_on_rx) (struct _ct_chan_t*, char*, int); member