Home
last modified time | relevance | path

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

/linux-6.15/lib/zlib_deflate/
H A Ddefutil.h76 Byte *pending_buf; /* output still pending */ member
260 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
440 s->pending_out = s->pending_buf; in flush_pending()
H A Ddeflate.c265 s->pending_buf = (uch *) overlay; in zlib_deflateInit2()
269 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize; in zlib_deflateInit2()
294 s->pending_out = s->pending_buf; in zlib_deflateReset()
H A Ddeftree.c1056 memcpy(&s->pending_buf[s->pending], buf, len);
/linux-6.15/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c111 memmove(state->pending_buf, state->pending_out, state->pending); in send_eobs()
112 state->pending_out = state->pending_buf; in send_eobs()
/linux-6.15/drivers/crypto/qce/
H A Dsha.c16 u8 pending_buf[QCE_SHA_MAX_BLOCKSIZE]; member
153 memcpy(export_state->pending_buf, rctx->buf, rctx->buflen); in qce_ahash_export()
177 memcpy(rctx->buf, import_state->pending_buf, rctx->buflen); in qce_ahash_import()
/linux-6.15/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c2118 ring->pending_buf += num; in hns3_tx_doorbell()
2133 writel(ring->pending_buf, in hns3_tx_doorbell()
2136 ring->pending_buf = 0; in hns3_tx_doorbell()
4056 ring->pending_buf = 1; in hns3_alloc_skb()
4145 ring->pending_buf++; in hns3_add_frag()
4411 unused_count -= ring->pending_buf; in hns3_clean_rx_ring()
4431 unused_count += ring->pending_buf; in hns3_clean_rx_ring()
4433 ring->pending_buf = 0; in hns3_clean_rx_ring()
5015 ring->pending_buf = 0; in hns3_fini_ring()
5496 ring->pending_buf = 0; in hns3_clear_tx_ring()
[all …]
H A Dhns3_enet.h491 int pending_buf; member