FreeBSD kernel CXGB device code
adapter_params Struct Reference

#include <cxgb_common.h>

Collaboration diagram for adapter_params:

Data Fields

struct sge_params sge
 
struct mc5_params mc5
 
struct tp_params tp
 
struct vpd_params vpd
 
struct pci_params pci
 
const struct adapter_infoinfo
 
unsigned short mtus [NMTUS]
 
unsigned short a_wnd [NCCTRL_WIN]
 
unsigned short b_wnd [NCCTRL_WIN]
 
unsigned int nports
 
unsigned int chan_map
 
unsigned int stats_update_period
 
unsigned int linkpoll_period
 
unsigned int rev
 
unsigned int offload
 

Detailed Description

Definition at line 387 of file cxgb_common.h.

Field Documentation

◆ a_wnd

unsigned short adapter_params::a_wnd[NCCTRL_WIN]

Definition at line 397 of file cxgb_common.h.

Referenced by t3_prep_adapter().

◆ b_wnd

unsigned short adapter_params::b_wnd[NCCTRL_WIN]

Definition at line 398 of file cxgb_common.h.

Referenced by t3_prep_adapter().

◆ chan_map

unsigned int adapter_params::chan_map

Definition at line 400 of file cxgb_common.h.

Referenced by t3_init_hw(), and t3_prep_adapter().

◆ info

const struct adapter_info* adapter_params::info

Definition at line 394 of file cxgb_common.h.

Referenced by t3_prep_adapter(), and t3_reinit_adapter().

◆ linkpoll_period

unsigned int adapter_params::linkpoll_period

Definition at line 402 of file cxgb_common.h.

Referenced by t3_prep_adapter().

◆ mc5

◆ mtus

unsigned short adapter_params::mtus[NMTUS]

Definition at line 396 of file cxgb_common.h.

Referenced by cxgb_extension_ioctl(), and t3_prep_adapter().

◆ nports

◆ offload

unsigned int adapter_params::offload

Definition at line 404 of file cxgb_common.h.

Referenced by is_offload(), and t3_prep_adapter().

◆ pci

struct pci_params adapter_params::pci

◆ rev

◆ sge

struct sge_params adapter_params::sge

◆ stats_update_period

unsigned int adapter_params::stats_update_period

Definition at line 401 of file cxgb_common.h.

Referenced by t3_prep_adapter().

◆ tp

struct tp_params adapter_params::tp

◆ vpd


The documentation for this struct was generated from the following file: