Lines Matching refs:transmit_path
940 if (xd->transmit_path) {
1387 * @transmit_path: HopID of the transmit path the other end is using to
1400 int tb_xdomain_enable_paths(struct tb_xdomain *xd, u16 transmit_path,
1408 if (xd->transmit_path) {
1409 ret = xd->transmit_path == transmit_path ? 0 : -EBUSY;
1413 xd->transmit_path = transmit_path;
1441 if (xd->transmit_path) {
1442 xd->transmit_path = 0;