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

/linux-master/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c90 const struct ttm_kmap_iter_ops *src_ops = src_iter->ops; local
95 if (dst_ops->maps_tt && src_ops->maps_tt)
114 src_ops->map_local(src_iter, &src_map, i);
118 if (src_ops->unmap_local)
119 src_ops->unmap_local(src_iter, &src_map);
/linux-master/drivers/rapidio/
H A Drio-scan.c260 * @src_ops: RIO device source operations
263 * Checks the provided @src_ops and @dst_ops for the necessary transaction
267 static int rio_device_has_destid(struct rio_mport *port, int src_ops, argument
272 return !!((src_ops | dst_ops) & mask);
380 &rdev->src_ops);
400 if (rio_device_has_destid(port, rdev->src_ops, rdev->dst_ops)) {
678 if ((rdev->src_ops & RIO_SRC_OPS_PORT_WRITE) &&
H A Drio_cm.c244 #define is_msg_capable(src_ops, dst_ops) \
245 ((src_ops & RIO_SRC_OPS_DATA_MSG) && \
248 is_msg_capable(dev->src_ops, dev->dst_ops)
/linux-master/drivers/net/
H A Drionet.c81 #define is_rionet_capable(src_ops, dst_ops) \
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-master/include/linux/
H A Drio.h158 * @src_ops: Source operation capabilities
189 u32 src_ops; member in struct:rio_dev
/linux-master/drivers/rapidio/devices/
H A Drio_mport_cdev.c1777 &rdev->src_ops);

Completed in 137 milliseconds