Home
last modified time | relevance | path

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

/Linux-v5.10/lib/zlib_deflate/
Ddefutil.h76 Byte *pending_buf; /* output still pending */ member
260 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
438 s->pending_out = s->pending_buf; in flush_pending()
Ddeflate.c268 s->pending_buf = (uch *) overlay; in zlib_deflateInit2()
272 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize; in zlib_deflateInit2()
297 s->pending_out = s->pending_buf; in zlib_deflateReset()
Ddeftree.c1056 memcpy(&s->pending_buf[s->pending], buf, len);
/Linux-v5.10/lib/zlib_dfltcc/
Ddfltcc_deflate.c90 memmove(state->pending_buf, state->pending_out, state->pending); in send_eobs()
91 state->pending_out = state->pending_buf; in send_eobs()
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c1407 ring->pending_buf += num; in hns3_tx_doorbell()
1416 if (!ring->pending_buf) in hns3_tx_doorbell()
1419 writel(ring->pending_buf, in hns3_tx_doorbell()
1421 ring->pending_buf = 0; in hns3_tx_doorbell()
1886 tx_ring->stats.sw_err_cnt, tx_ring->pending_buf); in hns3_get_tx_timeo_queue_info()
2897 ring->pending_buf = 1; in hns3_alloc_skb()
2977 ring->pending_buf++; in hns3_add_frag()
3185 unused_count -= ring->pending_buf; in hns3_clean_rx_ring()
3192 ring->pending_buf; in hns3_clean_rx_ring()
3205 unused_count += ring->pending_buf; in hns3_clean_rx_ring()
[all …]
Dhns3_enet.h409 int pending_buf; member