Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth.h44 struct fun_ethdev { struct
60 static inline struct fun_ethdev *to_fun_ethdev(struct fun_dev *p) in to_fun_ethdev() argument
62 return container_of(p, struct fun_ethdev, fdev); in to_fun_ethdev()
H A Dfuneth_devlink.c11 return devlink_alloc(&fun_dl_ops, sizeof(struct fun_ethdev), dev); in fun_devlink_alloc()
H A Dfuneth_main.c1198 static void fun_free_vports(struct fun_ethdev *ed) in fun_free_vports()
1219 struct fun_ethdev *ed = to_fun_ethdev(fdev); in fun_set_vf_mac()
1247 struct fun_ethdev *ed = to_fun_ethdev(fdev); in fun_set_vf_vlan()
1281 struct fun_ethdev *ed = to_fun_ethdev(fdev); in fun_set_vf_rate()
1306 struct fun_ethdev *ed = to_fun_ethdev(fp->fdev); in fun_get_vf_config()
1870 static void fun_destroy_ports(struct fun_ethdev *ed) in fun_destroy_ports()
1882 static void fun_update_link_state(const struct fun_ethdev *ed, in fun_update_link_state()
1942 struct fun_ethdev *ed = to_fun_ethdev(fdev); in fun_service_cb()
1964 struct fun_ethdev *ed = to_fun_ethdev(fdev); in funeth_sriov_configure()
2009 struct fun_ethdev *ed; in funeth_probe()
[all …]