Lines Matching refs:route
17 struct qeth_routing_info *route, char *buf) in qeth_l3_dev_route_show() argument
19 switch (route->type) { in qeth_l3_dev_route_show()
56 struct qeth_routing_info *route, enum qeth_prot_versions prot, in qeth_l3_dev_route_store() argument
59 enum qeth_routing_types old_route_type = route->type; in qeth_l3_dev_route_store()
64 route->type = NO_ROUTER; in qeth_l3_dev_route_store()
66 route->type = PRIMARY_CONNECTOR; in qeth_l3_dev_route_store()
68 route->type = SECONDARY_CONNECTOR; in qeth_l3_dev_route_store()
70 route->type = PRIMARY_ROUTER; in qeth_l3_dev_route_store()
72 route->type = SECONDARY_ROUTER; in qeth_l3_dev_route_store()
74 route->type = MULTICAST_ROUTER; in qeth_l3_dev_route_store()
80 (old_route_type != route->type)) { in qeth_l3_dev_route_store()
88 route->type = old_route_type; in qeth_l3_dev_route_store()