Searched refs:maxburst (Results 1 – 14 of 14) sorted by relevance
/external/iproute2/examples/ |
D | cbqinit.eth1 | 26 $BANDWIDTH rate 10Mbit allot 1514 maxburst 50 avpkt 1000 37 prio 6 maxburst 50 avpkt 1000 split 1:0 defmap ff3d 49 prio 2 maxburst 100 avpkt 1000 split 1:0 defmap c0 57 prio 7 maxburst 10 avpkt 1000 split 1:0 defmap 2 65 maxburst 20 75 prio 6 maxburst 10 split 1:7FFE defmap ffff
|
D | cbq.init-v0.7.3 | 772 allot 1514 cell 8 maxburst 20 avpkt $AVPKT $BOUNDED $ISOLATED || 946 allot 1514 cell 8 maxburst 20 avpkt $AVPKT $BOUNDED $ISOLATED
|
/external/iproute2/tc/ |
D | tc_cbq.c | 28 int ewma_log, unsigned int maxburst) in tc_cbq_calc_maxidle() argument 35 if (bndw != rate && maxburst) { in tc_cbq_calc_maxidle() 38 vxmt *= (pow(g, -(double)maxburst) - 1); in tc_cbq_calc_maxidle()
|
D | tc_cbq.h | 5 int ewma_log, unsigned maxburst);
|
D | q_cbq.c | 192 unsigned minburst = 0, maxburst = 0; in cbq_parse_class_opt() local 226 if (get_u32(&maxburst, *argv, 0)) { in cbq_parse_class_opt() 394 lss.maxidle = tc_cbq_calc_maxidle(bndw, r.rate, lss.avpkt, ewma_log, maxburst); in cbq_parse_class_opt()
|
/external/iproute2/testsuite/tests/tc/ |
D | cbq.t | 4 …0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 boun… 9 …0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 boun…
|
D | policer.t | 4 …0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 boun… 11 …0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 boun…
|
D | cls-testbed.t | 26 maxburst 1 avpkt 500 bounded
|
/external/iproute2/ |
D | README.iproute2+tc | 25 allot 1514 cell 8 weight 1Mbit prio 8 maxburst 20 avpkt 1000 30 allot 1514 cell 8 weight 100Kbit prio 3 maxburst 20 avpkt 1000 split 1:0 \ 36 allot 1514 cell 8 weight 800Kbit prio 7 maxburst 20 avpkt 1000 split 1:0 \
|
/external/u-boot/include/linux/usb/ |
D | gadget.h | 185 unsigned maxburst:5; member
|
/external/u-boot/drivers/usb/cdns3/ |
D | gadget.c | 1553 u8 maxburst = 0; in cdns3_ep_config() local 1596 maxburst = CDNS3_EP_ISO_SS_BURST - 1; in cdns3_ep_config() 1598 (maxburst + 1); in cdns3_ep_config() 1603 maxburst = CDNS3_EP_BUF_SIZE - 1; in cdns3_ep_config() 1628 EP_CFG_MAXBURST(maxburst); in cdns3_ep_config()
|
D | ep0.c | 896 priv_ep->endpoint.maxburst = 1; in cdns3_init_ep0()
|
/external/u-boot/drivers/usb/dwc3/ |
D | gadget.c | 398 u32 burst = dep->endpoint.maxburst - 1; in dwc3_gadget_set_ep_config() 1601 dep->endpoint.maxburst = 1; in dwc3_gadget_init_hw_endpoints()
|
/external/u-boot/arch/arm/dts/ |
D | stm32mp157c.dtsi | 1303 dma-maxburst = <2>;
|