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

/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.h107 /* bnx2x_phy struct */
112 struct bnx2x_phy;
114 typedef u8 (*config_init_t)(struct bnx2x_phy *phy, struct link_params *params,
116 typedef u8 (*read_status_t)(struct bnx2x_phy *phy, struct link_params *params,
118 typedef void (*link_reset_t)(struct bnx2x_phy *phy,
120 typedef void (*config_loopback_t)(struct bnx2x_phy *phy,
123 typedef void (*hw_reset_t)(struct bnx2x_phy *phy, struct link_params *params);
124 typedef void (*set_link_led_t)(struct bnx2x_phy *phy,
126 typedef void (*phy_specific_func_t)(struct bnx2x_phy *phy,
129 struct bnx2x_phy { struct
[all...]

Completed in 10 milliseconds