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

/freebsd-11-stable/sys/dev/cx/
H A Dcxddk.c81 c->call_on_rx = 0;
608 if (c->call_on_rx && c->received_data) {
609 c->call_on_rx (c, c->received_data,
634 c->call_on_rx = func;
H A Dcxddk.h346 void (*call_on_rx) (struct _cx_chan_t*, char*, int); member in struct:_cx_chan_t
/freebsd-11-stable/sys/dev/ctau/
H A Dctddk.c78 c->call_on_rx = 0;
888 if (c->call_on_rx)
889 c->call_on_rx (c, c->rbuf[c->rn],
1146 c->call_on_rx = func;
H A Dctddk.h425 void (*call_on_rx) (struct _ct_chan_t*, char*, int); member in struct:_ct_chan_t

Completed in 82 milliseconds