Searched refs:route4 (Results 1 – 4 of 4) sorted by relevance
/drivers/s390/net/ |
D | qeth_l3_sys.c | 52 return qeth_l3_dev_route_show(card, &card->options.route4, buf); in qeth_l3_dev_route4_show() 104 return qeth_l3_dev_route_store(card, &card->options.route4, in qeth_l3_dev_route4_store() 108 static DEVICE_ATTR(route4, 0644, qeth_l3_dev_route4_show,
|
D | qeth_core.h | 670 struct qeth_routing_info route4; member
|
D | qeth_l3_main.c | 664 rc = qeth_l3_correct_routing_type(card, &card->options.route4.type, in qeth_l3_setrouting_v4() 669 rc = qeth_l3_send_setrouting(card, card->options.route4.type, in qeth_l3_setrouting_v4() 672 card->options.route4.type = NO_ROUTER; in qeth_l3_setrouting_v4()
|
D | qeth_core_main.c | 1387 card->options.route4.type = NO_ROUTER; in qeth_set_intial_options()
|