Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_link.h102 struct bnx2x_phy;
104 typedef u8 (*config_init_t)(struct bnx2x_phy *phy, struct link_params *params,
106 typedef u8 (*read_status_t)(struct bnx2x_phy *phy, struct link_params *params,
108 typedef void (*link_reset_t)(struct bnx2x_phy *phy,
110 typedef void (*config_loopback_t)(struct bnx2x_phy *phy,
113 typedef void (*hw_reset_t)(struct bnx2x_phy *phy, struct link_params *params);
114 typedef void (*set_link_led_t)(struct bnx2x_phy *phy,
116 typedef void (*phy_specific_func_t)(struct bnx2x_phy *phy,
119 struct bnx2x_phy { struct
242 struct bnx2x_phy phy[MAX_PHYS];
[all …]
Dbnx2x_link.c1356 static u8 bnx2x_cl45_write(struct bnx2x *bp, struct bnx2x_phy *phy, in bnx2x_cl45_write()
1425 static u8 bnx2x_cl45_read(struct bnx2x *bp, struct bnx2x_phy *phy, in bnx2x_cl45_read()
1534 struct bnx2x_phy *phy) in bnx2x_set_aer_mmd_xgxs()
1552 struct bnx2x_phy *phy) in bnx2x_set_aer_mmd_serdes()
1744 struct bnx2x_phy *phy) in bnx2x_set_master_ln()
1765 struct bnx2x_phy *phy, in bnx2x_reset_unicore()
1809 struct bnx2x_phy *phy) in bnx2x_set_swap_lanes()
1854 static void bnx2x_set_parallel_detection(struct bnx2x_phy *phy, in bnx2x_set_parallel_detection()
1907 static void bnx2x_set_autoneg(struct bnx2x_phy *phy, in bnx2x_set_autoneg()
2011 static void bnx2x_program_serdes(struct bnx2x_phy *phy, in bnx2x_program_serdes()
[all …]