Lines Matching defs:adapter_params
381 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];
394 unsigned int nports; /* # of ethernet ports */
395 unsigned int chan_map; /* bitmap of in-use Tx channels */
396 unsigned int stats_update_period; /* MAC stats accumulation period */
397 unsigned int linkpoll_period; /* link poll period in 0.1s */
398 unsigned int rev; /* chip revision */
399 unsigned int offload;