Home
last modified time | relevance | path

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

/Linux-v5.4/lib/zlib_deflate/
Ddefutil.h74 Byte *pending_buf; /* output still pending */ member
262 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
Ddeflate.c239 s->pending_buf = (uch *) overlay; in zlib_deflateInit2()
243 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize; in zlib_deflateInit2()
268 s->pending_out = s->pending_buf; in zlib_deflateReset()
322 s->pending_out = s->pending_buf; in flush_pending()
Ddeftree.c1110 memcpy(&s->pending_buf[s->pending], buf, len);
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c2646 ring->pending_buf = 1; in hns3_alloc_skb()
2734 ring->pending_buf++; in hns3_add_frag()
2953 unused_count -= ring->pending_buf; in hns3_clean_rx_ring()
2960 ring->pending_buf; in hns3_clean_rx_ring()
2971 recv_bds += ring->pending_buf; in hns3_clean_rx_ring()
2972 unused_count += ring->pending_buf; in hns3_clean_rx_ring()
2974 ring->pending_buf = 0; in hns3_clean_rx_ring()
2979 recv_bds += ring->pending_buf; in hns3_clean_rx_ring()
2980 unused_count += ring->pending_buf; in hns3_clean_rx_ring()
2982 ring->pending_buf = 0; in hns3_clean_rx_ring()
[all …]
Dhns3_enet.h430 int pending_buf; member