Home
last modified time | relevance | path

Searched refs:bnx2x_phy (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.h127 struct bnx2x_phy;
129 typedef u8 (*config_init_t)(struct bnx2x_phy *phy, struct link_params *params,
131 typedef u8 (*read_status_t)(struct bnx2x_phy *phy, struct link_params *params,
133 typedef void (*link_reset_t)(struct bnx2x_phy *phy,
135 typedef void (*config_loopback_t)(struct bnx2x_phy *phy,
138 typedef void (*hw_reset_t)(struct bnx2x_phy *phy, struct link_params *params);
139 typedef void (*set_link_led_t)(struct bnx2x_phy *phy,
141 typedef void (*phy_specific_func_t)(struct bnx2x_phy *phy,
149 struct bnx2x_phy { struct
287 struct bnx2x_phy phy[MAX_PHYS];
[all …]
Dbnx2x_link.c32 typedef int (*read_sfp_module_eeprom_func_p)(struct bnx2x_phy *phy,
223 static int bnx2x_sfp_module_detection(struct bnx2x_phy *phy,
2599 struct bnx2x_phy *phy, in bnx2x_cl22_write()
2634 struct bnx2x_phy *phy, in bnx2x_cl22_read()
2675 static int bnx2x_cl45_read(struct bnx2x *bp, struct bnx2x_phy *phy, in bnx2x_cl45_read()
2750 static int bnx2x_cl45_write(struct bnx2x *bp, struct bnx2x_phy *phy, in bnx2x_cl45_write()
2961 static int bnx2x_eee_disable(struct bnx2x_phy *phy, in bnx2x_eee_disable()
2977 static int bnx2x_eee_advertise(struct bnx2x_phy *phy, in bnx2x_eee_advertise()
3014 static void bnx2x_eee_an_resolve(struct bnx2x_phy *phy, in bnx2x_eee_an_resolve()
3177 static void bnx2x_cl45_read_or_write(struct bnx2x *bp, struct bnx2x_phy *phy, in bnx2x_cl45_read_or_write()
[all …]