FreeBSD kernel CXGB device code
adapter_info Struct Reference

#include <cxgb_common.h>

Collaboration diagram for adapter_info:

Data Fields

unsigned char nports0
 
unsigned char nports1
 
unsigned char phy_base_addr
 
unsigned int gpio_out
 
unsigned char gpio_intr [MAX_PHYINTRS]
 
unsigned long caps
 
const struct mdio_opsmdio_ops
 
const char * desc
 

Detailed Description

Definition at line 156 of file cxgb_common.h.

Field Documentation

◆ caps

unsigned long adapter_info::caps

Definition at line 162 of file cxgb_common.h.

Referenced by cxgb_controller_attach().

◆ desc

const char* adapter_info::desc

Definition at line 164 of file cxgb_common.h.

Referenced by cxgb_controller_attach(), and cxgb_controller_probe().

◆ gpio_intr

unsigned char adapter_info::gpio_intr[MAX_PHYINTRS]

Definition at line 161 of file cxgb_common.h.

◆ gpio_out

unsigned int adapter_info::gpio_out

Definition at line 160 of file cxgb_common.h.

Referenced by early_hw_init().

◆ mdio_ops

const struct mdio_ops* adapter_info::mdio_ops

Definition at line 163 of file cxgb_common.h.

Referenced by t3_prep_adapter().

◆ nports0

unsigned char adapter_info::nports0

Definition at line 157 of file cxgb_common.h.

Referenced by cxgb_controller_attach(), cxgb_controller_probe(), and t3_prep_adapter().

◆ nports1

unsigned char adapter_info::nports1

Definition at line 158 of file cxgb_common.h.

Referenced by cxgb_controller_probe(), and t3_prep_adapter().

◆ phy_base_addr

unsigned char adapter_info::phy_base_addr

Definition at line 159 of file cxgb_common.h.

Referenced by t3_prep_adapter().


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