Home
last modified time | relevance | path

Searched refs:tce_cnts (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/net/altq/
Daltq_cdnr.c1159 tce.tce_cnts[0] = tbm->in_cnt;
1160 tce.tce_cnts[1] = tbm->out_cnt;
1164 tce.tce_cnts[0] = tcm->green_cnt;
1165 tce.tce_cnts[1] = tcm->yellow_cnt;
1166 tce.tce_cnts[2] = tcm->red_cnt;
1170 tce.tce_cnts[0] = tsw->green_cnt;
1171 tce.tce_cnts[1] = tsw->yellow_cnt;
1172 tce.tce_cnts[2] = tsw->red_cnt;
Daltq_cdnr.h183 struct pktcntr tce_cnts[3]; /* tcm returns 3 counters */ member