Lines Matching +full:0 +full:xd
113 TB_PROPERTY_TYPE_UNKNOWN = 0x00,
114 TB_PROPERTY_TYPE_DIRECTORY = 0x44,
115 TB_PROPERTY_TYPE_DATA = 0x64,
116 TB_PROPERTY_TYPE_TEXT = 0x74,
117 TB_PROPERTY_TYPE_VALUE = 0x76,
257 int tb_xdomain_lane_bonding_enable(struct tb_xdomain *xd);
258 void tb_xdomain_lane_bonding_disable(struct tb_xdomain *xd);
259 int tb_xdomain_alloc_in_hopid(struct tb_xdomain *xd, int hopid);
260 void tb_xdomain_release_in_hopid(struct tb_xdomain *xd, int hopid);
261 int tb_xdomain_alloc_out_hopid(struct tb_xdomain *xd, int hopid);
262 void tb_xdomain_release_out_hopid(struct tb_xdomain *xd, int hopid);
263 int tb_xdomain_enable_paths(struct tb_xdomain *xd, int transmit_path,
266 int tb_xdomain_disable_paths(struct tb_xdomain *xd, int transmit_path,
270 static inline int tb_xdomain_disable_all_paths(struct tb_xdomain *xd) in tb_xdomain_disable_all_paths() argument
272 return tb_xdomain_disable_paths(xd, -1, -1, -1, -1); in tb_xdomain_disable_all_paths()
281 struct tb_xdomain *xd; in tb_xdomain_find_by_uuid_locked() local
284 xd = tb_xdomain_find_by_uuid(tb, uuid); in tb_xdomain_find_by_uuid_locked()
287 return xd; in tb_xdomain_find_by_uuid_locked()
293 struct tb_xdomain *xd; in tb_xdomain_find_by_route_locked() local
296 xd = tb_xdomain_find_by_route(tb, route); in tb_xdomain_find_by_route_locked()
299 return xd; in tb_xdomain_find_by_route_locked()
302 static inline struct tb_xdomain *tb_xdomain_get(struct tb_xdomain *xd) in tb_xdomain_get() argument
304 if (xd) in tb_xdomain_get()
305 get_device(&xd->dev); in tb_xdomain_get()
306 return xd; in tb_xdomain_get()
309 static inline void tb_xdomain_put(struct tb_xdomain *xd) in tb_xdomain_put() argument
311 if (xd) in tb_xdomain_put()
312 put_device(&xd->dev); in tb_xdomain_put()
327 int tb_xdomain_response(struct tb_xdomain *xd, const void *response,
329 int tb_xdomain_request(struct tb_xdomain *xd, const void *request,
502 * @irq: MSI-X irq number if the ring uses MSI-X. %0 otherwise.
503 * @vector: MSI-X vector number the ring uses (only set if @irq is > 0)
506 * RX ring. For TX ring this should be set to %0.
538 #define RING_FLAG_NO_SUSPEND BIT(0)
557 RING_DESC_ISOCH = 0x1,
558 RING_DESC_CRC_ERROR = 0x1,
559 RING_DESC_COMPLETED = 0x2,
560 RING_DESC_POSTED = 0x4,
561 RING_DESC_BUFFER_OVERRUN = 0x04,
562 RING_DESC_INTERRUPT = 0x8,
570 * @size: Size of the frame in bytes (%0 means %4096)
586 #define TB_FRAME_SIZE 0x100