Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 344877
Collapse All | Expand All

(-)include/bc_dts_glob_lnx.h.orig (-1 / +1 lines)
Lines 76-82 enum _BC_DTS_GLOBALS { Link Here
76
	BC_LINK_MAX_OPENS	= 3,		/* Maximum simultaneous opens*/
76
	BC_LINK_MAX_OPENS	= 3,		/* Maximum simultaneous opens*/
77
	BC_LINK_MAX_SGLS	= 1024,		/* Maximum SG elements 4M/4K */
77
	BC_LINK_MAX_SGLS	= 1024,		/* Maximum SG elements 4M/4K */
78
	BC_TX_LIST_CNT		= 2,		/* Max Tx DMA Rings */
78
	BC_TX_LIST_CNT		= 2,		/* Max Tx DMA Rings */
79
	BC_RX_LIST_CNT		= 16,		/* Max Rx DMA Rings*/
79
	BC_RX_LIST_CNT		= 8,		/* Max Rx DMA Rings*/
80
	BC_PROC_OUTPUT_TIMEOUT	= 2000,		/* Milliseconds */
80
	BC_PROC_OUTPUT_TIMEOUT	= 2000,		/* Milliseconds */
81
	BC_INFIFO_THRESHOLD	= 0x10000,
81
	BC_INFIFO_THRESHOLD	= 0x10000,
82
};
82
};

Return to bug 344877