Searched refs:qeth_prot_versions (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/s390/net/ |
D | qeth_l3.h | 23 enum qeth_prot_versions proto; 39 enum qeth_prot_versions proto; 45 void qeth_l3_ipaddr_to_string(enum qeth_prot_versions, const __u8 *, char *); 46 int qeth_l3_string_to_ipaddr(const char *, enum qeth_prot_versions, __u8 *); 52 void qeth_l3_del_ipato_entry(struct qeth_card *, enum qeth_prot_versions, 54 int qeth_l3_add_vipa(struct qeth_card *, enum qeth_prot_versions, const u8 *); 55 void qeth_l3_del_vipa(struct qeth_card *, enum qeth_prot_versions, const u8 *); 56 int qeth_l3_add_rxip(struct qeth_card *, enum qeth_prot_versions, const u8 *); 57 void qeth_l3_del_rxip(struct qeth_card *card, enum qeth_prot_versions, 60 struct qeth_ipaddr *qeth_l3_get_addr_buffer(enum qeth_prot_versions);
|
D | qeth_l3_sys.c | 56 struct qeth_routing_info *route, enum qeth_prot_versions prot, in qeth_l3_dev_route_store() 452 enum qeth_prot_versions proto) in qeth_l3_dev_ipato_add_show() 493 static int qeth_l3_parse_ipatoe(const char *buf, enum qeth_prot_versions proto, in qeth_l3_parse_ipatoe() 521 struct qeth_card *card, enum qeth_prot_versions proto) in qeth_l3_dev_ipato_add_store() 566 struct qeth_card *card, enum qeth_prot_versions proto) in qeth_l3_dev_ipato_del_store() 689 enum qeth_prot_versions proto) in qeth_l3_dev_vipa_add_show() 731 static int qeth_l3_parse_vipae(const char *buf, enum qeth_prot_versions proto, in qeth_l3_parse_vipae() 741 struct qeth_card *card, enum qeth_prot_versions proto) in qeth_l3_dev_vipa_add_store() 770 struct qeth_card *card, enum qeth_prot_versions proto) in qeth_l3_dev_vipa_del_store() 851 enum qeth_prot_versions proto) in qeth_l3_dev_rxip_add_show() [all …]
|
D | qeth_core.h | 550 enum qeth_prot_versions { enum 907 enum qeth_ipa_cmds, enum qeth_prot_versions); 967 int qeth_query_ipassists(struct qeth_card *, enum qeth_prot_versions prot);
|
D | qeth_l3_main.c | 136 void qeth_l3_ipaddr_to_string(enum qeth_prot_versions proto, const __u8 *addr, in qeth_l3_ipaddr_to_string() 145 int qeth_l3_string_to_ipaddr(const char *buf, enum qeth_prot_versions proto, in qeth_l3_string_to_ipaddr() 310 enum qeth_prot_versions prot) in qeth_l3_get_addr_buffer() 613 enum qeth_routing_types type, enum qeth_prot_versions prot) in qeth_l3_send_setrouting() 631 enum qeth_routing_types *type, enum qeth_prot_versions prot) in qeth_l3_correct_routing_type() 754 enum qeth_prot_versions proto, u8 *addr, int mask_bits) in qeth_l3_del_ipato_entry() 777 int qeth_l3_add_vipa(struct qeth_card *card, enum qeth_prot_versions proto, in qeth_l3_add_vipa() 815 void qeth_l3_del_vipa(struct qeth_card *card, enum qeth_prot_versions proto, in qeth_l3_del_vipa() 842 int qeth_l3_add_rxip(struct qeth_card *card, enum qeth_prot_versions proto, in qeth_l3_add_rxip() 880 void qeth_l3_del_rxip(struct qeth_card *card, enum qeth_prot_versions proto, in qeth_l3_del_rxip() [all …]
|
D | qeth_core_main.c | 2923 enum qeth_prot_versions prot) in qeth_fill_ipacmd_header() 2942 enum qeth_ipa_cmds ipacmd, enum qeth_prot_versions prot) in qeth_get_ipacmd_buffer() 3125 int qeth_query_ipassists(struct qeth_card *card, enum qeth_prot_versions prot) in qeth_query_ipassists()
|