Home
last modified time | relevance | path

Searched refs:route6 (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/s390/net/
Dqeth_l3_sys.c129 return qeth_l3_dev_route_show(card, &card->options.route6, buf); in qeth_l3_dev_route6_show()
140 return qeth_l3_dev_route_store(card, &card->options.route6, in qeth_l3_dev_route6_store()
144 static DEVICE_ATTR(route6, 0644, qeth_l3_dev_route6_show,
Dqeth_core.h646 struct qeth_routing_info route6; member
Dqeth_l3_main.c710 qeth_l3_correct_routing_type(card, &card->options.route6.type, in qeth_l3_setrouting_v6()
713 rc = qeth_l3_send_setrouting(card, card->options.route6.type, in qeth_l3_setrouting_v6()
716 card->options.route6.type = NO_ROUTER; in qeth_l3_setrouting_v6()
Dqeth_core_main.c1041 card->options.route6.type = NO_ROUTER; in qeth_set_intial_options()