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

/netbsd-current/sys/dev/ic/
H A Dclmpccvar.h87 u_int ch_obuf_size; /* Output buffer size (in bytes) */ member in struct:clmpcc_chan
H A Dclmpcc.c1003 ch->ch_obuf_size = ndqb(&tp->t_outq, 0);
1035 ch->ch_obuf_size = 0;
1229 if ( ch->ch_obuf_size > 0 ) {
1230 u_int n = uimin(ch->ch_obuf_size, ftc);
1235 ch->ch_obuf_size -= n;

Completed in 161 milliseconds