Home
last modified time | relevance | path

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

/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
Dcommon.h188 struct adapter_params { struct
189 struct sge_params sge;
190 struct mc5_params mc5;
191 struct tp_params tp;
192 struct chelsio_pci_params pci;
194 const struct board_info *brd_info;
196 unsigned short mtus[NMTUS];
197 unsigned int nports; /* # of ethernet ports */
198 unsigned int stats_update_period;
199 unsigned short chip_revision;
[all …]
/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_common.h260 struct adapter_params { struct
261 struct dev_params dev; /* general device parameters */
262 struct sge_params sge; /* Scatter Gather Engine */
263 struct vpd_params vpd; /* Vital Product Data */
264 struct rss_params rss; /* Receive Side Scaling */
265 struct vf_resources vfres; /* Virtual Function Resource limits */
266 struct arch_specific_params arch; /* chip specific params */
267 enum chip_type chip; /* chip code */
268 u8 nports; /* # of Ethernet "ports" */
269 u8 fw_caps_support; /* 32-bit Port Capabilities */
/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h438 struct adapter_params { struct
439 struct sge_params sge;
440 struct tp_params tp;
441 struct vpd_params vpd;
442 struct pf_resources pfres;
443 struct pci_params pci;
444 struct devlog_params devlog;
445 enum pcie_memwin drv_memwin;
447 unsigned int cim_la_size;
449 unsigned int sf_size; /* serial flash size in bytes */
[all …]
/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
Dcommon.h381 struct adapter_params { struct
382 struct sge_params sge;
383 struct mc5_params mc5;
384 struct tp_params tp;
385 struct vpd_params vpd;
386 struct pci_params pci;
388 const struct adapter_info *info;
390 unsigned short mtus[NMTUS];
391 unsigned short a_wnd[NCCTRL_WIN];
392 unsigned short b_wnd[NCCTRL_WIN];
[all …]