Home
last modified time | relevance | path

Searched refs:eth_group_device (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/raw/ifpga/base/
H A Dopae_eth_group.c25 static int eth_group_get_select(struct eth_group_device *dev, in eth_group_get_select()
49 int eth_group_write_reg(struct eth_group_device *dev, in eth_group_write_reg()
78 int eth_group_read_reg(struct eth_group_device *dev, in eth_group_read_reg()
155 static void eth_group_mac_uinit(struct eth_group_device *dev) in eth_group_mac_uinit()
165 static int eth_group_mac_init(struct eth_group_device *dev) in eth_group_mac_init()
221 static int eth_group_phy_init(struct eth_group_device *dev) in eth_group_phy_init()
252 static int eth_group_hw_init(struct eth_group_device *dev) in eth_group_hw_init()
275 static void eth_group_hw_uinit(struct eth_group_device *dev) in eth_group_hw_uinit()
281 struct eth_group_device *eth_group_probe(void *base) in eth_group_probe()
283 struct eth_group_device *dev; in eth_group_probe()
[all …]
H A Dopae_eth_group.h86 struct eth_group_device { struct
96 struct eth_group_device *eth_group_probe(void *base); argument
97 void eth_group_release(struct eth_group_device *dev);
98 int eth_group_read_reg(struct eth_group_device *dev,
100 int eth_group_write_reg(struct eth_group_device *dev,
H A Difpga_fme.c1265 struct eth_group_device *dev; in fme_eth_group_init()
1267 dev = (struct eth_group_device *)eth_group_probe(feature->addr); in fme_eth_group_init()
1325 static struct eth_group_device *get_eth_group_dev(struct ifpga_fme_hw *fme, in get_eth_group_dev()
1328 struct eth_group_device *dev; in get_eth_group_dev()
1333 dev = (struct eth_group_device *)fme->eth_dev[group_id]; in get_eth_group_dev()
1351 struct eth_group_device *dev; in fme_mgr_get_eth_group_info()
1368 struct eth_group_device *dev; in fme_mgr_eth_group_read_reg()
1380 struct eth_group_device *dev; in fme_mgr_eth_group_write_reg()
1392 struct eth_group_device *dev; in fme_get_eth_group_speed()