Searched refs:packets_out (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/sys/dev/usb/misc/
H A Dudbp.h64 uint32_t packets_out; /* packets out towards downstream */ member in struct:ngudbpstat
76 { "packets_out", &ng_parse_int32_type }, \
H A Dudbp.c667 stats->packets_out = sc->sc_packets_out;
/freebsd-10.0-release/sys/netgraph/
H A Dng_sample.h73 u_int32_t packets_out; /* packets out towards downstream */ member in struct:ngxxxstat
85 { "packets_out", &ng_parse_uint32_type }, \
H A Dng_etf.h63 u_int32_t packets_out; /* packets out towards downstream */ member in struct:ng_etfstat
71 { "packets_out", &ng_parse_uint32_type }, \
H A Dng_sample.c136 u_int packets_out; /* packets out towards downstream */ member in struct:XXX
282 stats->packets_out = xxxp->packets_out;
346 xxxp->packets_out++;
H A Dng_etf.c149 u_int packets_out; /* packets out towards downstream */ member in struct:ETF
208 etfp->packets_out = 0;
270 stats->packets_out = etfp->packets_out;
423 etfp->packets_out++;
H A Dng_pppoe.h94 u_int packets_out; /* packets out towards ethernet */ member in struct:ngpppoestat
100 { "packets_out", &ng_parse_uint_type }, \
H A Dng_pppoe.c258 u_int packets_out; /* packets out towards ethernet */ member in struct:PPPoE
834 stats->packets_out = privp->packets_out;
1172 privp->packets_out++;
1256 privp->packets_out++;
1681 privp->packets_out++;
/freebsd-10.0-release/sys/dev/oce/
H A Doce_queue.c426 rq->packets_out = 0;
1151 pd = &rq->pckts[rq->packets_out];
1159 if ((rq->packets_out + 1) == OCE_RQ_PACKET_ARRAY_SIZE)
1160 rq->packets_out = 0;
1162 rq->packets_out++;
1219 rq->packets_out = 0;
H A Doce_if.c1325 if (rq->packets_out == rq->packets_in) {
1329 out = rq->packets_out + 1;
1332 pd = &rq->pckts[rq->packets_out];
1333 rq->packets_out = out;
1446 if (rq->packets_out == rq->packets_in) {
1450 out = rq->packets_out + 1;
1453 pd = &rq->pckts[rq->packets_out];
1454 rq->packets_out = out;
1571 if (in == rq->packets_out)
H A Doce_if.h746 uint32_t packets_out; member in struct:oce_rq

Completed in 114 milliseconds