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

/freebsd-10-stable/sys/dev/cx/
H A Dcxddk.c80 c->call_on_tx = 0;
563 if (c->call_on_tx)
564 c->call_on_tx (c, c->attach[1], len);
567 if (c->call_on_tx)
568 c->call_on_tx (c, c->attach[0], len);
628 c->call_on_tx = func;
H A Dcxddk.h347 void (*call_on_tx) (struct _cx_chan_t*, void*, int); member in struct:_cx_chan_t
/freebsd-10-stable/sys/dev/ctau/
H A Dctddk.c77 c->call_on_tx = 0;
982 if (c->call_on_tx)
983 c->call_on_tx (c, c->attach[c->tn],
1141 c->call_on_tx = func;
H A Dctddk.h424 void (*call_on_tx) (struct _ct_chan_t*, void*, int); member in struct:_ct_chan_t

Completed in 104 milliseconds