Home
last modified time | relevance | path

Searched defs:sfp_bus (Results 1 – 3 of 3) sorted by relevance

/drivers/net/phy/
Dsfp-bus.c22 struct sfp_bus { struct
24 struct kref kref;
25 struct list_head node;
26 struct fwnode_handle *fwnode;
28 const struct sfp_socket_ops *socket_ops;
29 struct device *sfp_dev;
30 struct sfp *sfp;
31 const struct sfp_quirk *sfp_quirk;
33 const struct sfp_upstream_ops *upstream_ops;
34 void *upstream;
[all …]
Dphylink.c76 struct sfp_bus *sfp_bus; member
Dsfp.c225 struct sfp_bus *sfp_bus; member