Searched refs:packets_out (Results 1 – 11 of 11) sorted by relevance
149 u_int packets_out; /* packets out towards downstream */ member208 etfp->packets_out = 0; in ng_etf_newhook()270 stats->packets_out = etfp->packets_out; in ng_etf_rcvmsg()423 etfp->packets_out++; in ng_etf_rcvdata()
136 u_int packets_out; /* packets out towards downstream */ member282 stats->packets_out = xxxp->packets_out; in ng_xxx_rcvmsg()346 xxxp->packets_out++; in ng_xxx_rcvdata()
73 u_int32_t packets_out; /* packets out towards downstream */ member
63 u_int32_t packets_out; /* packets out towards downstream */ member
102 u_int packets_out; /* packets out towards ethernet */ member
281 u_int packets_out; /* packets out towards ethernet */ member909 stats->packets_out = privp->packets_out; in ng_pppoe_rcvmsg()1447 privp->packets_out++; in ng_pppoe_rcvdata()1531 privp->packets_out++; in ng_pppoe_rcvdata()1971 privp->packets_out++; in ng_pppoe_rcvdata_debug()
64 uint32_t packets_out; /* packets out towards downstream */ member
667 stats->packets_out = sc->sc_packets_out; in ng_udbp_rcvmsg()
426 rq->packets_out = 0; in oce_rq_init()1151 pd = &rq->pckts[rq->packets_out]; in oce_free_posted_rxbuf()1159 if ((rq->packets_out + 1) == OCE_RQ_PACKET_ARRAY_SIZE) in oce_free_posted_rxbuf()1160 rq->packets_out = 0; in oce_free_posted_rxbuf()1162 rq->packets_out++; in oce_free_posted_rxbuf()1219 rq->packets_out = 0; in oce_start_rx()
1320 if (rq->packets_out == rq->packets_in) { in oce_rx()1324 out = rq->packets_out + 1; in oce_rx()1327 pd = &rq->pckts[rq->packets_out]; in oce_rx()1328 rq->packets_out = out; in oce_rx()1441 if (rq->packets_out == rq->packets_in) { in oce_discard_rx_comp()1445 out = rq->packets_out + 1; in oce_discard_rx_comp()1448 pd = &rq->pckts[rq->packets_out]; in oce_discard_rx_comp()1449 rq->packets_out = out; in oce_discard_rx_comp()1566 if (in == rq->packets_out) in oce_alloc_rx_bufs()
745 uint32_t packets_out; member