Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c1206 struct fun_ethdev *ed = to_fun_ethdev(fdev); in fun_set_vf_mac()
1234 struct fun_ethdev *ed = to_fun_ethdev(fdev); in fun_set_vf_vlan()
1268 struct fun_ethdev *ed = to_fun_ethdev(fdev); in fun_set_vf_rate()
1293 struct fun_ethdev *ed = to_fun_ethdev(fp->fdev); in fun_get_vf_config()
1909 fun_update_link_state(to_fun_ethdev(fdev), rsp); in fun_event_cb()
1930 struct fun_ethdev *ed = to_fun_ethdev(fdev); in fun_service_cb()
1952 struct fun_ethdev *ed = to_fun_ethdev(fdev); in funeth_sriov_configure()
2039 ed = to_fun_ethdev(fdev); in funeth_remove()
H A Dfuneth.h60 static inline struct fun_ethdev *to_fun_ethdev(struct fun_dev *p) in to_fun_ethdev() function