Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb/
Dcommon.h189 struct adapter_params { struct
190 struct sge_params sge;
191 struct mc5_params mc5;
192 struct tp_params tp;
193 struct chelsio_pci_params pci;
195 const struct board_info *brd_info;
197 unsigned short mtus[NMTUS];
198 unsigned int nports; /* # of ethernet ports */
199 unsigned int stats_update_period;
200 unsigned short chip_revision;
[all …]
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_common.h259 struct adapter_params { struct
260 struct dev_params dev; /* general device parameters */
261 struct sge_params sge; /* Scatter Gather Engine */
262 struct vpd_params vpd; /* Vital Product Data */
263 struct rss_params rss; /* Receive Side Scaling */
264 struct vf_resources vfres; /* Virtual Function Resource limits */
265 struct arch_specific_params arch; /* chip specific params */
266 enum chip_type chip; /* chip code */
267 u8 nports; /* # of Ethernet "ports" */
268 u8 fw_caps_support; /* 32-bit Port Capabilities */
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h361 struct adapter_params { struct
362 struct sge_params sge;
363 struct tp_params tp;
364 struct vpd_params vpd;
365 struct pf_resources pfres;
366 struct pci_params pci;
367 struct devlog_params devlog;
368 enum pcie_memwin drv_memwin;
370 unsigned int cim_la_size;
372 unsigned int sf_size; /* serial flash size in bytes */
[all …]
/Linux-v4.19/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 …]