Home
last modified time | relevance | path

Searched refs:link_ops (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dcoresight.h272 #define link_ops(csdev) csdev->ops->link_ops macro
354 const struct coresight_ops_link *link_ops; member
/OK3568_Linux_fs/kernel/drivers/net/wireguard/
H A Ddevice.c392 static struct rtnl_link_ops link_ops __read_mostly = {
438 ret = rtnl_link_register(&link_ops); in wg_device_init()
455 rtnl_link_unregister(&link_ops); in wg_device_uninit()
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-core.c379 if (link_ops(csdev)->enable) { in coresight_enable_link()
382 ret = link_ops(csdev)->enable(csdev, inport, outport); in coresight_enable_link()
417 if (link_ops(csdev)->disable) { in coresight_disable_link()
418 link_ops(csdev)->disable(csdev, inport, outport); in coresight_disable_link()
H A Dcoresight-replicator.c196 .link_ops = &replicator_link_ops,
H A Dcoresight-funnel.c145 .link_ops = &funnel_link_ops,
H A Dcoresight-tmc-etf.c582 .link_ops = &tmc_etf_link_ops,
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Dnldev.c1480 static LIST_HEAD(link_ops);
1487 list_for_each_entry(ops, &link_ops, list) { in link_ops_get()
1501 list_add(&ops->list, &link_ops); in rdma_link_register()
/OK3568_Linux_fs/kernel/net/core/
H A Drtnetlink.c349 static LIST_HEAD(link_ops);
355 list_for_each_entry(ops, &link_ops, list) { in rtnl_link_ops_get()
385 list_add_tail(&ops->list, &link_ops); in __rtnl_link_register()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type.h3660 const struct ixgbe_link_operations *link_ops; member
H A Dixgbe_x550.c4069 .link_ops = &link_ops_x550em_x,
H A Dixgbe_main.c10716 if (ii->link_ops) in ixgbe_probe()
10717 hw->link.ops = *ii->link_ops; in ixgbe_probe()
/OK3568_Linux_fs/kernel/include/rdma/
H A Dib_verbs.h2705 const struct rdma_link_ops *link_ops; member