Searched refs:link_ops (Results 1 – 14 of 14) sorted by relevance
| /linux/include/linux/ |
| A D | coresight.h | 281 #define link_ops(csdev) csdev->ops->link_ops macro 363 const struct coresight_ops_link *link_ops; member
|
| /linux/drivers/net/wireguard/ |
| A D | device.c | 391 static struct rtnl_link_ops link_ops __read_mostly = { 437 ret = rtnl_link_register(&link_ops); in wg_device_init() 454 rtnl_link_unregister(&link_ops); in wg_device_uninit()
|
| /linux/drivers/hwtracing/coresight/ |
| A D | coresight-core.c | 380 if (link_ops(csdev)->enable) { in coresight_enable_link() 383 ret = link_ops(csdev)->enable(csdev, inport, outport); in coresight_enable_link() 418 if (link_ops(csdev)->disable) { in coresight_disable_link() 419 link_ops(csdev)->disable(csdev, inport, outport); in coresight_disable_link()
|
| A D | coresight-replicator.c | 196 .link_ops = &replicator_link_ops,
|
| A D | coresight-funnel.c | 145 .link_ops = &funnel_link_ops,
|
| A D | coresight-tmc-etf.c | 586 .link_ops = &tmc_etf_link_ops,
|
| /linux/drivers/infiniband/core/ |
| A D | nldev.c | 1642 static LIST_HEAD(link_ops); 1649 list_for_each_entry(ops, &link_ops, list) { in link_ops_get() 1663 list_add(&ops->list, &link_ops); in rdma_link_register()
|
| /linux/net/core/ |
| A D | rtnetlink.c | 351 static LIST_HEAD(link_ops); 357 list_for_each_entry(ops, &link_ops, list) { in rtnl_link_ops_get() 387 list_add_tail(&ops->list, &link_ops); in __rtnl_link_register()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| A D | ixgbe_type.h | 3657 const struct ixgbe_link_operations *link_ops; member
|
| A D | ixgbe_x550.c | 4069 .link_ops = &link_ops_x550em_x,
|
| A D | ixgbe_main.c | 10723 if (ii->link_ops) in ixgbe_probe() 10724 hw->link.ops = *ii->link_ops; in ixgbe_probe()
|
| /linux/include/rdma/ |
| A D | ib_verbs.h | 2755 const struct rdma_link_ops *link_ops; member
|
| /linux/ |
| A D | System.map | 159227 ffff8000120bfba0 d link_ops
|
| A D | .tmp_System.map | 159227 ffff8000120bfba0 d link_ops
|
Completed in 429 milliseconds