Home | History | Annotate | Download | only in igc

Lines Matching refs:igc_hw

14 void	igc_init_phy_ops_generic(struct igc_hw *);
15 int igc_null_read_reg(struct igc_hw *, uint32_t, uint16_t *);
16 void igc_null_phy_generic(struct igc_hw *);
17 int igc_null_lplu_state(struct igc_hw *, bool);
18 int igc_null_write_reg(struct igc_hw *, uint32_t, uint16_t);
19 int igc_null_set_page(struct igc_hw *, uint16_t);
20 int igc_check_downshift_generic(struct igc_hw *);
21 int igc_check_reset_block_generic(struct igc_hw *);
22 int igc_get_phy_id(struct igc_hw *);
23 int igc_phy_hw_reset_generic(struct igc_hw *);
24 int igc_phy_reset_dsp_generic(struct igc_hw *);
25 int igc_set_d3_lplu_state_generic(struct igc_hw *, bool);
26 int igc_setup_copper_link_generic(struct igc_hw *);
27 int igc_phy_has_link_generic(struct igc_hw *, uint32_t, uint32_t, bool *);
28 int igc_determine_phy_address(struct igc_hw *);
29 int igc_enable_phy_wakeup_reg_access_bm(struct igc_hw *, uint16_t *);
30 int igc_disable_phy_wakeup_reg_access_bm(struct igc_hw *, uint16_t *);
31 void igc_power_up_phy_copper(struct igc_hw *);
32 void igc_power_down_phy_copper(struct igc_hw *);
33 int igc_read_phy_reg_mdic(struct igc_hw *, uint32_t offset, uint16_t *);
34 int igc_write_phy_reg_mdic(struct igc_hw *, uint32_t offset, uint16_t);
35 int igc_read_xmdio_reg(struct igc_hw *, uint16_t, uint8_t, uint16_t *);
36 int igc_write_xmdio_reg(struct igc_hw *, uint16_t, uint8_t, uint16_t);
37 int igc_write_phy_reg_gpy(struct igc_hw *, uint32_t, uint16_t);
38 int igc_read_phy_reg_gpy(struct igc_hw *, uint32_t, uint16_t *);
39 int igc_wait_autoneg(struct igc_hw *);