Home
last modified time | relevance | path

Searched refs:src_ops (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c94 const struct ttm_kmap_iter_ops *src_ops = src_iter->ops; in ttm_move_memcpy() local
99 if (dst_ops->maps_tt && src_ops->maps_tt) in ttm_move_memcpy()
118 src_ops->map_local(src_iter, &src_map, i); in ttm_move_memcpy()
122 if (src_ops->unmap_local) in ttm_move_memcpy()
123 src_ops->unmap_local(src_iter, &src_map); in ttm_move_memcpy()
/linux/drivers/rapidio/
H A Drio-scan.c267 static int rio_device_has_destid(struct rio_mport *port, int src_ops, in rio_device_has_destid() argument
272 return !!((src_ops | dst_ops) & mask); in rio_device_has_destid()
380 &rdev->src_ops); in rio_setup_device()
400 if (rio_device_has_destid(port, rdev->src_ops, rdev->dst_ops)) { in rio_setup_device()
678 if ((rdev->src_ops & RIO_SRC_OPS_PORT_WRITE) && in rio_enum_peer()
H A Drio_cm.c238 #define is_msg_capable(src_ops, dst_ops) \ argument
239 ((src_ops & RIO_SRC_OPS_DATA_MSG) && \
242 is_msg_capable(dev->src_ops, dev->dst_ops)
/linux/drivers/net/
H A Drionet.c81 #define is_rionet_capable(src_ops, dst_ops) \ argument
82 ((src_ops & RIO_SRC_OPS_DATA_MSG) && \
84 (src_ops & RIO_SRC_OPS_DOORBELL) && \
87 is_rionet_capable(dev->src_ops, dev->dst_ops)
/linux/kernel/trace/
H A Dfgraph.c1000 struct ftrace_ops *src_ops) in fgraph_init_ops() argument
1005 if (src_ops) { in fgraph_init_ops()
1006 dst_ops->func_hash = &src_ops->local_hash; in fgraph_init_ops()
H A Dtrace.h1127 struct ftrace_ops *src_ops);