Home
last modified time | relevance | path

Searched refs:phy_select (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_prototype.h443 u8 phy_select, u8 dev_addr, bool page_change,
449 u8 phy_select, u8 dev_addr, bool page_change,
H A Di40e_common.c5358 u8 phy_select, u8 dev_addr, bool page_change, in i40e_aq_set_phy_register_ext() argument
5371 cmd->phy_interface = phy_select; in i40e_aq_set_phy_register_ext()
5403 u8 phy_select, u8 dev_addr, bool page_change, in i40e_aq_get_phy_register_ext() argument
5416 cmd->phy_interface = phy_select; in i40e_aq_get_phy_register_ext()
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dcomminf.h868 GLOBAL void phy_select (MAC_ENGINE *eng, PHY_ENGINE *phyeng);
H A Dmactest.c1491 phy_select(&mac_eng, &phy_eng); in mac_test()
H A Dphy.c2225 void phy_select(MAC_ENGINE *eng, PHY_ENGINE *phyeng) in phy_select() function