Home
last modified time | relevance | path

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

/drivers/hwtracing/coresight/
Dcoresight.c272 if (link_ops(csdev)->enable) in coresight_enable_link()
273 ret = link_ops(csdev)->enable(csdev, inport, outport); in coresight_enable_link()
303 if (link_ops(csdev)->disable) in coresight_disable_link()
304 link_ops(csdev)->disable(csdev, inport, outport); in coresight_disable_link()
Dcoresight-replicator.c175 .link_ops = &replicator_link_ops,
Dcoresight-funnel.c143 .link_ops = &funnel_link_ops,
Dcoresight-tmc-etf.c578 .link_ops = &tmc_etf_link_ops,
/drivers/infiniband/core/
Dnldev.c1417 static LIST_HEAD(link_ops);
1424 list_for_each_entry(ops, &link_ops, list) { in link_ops_get()
1438 list_add(&ops->list, &link_ops); in rdma_link_register()
/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h3660 const struct ixgbe_link_operations *link_ops; member
Dixgbe_x550.c4066 .link_ops = &link_ops_x550em_x,
Dixgbe_main.c10808 if (ii->link_ops) in ixgbe_probe()
10809 hw->link.ops = *ii->link_ops; in ixgbe_probe()