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