Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h359 struct adapter_params { struct
360 struct sge_params sge;
361 struct tp_params tp; /* PF-only */
362 struct vpd_params vpd;
363 struct pci_params pci;
364 struct devlog_params devlog; /* PF-only */
365 struct rss_params rss; /* VF-only */
366 struct vf_resources vfres; /* VF-only */
367 unsigned int core_vdd;
369 unsigned int sf_size; /* serial flash size in bytes */
[all …]
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_common.h385 struct adapter_params { struct
386 struct sge_params sge;
387 struct mc5_params mc5;
388 struct tp_params tp;
389 struct vpd_params vpd;
390 struct pci_params pci;
392 const struct adapter_info *info;
394 unsigned short mtus[NMTUS];
395 unsigned short a_wnd[NCCTRL_WIN];
396 unsigned short b_wnd[NCCTRL_WIN];
[all …]