maxburst 139 dev/ic/siopvar_common.h int maxburst;
maxburst 237 dev/pci/siop_pci_common.c siop_sc->maxburst = pci_sc->sc_pp->maxburst;
maxburst 344 dev/pci/siop_pci_common.c if (sc->maxburst) {
maxburst 351 dev/pci/siop_pci_common.c dmode |= ((sc->maxburst - 1) << DMODE_BL_SHIFT) & DMODE_BL_MASK;
maxburst 353 dev/pci/siop_pci_common.c ctest5 |= (sc->maxburst - 1) & CTEST5_BBCK;
maxburst 40 dev/pci/siop_pci_common.h u_int8_t maxburst;
maxburst 1217 net/pfvar.h u_int maxburst;
maxburst 224 netinet/tcp_output.c int maxburst = TCP_MAXBURST;
maxburst 1173 netinet/tcp_output.c if (sendalot && --maxburst)