Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb/
Dcommon.h179 struct adapter_params { struct
180 struct sge_params sge;
181 struct mc5_params mc5;
182 struct tp_params tp;
183 struct chelsio_pci_params pci;
185 const struct board_info *brd_info;
187 unsigned short mtus[NMTUS];
188 unsigned int nports; /* # of ethernet ports */
189 unsigned int stats_update_period;
190 unsigned short chip_revision;
[all …]
/linux-6.6.21/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-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h436 struct adapter_params { struct
437 struct sge_params sge;
438 struct tp_params tp;
439 struct vpd_params vpd;
440 struct pf_resources pfres;
441 struct pci_params pci;
442 struct devlog_params devlog;
443 enum pcie_memwin drv_memwin;
445 unsigned int cim_la_size;
447 unsigned int sf_size; /* serial flash size in bytes */
[all …]
/linux-6.6.21/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 …]