Home
last modified time | relevance | path

Searched refs:to_dev (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_span.c55 mlxsw_sp_span_entry_phys_parms(const struct net_device *to_dev, in mlxsw_sp_span_entry_phys_parms() argument
58 sparmsp->dest_port = netdev_priv(to_dev); in mlxsw_sp_span_entry_phys_parms()
294 mlxsw_sp_span_gretap4_route(const struct net_device *to_dev, in mlxsw_sp_span_gretap4_route() argument
297 struct ip_tunnel *tun = netdev_priv(to_dev); in mlxsw_sp_span_gretap4_route()
306 parms = mlxsw_sp_ipip_netdev_parms4(to_dev); in mlxsw_sp_span_gretap4_route()
331 mlxsw_sp_span_entry_gretap4_parms(const struct net_device *to_dev, in mlxsw_sp_span_entry_gretap4_parms() argument
334 struct ip_tunnel_parm tparm = mlxsw_sp_ipip_netdev_parms4(to_dev); in mlxsw_sp_span_entry_gretap4_parms()
342 if (!(to_dev->flags & IFF_UP) || in mlxsw_sp_span_entry_gretap4_parms()
351 l3edev = mlxsw_sp_span_gretap4_route(to_dev, &saddr.addr4, &gw.addr4); in mlxsw_sp_span_entry_gretap4_parms()
399 mlxsw_sp_span_gretap6_route(const struct net_device *to_dev, in mlxsw_sp_span_gretap6_route() argument
[all …]
Dspectrum_span.h42 const struct net_device *to_dev; member
51 bool (*can_handle)(const struct net_device *to_dev);
52 int (*parms)(const struct net_device *to_dev,
64 const struct net_device *to_dev,
71 const struct net_device *to_dev);
/Linux-v5.4/drivers/dma/ioat/
Ddma.c68 dev_err(to_dev(ioat_chan), "Err(%d): %s\n", in ioat_print_chanerrs()
165 dev_dbg(to_dev(ioat_chan), in __ioat_issue_pending()
201 dev_err(to_dev(ioat_chan), in __ioat_start_null_desc()
206 dev_dbg(to_dev(ioat_chan), in __ioat_start_null_desc()
244 dev_dbg(to_dev(ioat_chan), in __ioat_restart_chan()
305 dev_dbg(to_dev(ioat_chan), "%s: cookie: %d\n", __func__, cookie); in ioat_tx_submit_unlock()
378 descs->virt = dma_alloc_coherent(to_dev(ioat_chan), in ioat_alloc_ring()
384 dma_free_coherent(to_dev(ioat_chan), SZ_2M, in ioat_alloc_ring()
405 dma_free_coherent(to_dev(ioat_chan), in ioat_alloc_ring()
457 dev_dbg(to_dev(ioat_chan), "%s: num_descs: %d (%x:%x:%x)\n", in ioat_check_space_lock()
[all …]
Dprep.c279 struct device *dev = to_dev(ioat_chan); in dump_pq_desc_dbg()
306 struct device *dev = to_dev(ioat_chan); in dump_pq16_desc_dbg()
358 dev_dbg(to_dev(ioat_chan), "%s\n", __func__); in __ioat_prep_pq_lock()
480 dev_dbg(to_dev(ioat_chan), "%s\n", __func__); in __ioat_prep_pq16_lock()
507 dev_err(to_dev(ioat_chan), in __ioat_prep_pq16_lock()
Ddma.h23 #define to_dev(ioat_chan) (&(ioat_chan)->ioat_dma->pdev->dev) macro
220 struct device *dev = to_dev(ioat_chan); in __dump_desc_dbg()
Dsysfs.c88 dev_warn(to_dev(ioat_chan), in ioat_kobject_add()
Dinit.c637 dev_dbg(to_dev(ioat_chan), "freeing %d idle descriptors\n", descs); in ioat_free_chan_resources()
644 dev_err(to_dev(ioat_chan), "Freeing %d in use descriptors!\n", in ioat_free_chan_resources()
654 dma_free_coherent(to_dev(ioat_chan), SZ_2M, in ioat_free_chan_resources()
758 dev_WARN(to_dev(ioat_chan), in ioat_alloc_chan_resources()
/Linux-v5.4/drivers/nvdimm/
Dbtt.c27 static struct device *to_dev(struct arena_info *arena) in to_dev() function
68 dev_WARN_ONCE(to_dev(arena), !IS_ALIGNED(arena->infooff, 512), in btt_info_write()
70 dev_WARN_ONCE(to_dev(arena), !IS_ALIGNED(arena->info2off, 512), in btt_info_write()
100 dev_err_ratelimited(to_dev(arena), in __btt_map_write()
141 dev_err_ratelimited(to_dev(arena), in btt_map_write()
159 dev_err_ratelimited(to_dev(arena), in btt_map_read()
340 dev_err(to_dev(arena), in btt_log_read()
423 dev_WARN_ONCE(to_dev(arena), !IS_ALIGNED(arena->mapoff, 512), in btt_map_init()
429 dev_WARN_ONCE(to_dev(arena), size < 512, in btt_map_init()
467 dev_WARN_ONCE(to_dev(arena), !IS_ALIGNED(arena->logoff, 512), in btt_log_init()
[all …]
Dpmem.c33 static struct device *to_dev(struct pmem_device *pmem) in to_dev() function
44 return to_nd_region(to_dev(pmem)->parent); in to_region()
74 struct device *dev = to_dev(pmem); in pmem_clear_poison()
/Linux-v5.4/tools/testing/selftests/net/forwarding/
Dmirror_lib.sh7 local to_dev=$1; shift
12 action mirred egress mirror dev $to_dev
/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_crat.c354 struct kfd_topology_device *dev, *to_dev; in kfd_parse_subtype_iolink() local
405 to_dev = kfd_topology_device_by_proximity_domain(id_to); in kfd_parse_subtype_iolink()
406 if (!to_dev) in kfd_parse_subtype_iolink()
413 to_dev->io_link_count++; in kfd_parse_subtype_iolink()
414 to_dev->node_props.io_links_count++; in kfd_parse_subtype_iolink()
415 list_add_tail(&props2->list, &to_dev->io_link_props); in kfd_parse_subtype_iolink()
/Linux-v5.4/include/trace/events/
Dxdp.h265 const struct net_device *to_dev, int err),
267 TP_ARGS(map, map_index, sent, drops, from_dev, to_dev, err),
287 __entry->to_ifindex = to_dev->ifindex;
/Linux-v5.4/Documentation/translations/zh_CN/filesystems/
Dsysfs.txt157 #define to_dev(obj) container_of(obj, struct device, kobj)
164 struct device *dev = to_dev(kobj);
/Linux-v5.4/drivers/media/i2c/
Dmt9m032.c155 #define to_dev(sensor) \ macro
175 dev_dbg(to_dev(sensor), "MT9M032 line time: %u ns\n", ns); in mt9m032_row_time()
/Linux-v5.4/Documentation/filesystems/
Dsysfs.txt165 #define to_dev(obj) container_of(obj, struct device, kobj)
172 struct device *dev = to_dev(kobj);