Searched refs:maxburst (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dsiop_pci_common.h35 uint8_t maxburst; member in struct:siop_product_desc
H A Dsiop_pci_common.c266 siop_sc->maxburst = pci_sc->sc_pp->maxburst;
377 if (sc->maxburst) {
384 dmode |= ((sc->maxburst - 1) << DMODE_BL_SHIFT) & DMODE_BL_MASK;
386 ctest5 |= (sc->maxburst - 1) & CTEST5_BBCK;
/netbsd-current/usr.sbin/altq/libaltq/
H A Dqop_cbq.h67 u_int maxburst; member in struct:cbq_classinfo
84 u_int maxdelay, u_int maxburst, u_int minburst,
89 u_int maxdelay, u_int maxburst, u_int minburst,
97 u_int maxdelay, u_int maxburst, u_int minburst,
101 u_int maxdelay, u_int maxburst, u_int minburst,
H A Dqop_cbq.c174 u_int maxburst = 0; /* 0 means default */ local
242 } else if (EQUAL(*argv, "maxburst")) {
245 maxburst = strtoul(*argv, NULL, 0);
300 maxdelay, maxburst, minburst,
329 u_int maxdelay, u_int maxburst, u_int minburst,
370 maxdelay, maxburst, minburst,
386 maxdelay, maxburst, minburst, av_pkt_size,
406 u_int maxdelay, u_int maxburst, u_int minburst,
419 maxdelay, maxburst, minburst,
524 u_int maxdelay, u_int maxburst, u_in
326 qcmd_cbq_add_class(const char *ifname, const char *class_name, const char *parent_name, const char *borrow_name, u_int pri, u_int bandwidth, u_int maxdelay, u_int maxburst, u_int minburst, u_int av_pkt_size, u_int max_pkt_size, int admission_type, int flags) argument
404 qcmd_cbq_modify_class(const char *ifname, const char *class_name, u_int pri, u_int bandwidth, u_int maxdelay, u_int maxburst, u_int minburst, u_int av_pkt_size, u_int max_pkt_size, int flags) argument
521 qop_cbq_add_class(struct classinfo **rp, const char *class_name, struct ifinfo *ifinfo, struct classinfo *parent, struct classinfo *borrow, u_int pri, u_int bandwidth, u_int maxdelay, u_int maxburst, u_int minburst, u_int av_pkt_size, u_int max_pkt_size, int admission_type, int flags) argument
671 qop_cbq_modify_class(struct classinfo *clinfo, u_int pri, u_int bandwidth, u_int maxdelay, u_int maxburst, u_int minburst, u_int av_pkt_size, u_int max_pkt_size, int flags) argument
767 cbq_class_spec(struct ifinfo *ifinfo, u_long parent_class, u_long borrow_class, u_int pri, int flags, u_int bandwidth, u_int maxdelay, u_int maxburst, u_int minburst, u_int av_pkt_size, u_int max_pkt_size, cbq_class_spec_t *cl_spec) argument
[all...]
/netbsd-current/dist/pf/sbin/pfctl/
H A Dpfctl_altq.c432 u_int minburst, maxburst; local
437 maxburst = opts->maxburst;
463 if (maxburst == 0) { /* use default */
465 maxburst = 4;
467 maxburst = 16;
471 if (minburst > maxburst)
472 minburst = maxburst;
476 gton = pow(g, (double)maxburst);
500 opts->maxburst
[all...]
/netbsd-current/sys/dev/ic/
H A Dsiopvar_common.h132 int maxburst; member in struct:siop_common_softc
/netbsd-current/sys/arch/hppa/dev/
H A Dsiop_sgc.c110 sc->sc_c.maxburst = 4;
/netbsd-current/sys/arch/hppa/gsc/
H A Dsiop_gsc.c102 sc->sc_c.maxburst = 4;
/netbsd-current/sys/netinet/
H A Dtcp_output.c524 int maxburst = TCP_MAXBURST; local
1653 if (maxburst < 0)
1654 printf("tcp_output: maxburst exceeded by %d\n", -maxburst);
1656 if (sendalot && (tp->t_congctl == &tcp_reno_ctl || --maxburst))
/netbsd-current/sys/arch/prep/stand/boot/
H A Dsiop.c80 const int maxburst = 4; /* 53c810 */ local
87 ctest5 |= (maxburst - 1) & CTEST5_BBCK;
92 dmode |= ((maxburst - 1) << DMODE_BL_SHIFT) & DMODE_BL_MASK;
/netbsd-current/sys/arch/bebox/stand/boot/
H A Dsiop.c84 const int maxburst = 4; /* 53c810 */ local
91 ctest5 |= (maxburst - 1) & CTEST5_BBCK;
96 dmode |= ((maxburst - 1) << DMODE_BL_SHIFT) & DMODE_BL_MASK;
/netbsd-current/sys/dist/pf/net/
H A Dpfvar.h1253 u_int maxburst; member in struct:cbq_opts

Completed in 284 milliseconds