Searched defs:elink_phy (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dclc.h234 /* elink_phy struct */
239 struct elink_phy;
241 typedef u8 (*config_init_t)(struct elink_phy *phy, struct elink_params *params,
243 typedef u8 (*read_status_t)(struct elink_phy *phy, struct elink_params *params,
245 typedef void (*link_reset_t)(struct elink_phy *phy,
247 typedef void (*config_loopback_t)(struct elink_phy *phy,
250 typedef void (*hw_reset_t)(struct elink_phy *phy, struct elink_params *params);
251 typedef void (*set_link_led_t)(struct elink_phy *phy,
253 typedef void (*phy_specific_func_t)(struct elink_phy *phy,
261 struct elink_phy { struct
[all...]

Completed in 62 milliseconds