Searched refs:qeth_prot_versions (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/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, 110 enum qeth_prot_versions proto, u8 *addr, 116 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 | 583 enum qeth_prot_versions { enum 1013 enum qeth_prot_versions prot); 1057 enum qeth_prot_versions prot, 1063 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() 396 enum qeth_routing_types type, enum qeth_prot_versions prot) in qeth_l3_send_setrouting() 415 enum qeth_routing_types *type, enum qeth_prot_versions prot) in qeth_l3_correct_routing_type() 559 enum qeth_prot_versions proto, u8 *addr, in qeth_l3_del_ipato_entry() 589 enum qeth_prot_versions proto) in qeth_l3_modify_rxip_vipa() 1373 enum qeth_prot_versions prot, in qeth_l3_query_arp_cache_info()
|
D | qeth_core_main.c | 3034 enum qeth_prot_versions prot, in qeth_ipa_alloc_cmd() 3226 enum qeth_prot_versions prot) in qeth_query_ipassists() 6032 enum qeth_prot_versions prot) in qeth_get_setassparms_cmd() 6059 enum qeth_prot_versions prot) in qeth_send_simple_setassparms_prot() 6565 enum qeth_prot_versions prot) in qeth_set_csum_off() 6572 enum qeth_prot_versions prot, u8 *lp2lp) in qeth_set_csum_on() 6632 enum qeth_prot_versions prot, u8 *lp2lp) in qeth_set_ipa_csum() 6653 enum qeth_prot_versions prot) in qeth_set_tso_off() 6660 enum qeth_prot_versions prot) in qeth_set_tso_on() 6710 enum qeth_prot_versions prot) in qeth_set_ipa_tso()
|