Searched refs:received_data (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/cx/
H A Dcxddk.c460 c->received_data = buf;
518 c->received_data = c->brbuf;
521 c->received_data = c->arbuf;
608 if (c->call_on_rx && c->received_data) {
609 c->call_on_rx (c, c->received_data,
611 c->received_data = 0;
H A Dcxddk.h342 char *received_data; member in struct:_cx_chan_t

Completed in 211 milliseconds