Searched defs:adapter_params (Results 1 – 4 of 4) sorted by relevance
186 struct adapter_params { struct187 struct sge_params sge;188 struct mc5_params mc5;189 struct tp_params tp;190 struct chelsio_pci_params pci;192 const struct board_info *brd_info;194 unsigned short mtus[NMTUS];195 unsigned int nports; /* # of ethernet ports */196 unsigned int stats_update_period;197 unsigned short chip_revision;[all …]
181 struct adapter_params { struct182 struct dev_params dev; /* general device parameters */183 struct sge_params sge; /* Scatter Gather Engine */184 struct vpd_params vpd; /* Vital Product Data */185 struct rss_params rss; /* Receive Side Scaling */186 struct vf_resources vfres; /* Virtual Function Resource limits */187 u8 nports; /* # of Ethernet "ports" */
217 struct adapter_params { struct218 struct tp_params tp;219 struct vpd_params vpd;220 struct pci_params pci;222 unsigned int sf_size; /* serial flash size in bytes */223 unsigned int sf_nsec; /* # of flash sectors */224 unsigned int sf_fw_start; /* start of FW image in flash */226 unsigned int fw_vers;227 unsigned int tp_vers;228 u8 api_vers[7];[all …]
383 struct adapter_params { struct384 struct sge_params sge;385 struct mc5_params mc5;386 struct tp_params tp;387 struct vpd_params vpd;388 struct pci_params pci;390 const struct adapter_info *info;392 unsigned short mtus[NMTUS];393 unsigned short a_wnd[NCCTRL_WIN];394 unsigned short b_wnd[NCCTRL_WIN];[all …]