Searched refs:qeth_alloc_cmd (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/s390/net/ |
| H A D | qeth_core_main.c | 995 struct qeth_cmd_buffer *qeth_alloc_cmd(struct qeth_channel *channel, in qeth_alloc_cmd() function 1024 EXPORT_SYMBOL_GPL(qeth_alloc_cmd); 1666 card->read_cmd = qeth_alloc_cmd(&card->read, QETH_BUFSIZE, 1, 0); in qeth_alloc_card() 2011 iob = qeth_alloc_cmd(&card->write, data_length, 1, QETH_TIMEOUT); in qeth_mpc_alloc_cmd() 2173 iob = qeth_alloc_cmd(channel, ciw->count, 1, QETH_RCD_TIMEOUT); in qeth_read_conf_data() 2310 iob = qeth_alloc_cmd(channel, QETH_BUFSIZE, 2, QETH_TIMEOUT); in qeth_idx_activate_read_channel() 2334 iob = qeth_alloc_cmd(channel, QETH_BUFSIZE, 2, QETH_TIMEOUT); in qeth_idx_activate_write_channel() 3108 iob = qeth_alloc_cmd(&card->write, IPA_PDU_HEADER_SIZE + data_length, 1, in qeth_ipa_alloc_cmd()
|
| H A D | qeth_core.h | 1088 struct qeth_cmd_buffer *qeth_alloc_cmd(struct qeth_channel *channel,
|
| H A D | qeth_l2_main.c | 1066 iob = qeth_alloc_cmd(&card->write, IPA_PDU_HEADER_SIZE + data_len, 1, in qeth_osn_assist()
|