Searched refs:elink_phy (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/dev/bxe/ |
| D | bxe_elink.h | 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 426 struct elink_phy phy[ELINK_MAX_PHYS]; [all …]
|
| D | bxe_elink.c | 759 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, in elink_cl22_write() 3450 struct elink_phy *phy, in elink_cl22_read() 3491 static elink_status_t elink_cl45_read(struct bxe_softc *sc, struct elink_phy *phy, in elink_cl45_read() 3568 static elink_status_t elink_cl45_write(struct bxe_softc *sc, struct elink_phy *phy, in elink_cl45_write() 3781 static elink_status_t elink_eee_disable(struct elink_phy *phy, in elink_eee_disable() 3797 static elink_status_t elink_eee_advertise(struct elink_phy *phy, in elink_eee_advertise() 3834 static void elink_eee_an_resolve(struct elink_phy *phy, in elink_eee_an_resolve() 3994 static void elink_cl45_read_or_write(struct bxe_softc *sc, struct elink_phy *phy, in elink_cl45_read_or_write() [all …]
|