Home
last modified time | relevance | path

Searched defs:adapter_info (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_common.h154 struct adapter_info { struct
155 unsigned char nports0; /* # of ports on channel 0 */
156 unsigned char nports1; /* # of ports on channel 1 */
157 unsigned char phy_base_addr; /* MDIO PHY base address */
158 unsigned int gpio_out; /* GPIO output settings */
159 unsigned char gpio_intr[MAX_PHYINTRS]; /* GPIO PHY IRQ pins */
160 unsigned long caps; /* adapter capabilities */
161 const struct mdio_ops *mdio_ops; /* MDIO operations */
162 const char *desc; /* product description */
643 #define adapter_info(adap) ((adap)->params.info) macro
/freebsd/sys/dev/ips/
H A Dips.h132 ips_adapter_info_t adapter_info; member
/freebsd/sys/dev/ice/
H A Dice_nvm.c2113 u32 module, flags, adapter_info; ice_handle_nvm_access() local