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

/freebsd-13-stable/sys/net/altq/
H A Daltq_priq.h105 u_int pif_bandwidth; /* link bandwidth in bps */ member in struct:priq_if
H A Daltq_fairq.h142 u_int pif_bandwidth; /* link bandwidth in bps */ member in struct:fairq_if
H A Daltq_priq.c108 pif->pif_bandwidth = a->ifbandwidth;
335 if (pif->pif_bandwidth < 8)
339 * 1000 * 1000 * 1000 / (pif->pif_bandwidth / 8);
H A Daltq_fairq.c162 pif->pif_bandwidth = a->ifbandwidth;
397 if (pif->pif_bandwidth < 8)
401 * 1000 * 1000 * 1000 / (pif->pif_bandwidth / 8);

Completed in 132 milliseconds