Home
last modified time | relevance | path

Searched defs:to_dev (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_span.c140 const struct net_device *to_dev, in mlxsw_sp1_span_entry_cpu_parms()
169 const struct net_device *to_dev, in mlxsw_sp_span_entry_phys_parms()
451 const struct net_device *to_dev, in mlxsw_sp_span_entry_gretap4_parms()
555 const struct net_device *to_dev, in mlxsw_sp_span_entry_gretap6_parms()
700 const struct net_device *to_dev, in mlxsw_sp2_span_entry_cpu_parms()
750 const struct net_device *to_dev, in mlxsw_sp_span_entry_nop_parms()
851 const struct net_device *to_dev, in mlxsw_sp_span_entry_create()
897 const struct net_device *to_dev) in mlxsw_sp_span_entry_find_by_port()
933 const struct net_device *to_dev, in mlxsw_sp_span_entry_find_by_parms()
952 const struct net_device *to_dev, in mlxsw_sp_span_entry_get()
[all …]
H A Dspectrum_span.h56 const struct net_device *to_dev; member
71 const struct net_device *to_dev; member
H A Dspectrum.h1194 const struct net_device *to_dev; member
/openbmc/linux/samples/bpf/
H A Dxdp_sample.bpf.c207 const struct net_device *to_dev, int sent, int drops, int err) in BPF_PROG()
238 const struct net_device *to_dev, int sent, int drops, int err) in BPF_PROG()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dcore_kern.c44 *from_dev, const struct net_device *to_dev, int sent, int drops, in BPF_PROG()
/openbmc/linux/drivers/nvdimm/
H A Dpmem.c35 static struct device *to_dev(struct pmem_device *pmem) in to_dev() function
H A Dbtt.c27 static struct device *to_dev(struct arena_info *arena) in to_dev() function
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c1144 struct kfd_topology_device *dev, *to_dev; in kfd_parse_subtype_iolink() local
H A Dkfd_topology.c1219 static void kfd_set_iolink_non_coherent(struct kfd_topology_device *to_dev, in kfd_set_iolink_non_coherent()
/openbmc/linux/drivers/dma/ioat/
H A Ddma.h23 #define to_dev(ioat_chan) (&(ioat_chan)->ioat_dma->pdev->dev) macro