Searched defs:qeth_card (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/s390/net/ |
D | qeth_core.h | 739 struct qeth_card { struct 741 enum qeth_card_states state; argument 752 struct qeth_card_info info; argument 755 struct qeth_card_options options; argument 757 wait_queue_head_t wait_q; 758 spinlock_t vlanlock; 759 spinlock_t mclock; 760 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)]; 761 struct list_head vid_list; 762 struct list_head mc_list; [all …]
|
D | qeth_l2_main.c | 535 static int qeth_l2_send_setdelmac(struct qeth_card *card, __u8 *mac, in qeth_l2_send_setdelmac()
|
D | qeth_core_main.c | 1962 int (*reply_cb)(struct qeth_card *, struct qeth_reply *, in qeth_send_control_data() 2829 int (*reply_cb)(struct qeth_card *, struct qeth_reply*, in qeth_send_ipa_cmd() 4269 int (*reply_cb)(struct qeth_card *, struct qeth_reply *, in qeth_send_ipa_snmp_cmd()
|
D | qeth_l3_main.c | 1114 int (*reply_cb)(struct qeth_card *, struct qeth_reply *, in qeth_l3_send_setassparms() 2469 int (*reply_cb)(struct qeth_card *, struct qeth_reply *, in qeth_l3_send_ipa_arp_cmd()
|