Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dskbuff.c1581 struct ubuf_info_msgzc *uarg_zc; in msg_zerocopy_realloc() local
1597 uarg_zc = uarg_to_msgzc(uarg); in msg_zerocopy_realloc()
1598 bytelen = uarg_zc->bytelen + size; in msg_zerocopy_realloc()
1599 if (uarg_zc->len == USHRT_MAX - 1 || bytelen > byte_limit) { in msg_zerocopy_realloc()
1607 if ((u32)(uarg_zc->id + uarg_zc->len) == next) { in msg_zerocopy_realloc()
1608 if (mm_account_pinned_pages(&uarg_zc->mmp, size)) in msg_zerocopy_realloc()
1610 uarg_zc->len++; in msg_zerocopy_realloc()
1611 uarg_zc->bytelen = bytelen; in msg_zerocopy_realloc()
1700 struct ubuf_info_msgzc *uarg_zc = uarg_to_msgzc(uarg); in msg_zerocopy_callback() local
1702 uarg_zc->zerocopy = uarg_zc->zerocopy & success; in msg_zerocopy_callback()
[all …]