Home
last modified time | relevance | path

Searched defs:adapter_params (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h237 struct adapter_params { struct
238 struct tp_params tp;
239 struct vpd_params vpd;
240 struct pci_params pci;
241 struct devlog_params devlog;
243 unsigned int sf_size; /* serial flash size in bytes */
244 unsigned int sf_nsec; /* # of flash sectors */
246 unsigned int fw_vers;
247 unsigned int tp_vers;
248 u8 api_vers[7];
[all …]
/titanic_41/usr/src/uts/common/io/chxge/com/
H A Dcommon.h127 struct adapter_params { struct
128 struct sge_params sge;
129 struct mc5_params mc5;
130 struct tp_params tp;
131 struct pci_params pci;
133 const struct board_info *brd_info;
135 unsigned short mtus[NMTUS];
136 unsigned int nports; /* # of ethernet ports */
137 unsigned int stats_update_period;
138 unsigned short chip_revision;
[all …]