Home
last modified time | relevance | path

Searched refs:QETH_HDR_CACHE_OBJ_SIZE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/net/
H A Dqeth_core_main.c3969 #define QETH_HDR_CACHE_OBJ_SIZE (sizeof(struct qeth_hdr_tso) + \ macro
4050 if (hdr_len + proto_len > QETH_HDR_CACHE_OBJ_SIZE) in qeth_add_hw_header()
7092 kmem_cache_create("qeth_hdr", QETH_HDR_CACHE_OBJ_SIZE, in qeth_core_init()
7093 roundup_pow_of_two(QETH_HDR_CACHE_OBJ_SIZE), in qeth_core_init()
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dqeth_core_main.c3903 #define QETH_HDR_CACHE_OBJ_SIZE (sizeof(struct qeth_hdr_tso) + \ macro
3986 if (hdr_len + proto_len > QETH_HDR_CACHE_OBJ_SIZE) in qeth_add_hw_header()
7087 kmem_cache_create("qeth_hdr", QETH_HDR_CACHE_OBJ_SIZE, in qeth_core_init()
7088 roundup_pow_of_two(QETH_HDR_CACHE_OBJ_SIZE), in qeth_core_init()

Completed in 18 milliseconds