Lines Matching defs:adapter_params
385 struct adapter_params { struct
386 struct sge_params sge;
387 struct mc5_params mc5;
388 struct tp_params tp;
389 struct vpd_params vpd;
390 struct pci_params pci;
392 const struct adapter_info *info;
394 unsigned short mtus[NMTUS];
395 unsigned short a_wnd[NCCTRL_WIN];
396 unsigned short b_wnd[NCCTRL_WIN];
397 unsigned int nports; /* # of ethernet ports */
398 unsigned int chan_map; /* bitmap of in-use Tx channels */
399 unsigned int stats_update_period; /* MAC stats accumulation period */
400 unsigned int linkpoll_period; /* link poll period in 0.1s */
401 unsigned int rev; /* chip revision */
402 unsigned int offload;