Searched refs:qeth_prot_versions (Results 1 – 5 of 5) sorted by relevance
/drivers/s390/net/ |
D | qeth_l3.h | 23 enum qeth_prot_versions proto; 39 enum qeth_prot_versions proto; 49 void qeth_l3_ipaddr_to_string(enum qeth_prot_versions, const __u8 *, char *); 50 int qeth_l3_string_to_ipaddr(const char *, enum qeth_prot_versions, __u8 *); 56 void qeth_l3_del_ipato_entry(struct qeth_card *, enum qeth_prot_versions, 58 int qeth_l3_add_vipa(struct qeth_card *, enum qeth_prot_versions, const u8 *); 59 void qeth_l3_del_vipa(struct qeth_card *, enum qeth_prot_versions, const u8 *); 60 int qeth_l3_add_rxip(struct qeth_card *, enum qeth_prot_versions, const u8 *); 61 void qeth_l3_del_rxip(struct qeth_card *card, enum qeth_prot_versions, 64 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() 461 enum qeth_prot_versions proto) in qeth_l3_dev_ipato_add_show() 502 static int qeth_l3_parse_ipatoe(const char *buf, enum qeth_prot_versions proto, in qeth_l3_parse_ipatoe() 530 struct qeth_card *card, enum qeth_prot_versions proto) in qeth_l3_dev_ipato_add_store() 575 struct qeth_card *card, enum qeth_prot_versions proto) in qeth_l3_dev_ipato_del_store() 700 enum qeth_prot_versions proto) in qeth_l3_dev_vipa_add_show() 742 static int qeth_l3_parse_vipae(const char *buf, enum qeth_prot_versions proto, in qeth_l3_parse_vipae() 752 struct qeth_card *card, enum qeth_prot_versions proto) in qeth_l3_dev_vipa_add_store() 781 struct qeth_card *card, enum qeth_prot_versions proto) in qeth_l3_dev_vipa_del_store() 862 enum qeth_prot_versions proto) in qeth_l3_dev_rxip_add_show() [all …]
|
D | qeth_core.h | 536 enum qeth_prot_versions { enum 884 enum qeth_ipa_cmds, enum qeth_prot_versions); 938 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() 611 enum qeth_routing_types type, enum qeth_prot_versions prot) in qeth_l3_send_setrouting() 627 enum qeth_routing_types *type, enum qeth_prot_versions prot) in qeth_l3_correct_routing_type() 750 enum qeth_prot_versions proto, u8 *addr, int mask_bits) in qeth_l3_del_ipato_entry() 773 int qeth_l3_add_vipa(struct qeth_card *card, enum qeth_prot_versions proto, in qeth_l3_add_vipa() 811 void qeth_l3_del_vipa(struct qeth_card *card, enum qeth_prot_versions proto, in qeth_l3_del_vipa() 838 int qeth_l3_add_rxip(struct qeth_card *card, enum qeth_prot_versions proto, in qeth_l3_add_rxip() 876 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 | 2841 enum qeth_prot_versions prot) in qeth_fill_ipacmd_header() 2860 enum qeth_ipa_cmds ipacmd, enum qeth_prot_versions prot) in qeth_get_ipacmd_buffer() 3024 int qeth_query_ipassists(struct qeth_card *card, enum qeth_prot_versions prot) in qeth_query_ipassists()
|