Searched refs:link_ops (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/include/linux/ |
D | coresight.h | 240 #define link_ops(csdev) csdev->ops->link_ops macro 322 const struct coresight_ops_link *link_ops; member
|
/Linux-v5.10/drivers/net/wireguard/ |
D | device.c | 390 static struct rtnl_link_ops link_ops __read_mostly = { 433 ret = rtnl_link_register(&link_ops); in wg_device_init() 450 rtnl_link_unregister(&link_ops); in wg_device_uninit()
|
/Linux-v5.10/drivers/hwtracing/coresight/ |
D | coresight-core.c | 352 if (link_ops(csdev)->enable) { in coresight_enable_link() 355 ret = link_ops(csdev)->enable(csdev, inport, outport); in coresight_enable_link() 390 if (link_ops(csdev)->disable) { in coresight_disable_link() 391 link_ops(csdev)->disable(csdev, inport, outport); in coresight_disable_link()
|
D | coresight-funnel.c | 143 .link_ops = &funnel_link_ops,
|
D | coresight-replicator.c | 192 .link_ops = &replicator_link_ops,
|
D | coresight-tmc-etf.c | 578 .link_ops = &tmc_etf_link_ops,
|
/Linux-v5.10/drivers/infiniband/core/ |
D | nldev.c | 1480 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()
|
/Linux-v5.10/net/core/ |
D | rtnetlink.c | 349 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()
|
/Linux-v5.10/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_type.h | 3660 const struct ixgbe_link_operations *link_ops; member
|
D | ixgbe_x550.c | 4066 .link_ops = &link_ops_x550em_x,
|
D | ixgbe_main.c | 10697 if (ii->link_ops) in ixgbe_probe() 10698 hw->link.ops = *ii->link_ops; in ixgbe_probe()
|
/Linux-v5.10/include/rdma/ |
D | ib_verbs.h | 2705 const struct rdma_link_ops *link_ops; member
|