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

/freebsd-13-stable/sys/dev/bxe/
H A Dbxe_elink.h237 /* elink_phy struct */
242 struct elink_phy;
244 typedef uint8_t (*config_init_t)(struct elink_phy *phy, struct elink_params *params,
246 typedef uint8_t (*read_status_t)(struct elink_phy *phy, struct elink_params *params,
248 typedef void (*link_reset_t)(struct elink_phy *phy,
250 typedef void (*config_loopback_t)(struct elink_phy *phy,
253 typedef void (*hw_reset_t)(struct elink_phy *phy, struct elink_params *params);
254 typedef void (*set_link_led_t)(struct elink_phy *phy,
256 typedef void (*phy_specific_func_t)(struct elink_phy *phy,
264 struct elink_phy { struct
[all...]
H A Dbxe_elink.c759 typedef elink_status_t (*read_sfp_module_eeprom_func_p)(struct elink_phy *phy,
950 static elink_status_t elink_sfp_module_detection(struct elink_phy *phy,
3415 struct elink_phy *phy,
3450 struct elink_phy *phy,
3491 static elink_status_t elink_cl45_read(struct bxe_softc *sc, struct elink_phy *phy,
3568 static elink_status_t elink_cl45_write(struct bxe_softc *sc, struct elink_phy *phy,
3781 static elink_status_t elink_eee_disable(struct elink_phy *phy,
3797 static elink_status_t elink_eee_advertise(struct elink_phy *phy,
3834 static void elink_eee_an_resolve(struct elink_phy *phy,
3994 static void elink_cl45_read_or_write(struct bxe_softc *sc, struct elink_phy *ph
[all...]

Completed in 98 milliseconds