Lines Matching defs:adapter_params
373 struct adapter_params { struct
374 struct sge_params sge;
375 struct mc5_params mc5;
376 struct tp_params tp;
377 struct vpd_params vpd;
378 struct pci_params pci;
380 const struct adapter_info *info;
383 unsigned short mtus[NMTUS];
384 unsigned short a_wnd[NCCTRL_WIN];
385 unsigned short b_wnd[NCCTRL_WIN];
387 unsigned int nports; /* # of ethernet ports */
388 unsigned int chan_map; /* bitmap of in-use Tx channels */
389 unsigned int stats_update_period; /* MAC stats accumulation period */
390 unsigned int linkpoll_period; /* link poll period in 0.1s */
391 unsigned int rev; /* chip revision */
392 unsigned int offload;