Searched refs:qeth_alloc_cmd (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/s390/net/ |
D | qeth_core_main.c | 922 static struct qeth_cmd_buffer *qeth_alloc_cmd(struct qeth_channel *channel, in qeth_alloc_cmd() function 1609 card->read_cmd = qeth_alloc_cmd(&card->read, QETH_BUFSIZE, 1, 0); in qeth_alloc_card() 1952 iob = qeth_alloc_cmd(&card->write, data_length, 1, QETH_TIMEOUT); in qeth_mpc_alloc_cmd() 2112 iob = qeth_alloc_cmd(channel, ciw->count, 1, QETH_RCD_TIMEOUT); in qeth_read_conf_data() 2249 iob = qeth_alloc_cmd(channel, QETH_BUFSIZE, 2, QETH_TIMEOUT); in qeth_idx_activate_read_channel() 2273 iob = qeth_alloc_cmd(channel, QETH_BUFSIZE, 2, QETH_TIMEOUT); in qeth_idx_activate_write_channel() 3041 iob = qeth_alloc_cmd(&card->write, IPA_PDU_HEADER_SIZE + data_length, 1, in qeth_ipa_alloc_cmd()
|