Home
last modified time | relevance | path

Searched refs:qeth_alloc_cmd (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/s390/net/
Dqeth_core_main.c695 struct qeth_cmd_buffer *qeth_alloc_cmd(struct qeth_channel *channel, in qeth_alloc_cmd() function
724 EXPORT_SYMBOL_GPL(qeth_alloc_cmd);
1384 card->read_cmd = qeth_alloc_cmd(&card->read, QETH_BUFSIZE, 1, 0); in qeth_alloc_card()
1679 iob = qeth_alloc_cmd(&card->write, data_length, 1, QETH_TIMEOUT); in qeth_mpc_alloc_cmd()
1839 iob = qeth_alloc_cmd(channel, ciw->count, 1, QETH_RCD_TIMEOUT); in qeth_read_conf_data()
1977 iob = qeth_alloc_cmd(channel, QETH_BUFSIZE, 2, QETH_TIMEOUT); in qeth_idx_activate_read_channel()
2001 iob = qeth_alloc_cmd(channel, QETH_BUFSIZE, 2, QETH_TIMEOUT); in qeth_idx_activate_write_channel()
2725 iob = qeth_alloc_cmd(&card->write, IPA_PDU_HEADER_SIZE + data_length, 1, in qeth_ipa_alloc_cmd()
Dqeth_core.h1037 struct qeth_cmd_buffer *qeth_alloc_cmd(struct qeth_channel *channel,
Dqeth_l2_main.c1029 iob = qeth_alloc_cmd(&card->write, IPA_PDU_HEADER_SIZE + data_len, 1, in qeth_osn_assist()