Home
last modified time | relevance | path

Searched refs:QETH_BUFSIZE (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/s390/net/ !
Dqeth_core.h242 #define QETH_BUFSIZE 4096 macro
Dqeth_core_main.c554 qeth_setup_ccw(channel->ccw, CCW_CMD_READ, QETH_BUFSIZE, iob->data); in __qeth_issue_next_read()
762 memset(channel->iob[index].data, 0, QETH_BUFSIZE); in __qeth_get_buffer()
778 memset(iob->data, 0, QETH_BUFSIZE); in qeth_release_buffer()
1335 kzalloc(QETH_BUFSIZE, GFP_DMA|GFP_KERNEL); in qeth_setup_channel()
1853 qeth_setup_ccw(channel->ccw, CCW_CMD_READ, QETH_BUFSIZE, iob->data); in qeth_idx_activate_get_answer()
4621 if (req_len > (QETH_BUFSIZE - IPA_PDU_HEADER_SIZE - in qeth_snmp_command()