Lines Matching refs:config
658 sw->config.route_hi = upper_32_bits(route);
659 sw->config.route_lo = lower_32_bits(route);
1050 request.route_lo = sw->config.route_lo;
1051 request.route_hi = sw->config.route_hi;
1077 request.route_lo = sw->config.route_lo;
1078 request.route_hi = sw->config.route_hi;
1106 request.route_lo = sw->config.route_lo;
1107 request.route_hi = sw->config.route_hi;
1770 * Hold on here until the switch config space is accessible so
1771 * that we can read root switch config successfully.
1785 tb_err(tb, "failed to read root switch config space, giving up\n");
2334 if (auth && auth->reply.route_hi == sw->config.route_hi &&
2335 auth->reply.route_lo == sw->config.route_lo) {