Home
last modified time | relevance | path

Searched refs:qeth_cmd_buffer (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/s390/net/
Dqeth_core.h573 struct qeth_cmd_buffer { struct
578 void (*callback) (struct qeth_channel *, struct qeth_cmd_buffer *); argument
592 struct qeth_cmd_buffer iob[QETH_CMD_BUFFER_NO];
872 int qeth_send_ipa_cmd(struct qeth_card *, struct qeth_cmd_buffer *,
876 struct qeth_cmd_buffer *qeth_get_ipacmd_buffer(struct qeth_card *,
903 struct qeth_cmd_buffer *);
904 void qeth_release_buffer(struct qeth_channel *, struct qeth_cmd_buffer *);
905 void qeth_prepare_ipa_cmd(struct qeth_card *, struct qeth_cmd_buffer *, char);
906 struct qeth_cmd_buffer *qeth_wait_for_buffer(struct qeth_channel *);
910 struct qeth_cmd_buffer *qeth_get_adapter_cmd(struct qeth_card *, __u32, __u32);
[all …]
Dqeth_core_main.c57 struct qeth_cmd_buffer *);
59 static struct qeth_cmd_buffer *qeth_get_buffer(struct qeth_channel *);
457 struct qeth_cmd_buffer *iob; in qeth_issue_next_read()
530 struct qeth_cmd_buffer *iob) in qeth_check_ipa_data()
650 static struct qeth_cmd_buffer *__qeth_get_buffer(struct qeth_channel *channel) in __qeth_get_buffer()
671 struct qeth_cmd_buffer *iob) in qeth_release_buffer()
686 static struct qeth_cmd_buffer *qeth_get_buffer(struct qeth_channel *channel) in qeth_get_buffer()
688 struct qeth_cmd_buffer *buffer = NULL; in qeth_get_buffer()
697 struct qeth_cmd_buffer *qeth_wait_for_buffer(struct qeth_channel *channel) in qeth_wait_for_buffer()
699 struct qeth_cmd_buffer *buffer; in qeth_wait_for_buffer()
[all …]
Dqeth_l3_main.c548 struct qeth_cmd_buffer *iob; in qeth_l3_send_setdelmc()
585 struct qeth_cmd_buffer *iob; in qeth_l3_send_setdelip()
617 struct qeth_cmd_buffer *iob; in qeth_l3_send_setrouting()
983 struct qeth_cmd_buffer *iob; in qeth_l3_send_setadp_mode()
1092 static struct qeth_cmd_buffer *qeth_l3_get_setassparms_cmd( in qeth_l3_get_setassparms_cmd()
1096 struct qeth_cmd_buffer *iob; in qeth_l3_get_setassparms_cmd()
1113 struct qeth_cmd_buffer *iob, __u16 len, long data, in qeth_l3_send_setassparms()
1138 struct qeth_cmd_buffer *iob; in qeth_l3_send_simple_setassparms_ipv6()
1154 struct qeth_cmd_buffer *iob; in qeth_l3_send_simple_setassparms()
1539 struct qeth_cmd_buffer *iob; in qeth_l3_iqd_read_initial_mac()
[all …]
Dqeth_l2_main.c286 struct qeth_cmd_buffer *iob; in qeth_l2_send_setdelvlan()
542 struct qeth_cmd_buffer *iob; in qeth_l2_send_setdelmac()
1243 struct qeth_cmd_buffer *iob) in qeth_osn_send_control_data()
1270 struct qeth_cmd_buffer *iob, int data_len) in qeth_osn_send_ipa_cmd()
1288 struct qeth_cmd_buffer *iob; in qeth_osn_assist()