Home
last modified time | relevance | path

Searched refs:ETH_GROUP_PHY (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/raw/ifpga/base/
H A Dopae_eth_group.c14 case ETH_GROUP_PHY: in eth_type_to_string()
37 if (type == ETH_GROUP_PHY && index < dev->phy_num) in eth_group_get_select()
70 if (type == ETH_GROUP_PHY) in eth_group_write_reg()
99 if (type == ETH_GROUP_PHY) in eth_group_read_reg()
197 ret = eth_group_read_reg(dev, ETH_GROUP_PHY, index, in eth_group_reset_phy()
213 ret = eth_group_write_reg(dev, ETH_GROUP_PHY, index, in eth_group_reset_phy()
H A Dopae_eth_group.h17 #define ETH_GROUP_PHY 1 macro