Home
last modified time | relevance | path

Searched defs:qeth_card (Results 1 – 4 of 4) sorted by relevance

/drivers/s390/net/
Dqeth_core.h777 struct qeth_card { struct
779 enum qeth_card_states state; argument
790 struct qeth_card_info info; argument
793 struct qeth_card_options options; argument
795 wait_queue_head_t wait_q;
796 spinlock_t vlanlock;
797 spinlock_t mclock;
798 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
799 struct list_head vid_list;
800 struct list_head mc_list;
[all …]
Dqeth_core_main.c2018 int (*reply_cb)(struct qeth_card *, struct qeth_reply *, in qeth_send_control_data()
2928 int (*reply_cb)(struct qeth_card *, struct qeth_reply*, in qeth_send_ipa_cmd()
4457 int (*reply_cb)(struct qeth_card *, struct qeth_reply *, in qeth_send_ipa_snmp_cmd()
Dqeth_l3_main.c1064 int (*reply_cb)(struct qeth_card *, struct qeth_reply *, in qeth_l3_send_setassparms()
2417 int (*reply_cb)(struct qeth_card *, struct qeth_reply *, in qeth_l3_send_ipa_arp_cmd()
Dqeth_l2_main.c541 static int qeth_l2_send_setdelmac(struct qeth_card *card, __u8 *mac, in qeth_l2_send_setdelmac()