Searched refs:ixgbe_msca_cmd (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_phy.c | 668 * ixgbe_msca_cmd - Write the command register and poll for completion/timeout 672 static s32 ixgbe_msca_cmd(struct ixgbe_hw *hw, u32 cmd) in ixgbe_msca_cmd() function 702 data = ixgbe_msca_cmd(hw, cmd); in ixgbe_mii_bus_read_generic_c22() 735 data = ixgbe_msca_cmd(hw, cmd); in ixgbe_mii_bus_read_generic_c45() 740 data = ixgbe_msca_cmd(hw, cmd); in ixgbe_mii_bus_read_generic_c45() 776 err = ixgbe_msca_cmd(hw, cmd); in ixgbe_mii_bus_write_generic_c22() 807 err = ixgbe_msca_cmd(hw, cmd); in ixgbe_mii_bus_write_generic_c45() 812 err = ixgbe_msca_cmd(hw, cmd); in ixgbe_mii_bus_write_generic_c45()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_phy.c | 664 * ixgbe_msca_cmd - Write the command register and poll for completion/timeout 668 static s32 ixgbe_msca_cmd(struct ixgbe_hw *hw, u32 cmd) in ixgbe_msca_cmd() function 703 data = ixgbe_msca_cmd(hw, cmd); in ixgbe_mii_bus_read_generic() 714 data = ixgbe_msca_cmd(hw, cmd); in ixgbe_mii_bus_read_generic() 759 err = ixgbe_msca_cmd(hw, cmd); in ixgbe_mii_bus_write_generic() 764 err = ixgbe_msca_cmd(hw, cmd); in ixgbe_mii_bus_write_generic()
|
Completed in 6 milliseconds