Searched refs:igc_null_read_reg (Results 1 – 2 of 2) sorted by relevance
9 s32 igc_null_read_reg(struct igc_hw *hw, u32 offset, u16 *data);
56 phy->ops.read_reg = igc_null_read_reg; in igc_init_phy_ops_generic()57 phy->ops.read_reg_locked = igc_null_read_reg; in igc_init_phy_ops_generic()58 phy->ops.read_reg_page = igc_null_read_reg; in igc_init_phy_ops_generic()92 s32 igc_null_read_reg(struct igc_hw IGC_UNUSEDARG * hw, in igc_null_read_reg() function