Searched refs:phy_output (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_common.h | 265 ice_aq_set_phy_rec_clk_out(struct ice_hw *hw, u8 phy_output, bool enable, 268 ice_aq_get_phy_rec_clk_out(struct ice_hw *hw, u8 *phy_output, u8 *port_num,
|
D | ice_common.c | 5466 ice_aq_set_phy_rec_clk_out(struct ice_hw *hw, u8 phy_output, bool enable, in ice_aq_set_phy_rec_clk_out() argument 5475 cmd->phy_output = phy_output; in ice_aq_set_phy_rec_clk_out() 5499 ice_aq_get_phy_rec_clk_out(struct ice_hw *hw, u8 *phy_output, u8 *port_num, in ice_aq_get_phy_rec_clk_out() argument 5508 cmd->phy_output = *phy_output; in ice_aq_get_phy_rec_clk_out() 5512 *phy_output = cmd->phy_output; in ice_aq_get_phy_rec_clk_out()
|
D | ice_adminq_cmd.h | 1427 u8 phy_output; member 1440 u8 phy_output; member
|