Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/dev/cxgbe/common/t4_hw.h 247122 2013-02-21 20:13:15Z np $
---
> * $FreeBSD: head/sys/dev/cxgbe/common/t4_hw.h 248925 2013-03-30 02:26:20Z np $
36,51c36,55
< NCHAN = 4, /* # of HW channels */
< MAX_MTU = 9600, /* max MAC MTU, excluding header + FCS */
< EEPROMSIZE = 17408, /* Serial EEPROM physical size */
< EEPROMVSIZE = 32768, /* Serial EEPROM virtual address space size */
< EEPROMPFSIZE = 1024, /* EEPROM writable area size for PFn, n>0 */
< RSS_NENTRIES = 2048, /* # of entries in RSS mapping table */
< TCB_SIZE = 128, /* TCB size */
< NMTUS = 16, /* size of MTU table */
< NCCTRL_WIN = 32, /* # of congestion control windows */
< NTX_SCHED = 8, /* # of HW Tx scheduling queues */
< PM_NSTATS = 5, /* # of PM stats */
< MBOX_LEN = 64, /* mailbox size in bytes */
< TRACE_LEN = 112, /* length of trace data and mask */
< FILTER_OPT_LEN = 36, /* filter tuple width for optional components */
< NWOL_PAT = 8, /* # of WoL patterns */
< WOL_PAT_LEN = 128, /* length of WoL patterns */
---
> NCHAN = 4, /* # of HW channels */
> MAX_MTU = 9600, /* max MAC MTU, excluding header + FCS */
> EEPROMSIZE = 17408, /* Serial EEPROM physical size */
> EEPROMVSIZE = 32768, /* Serial EEPROM virtual address space size */
> EEPROMPFSIZE = 1024, /* EEPROM writable area size for PFn, n>0 */
> RSS_NENTRIES = 2048, /* # of entries in RSS mapping table */
> TCB_SIZE = 128, /* TCB size */
> NMTUS = 16, /* size of MTU table */
> NCCTRL_WIN = 32, /* # of congestion control windows */
> NTX_SCHED = 8, /* # of HW Tx scheduling queues */
> PM_NSTATS = 5, /* # of PM stats */
> MBOX_LEN = 64, /* mailbox size in bytes */
> TRACE_LEN = 112, /* length of trace data and mask */
> FILTER_OPT_LEN = 36, /* filter tuple width of optional components */
> NWOL_PAT = 8, /* # of WoL patterns */
> WOL_PAT_LEN = 128, /* length of WoL patterns */
> UDBS_SEG_SIZE = 128, /* Segment size of BAR2 doorbells */
> UDBS_SEG_SHIFT = 7, /* log2(UDBS_SEG_SIZE) */
> UDBS_DB_OFFSET = 8, /* offset of the 4B doorbell in a segment */
> UDBS_WR_OFFSET = 64, /* offset of the work request in a segment */
56a61
> CIM_NUM_OBQ_T5 = 8, /* # of CIM OBQs for T5 adapter */
82a88
> SGE_MAX_IQ_SIZE = 65520,
224c230
< FLASH_FW_NSECS = 8,
---
> FLASH_FW_NSECS = 16,