Searched defs:adapter_params (Results 1 – 2 of 2) sorted by relevance
413 struct adapter_params { struct414 struct sge_params sge;415 struct tp_params tp; /* PF-only */416 struct vpd_params vpd;417 struct pf_resources pfres; /* PF-only */418 struct pci_params pci;419 struct devlog_params devlog; /* PF-only */420 struct rss_params rss; /* VF-only */421 struct vf_resources vfres; /* VF-only */422 unsigned int core_vdd;[all …]
385 struct adapter_params { struct386 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 …]