Searched refs:qeth_prot_versions (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/net/ |
D | qeth_l3.h | 33 enum qeth_prot_versions proto; 48 enum qeth_prot_versions proto) in qeth_l3_init_ipaddr() 97 enum qeth_prot_versions proto; 104 int qeth_l3_ipaddr_to_string(enum qeth_prot_versions proto, const u8 *addr, 112 enum qeth_prot_versions proto, u8 *addr, 118 enum qeth_prot_versions proto);
|
D | qeth_l3_sys.c | 20 enum qeth_prot_versions proto, u8 *addr) in qeth_l3_string_to_ipaddr() 67 struct qeth_routing_info *route, enum qeth_prot_versions prot, in qeth_l3_dev_route_store() 367 enum qeth_prot_versions proto) in qeth_l3_dev_ipato_add_show() 409 static int qeth_l3_parse_ipatoe(const char *buf, enum qeth_prot_versions proto, in qeth_l3_parse_ipatoe() 437 struct qeth_card *card, enum qeth_prot_versions proto) in qeth_l3_dev_ipato_add_store() 476 struct qeth_card *card, enum qeth_prot_versions proto) in qeth_l3_dev_ipato_del_store() 585 enum qeth_prot_versions proto, in qeth_l3_dev_ip_add_show() 629 size_t count, enum qeth_prot_versions proto) in qeth_l3_vipa_store() 709 static int qeth_l3_parse_rxipe(const char *buf, enum qeth_prot_versions proto, in qeth_l3_parse_rxipe() 736 size_t count, enum qeth_prot_versions proto) in qeth_l3_rxip_store()
|
D | qeth_core.h | 593 enum qeth_prot_versions { enum 1033 enum qeth_prot_versions prot); 1086 enum qeth_prot_versions prot, 1095 enum qeth_prot_versions prot);
|
D | qeth_l3_main.c | 45 int qeth_l3_ipaddr_to_string(enum qeth_prot_versions proto, const u8 *addr, in qeth_l3_ipaddr_to_string() 399 enum qeth_routing_types type, enum qeth_prot_versions prot) in qeth_l3_send_setrouting() 418 enum qeth_routing_types *type, enum qeth_prot_versions prot) in qeth_l3_correct_routing_type() 561 enum qeth_prot_versions proto, u8 *addr, in qeth_l3_del_ipato_entry() 591 enum qeth_prot_versions proto) in qeth_l3_modify_rxip_vipa() 1394 enum qeth_prot_versions prot, in qeth_l3_query_arp_cache_info()
|
D | qeth_core_main.c | 3101 enum qeth_prot_versions prot, in qeth_ipa_alloc_cmd() 3292 enum qeth_prot_versions prot) in qeth_query_ipassists() 6036 enum qeth_prot_versions prot) in qeth_get_setassparms_cmd() 6063 enum qeth_prot_versions prot) in qeth_send_simple_setassparms_prot() 6575 enum qeth_prot_versions prot) in qeth_set_csum_off() 6582 enum qeth_prot_versions prot, u8 *lp2lp) in qeth_set_csum_on() 6642 enum qeth_prot_versions prot, u8 *lp2lp) in qeth_set_ipa_csum() 6663 enum qeth_prot_versions prot) in qeth_set_tso_off() 6670 enum qeth_prot_versions prot) in qeth_set_tso_on() 6720 enum qeth_prot_versions prot) in qeth_set_ipa_tso()
|