Searched refs:bursts (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsun_esp.c171 u8 bursts; local
173 bursts = of_getintprop_default(dp, "burst-sizes", 0xff);
178 bursts &= val;
185 bursts &= val;
188 if (bursts == 0xff ||
189 (bursts & DMA_BURST16) == 0 ||
190 (bursts & DMA_BURST32) == 0)
191 bursts = (DMA_BURST32 - 1);
193 esp->bursts = bursts;
[all...]
H A Dqlogicpti.c153 u8 bursts = qpti->bursts; local
156 * 64-byte bursts and that setting the B64 bit actually
160 if (sbus_can_burst64(qpti->sdev) && (bursts & DMA_BURST64)) {
164 if (bursts & DMA_BURST32) {
166 } else if (bursts & DMA_BURST16) {
168 } else if (bursts & DMA_BURST8) {
171 val = 0; /* No sbus bursts for you... */
754 u8 bursts, bmask; local
756 bursts
[all...]
H A Desp_scsi.h458 u8 bursts; member in struct:esp
541 * DMA burst bit mask in esp->bursts, if necessary
H A Dqlogicpti.h369 unsigned char bursts; member in struct:qlogicpti
393 #define SBUS_CFG1_B64 0x0003 /* Enable 64byte bursts */
394 #define SBUS_CFG1_B32 0x0002 /* Enable 32byte bursts */
395 #define SBUS_CFG1_B16 0x0001 /* Enable 16byte bursts */
396 #define SBUS_CFG1_B8 0x0008 /* Enable 8byte bursts */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsbus.c573 void sbus_set_sbus64(struct sbus_dev *sdev, int bursts) argument
617 if (bursts & DMA_BURST8)
619 if (bursts & DMA_BURST16)
621 if (bursts & DMA_BURST32)
623 if (bursts & DMA_BURST64)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dfore200e.c755 unsigned int bursts; local
773 bursts = prom_getintdefault(sbus_dev->bus->prom_node, "burst-sizes", 0x00);
776 sbus_set_sbus64(sbus_dev, bursts);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex1285 measured in bytes. It limits maximal data bursts that our TCP

Completed in 146 milliseconds