Searched refs:elink_phy (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/bxe/ |
H A D | bxe_elink.h | 240 struct elink_phy; 242 typedef uint8_t (*config_init_t)(struct elink_phy *phy, struct elink_params *params, 244 typedef uint8_t (*read_status_t)(struct elink_phy *phy, struct elink_params *params, 246 typedef void (*link_reset_t)(struct elink_phy *phy, 248 typedef void (*config_loopback_t)(struct elink_phy *phy, 251 typedef void (*hw_reset_t)(struct elink_phy *phy, struct elink_params *params); 252 typedef void (*set_link_led_t)(struct elink_phy *phy, 254 typedef void (*phy_specific_func_t)(struct elink_phy *phy, 262 struct elink_phy { struct 424 struct elink_phy phy[ELINK_MAX_PHYS]; [all …]
|
H A D | bxe_elink.c | 757 typedef elink_status_t (*read_sfp_module_eeprom_func_p)(struct elink_phy *phy, 948 static elink_status_t elink_sfp_module_detection(struct elink_phy *phy, 3413 struct elink_phy *phy, in elink_cl22_write() 3448 struct elink_phy *phy, in elink_cl22_read() 3489 static elink_status_t elink_cl45_read(struct bxe_softc *sc, struct elink_phy *phy, in elink_cl45_read() 3566 static elink_status_t elink_cl45_write(struct bxe_softc *sc, struct elink_phy *phy, in elink_cl45_write() 3779 static elink_status_t elink_eee_disable(struct elink_phy *phy, in elink_eee_disable() 3795 static elink_status_t elink_eee_advertise(struct elink_phy *phy, in elink_eee_advertise() 3832 static void elink_eee_an_resolve(struct elink_phy *phy, in elink_eee_an_resolve() 3992 static void elink_cl45_read_or_write(struct bxe_softc *sc, struct elink_phy *phy, in elink_cl45_read_or_write() [all …]
|