Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgbe/common/
HDcommon.h255 struct adapter_params { struct
256 struct tp_params tp;
257 struct vpd_params vpd;
258 struct pci_params pci;
259 struct devlog_params devlog;
261 unsigned int sf_size; /* serial flash size in bytes */
262 unsigned int sf_nsec; /* # of flash sectors */
264 unsigned int fw_vers;
265 unsigned int tp_vers;
267 unsigned short mtus[NMTUS];
[all …]
/NextBSD/sys/dev/cxgb/common/
HDcxgb_common.h386 struct adapter_params { struct
387 struct sge_params sge;
388 struct mc5_params mc5;
389 struct tp_params tp;
390 struct vpd_params vpd;
391 struct pci_params pci;
393 const struct adapter_info *info;
395 unsigned short mtus[NMTUS];
396 unsigned short a_wnd[NCCTRL_WIN];
397 unsigned short b_wnd[NCCTRL_WIN];
[all …]