Searched defs:igc_phy_operations (Results 1 – 1 of 1) sorted by relevance
230 struct igc_phy_operations { struct231 int (*init_params)(struct igc_hw *);232 int (*acquire)(struct igc_hw *);233 int (*check_reset_block)(struct igc_hw *);234 int (*force_speed_duplex)(struct igc_hw *);235 int (*get_info)(struct igc_hw *);236 int (*set_page)(struct igc_hw *, uint16_t);237 int (*read_reg)(struct igc_hw *, uint32_t, uint16_t *);238 int (*read_reg_locked)(struct igc_hw *, uint32_t, uint16_t *);239 int (*read_reg_page)(struct igc_hw *, uint32_t, uint16_t *);[all …]