Home
last modified time | relevance | path

Searched refs:pending_buf (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/lib/zlib_deflate/
H A Ddefutil.h76 Byte *pending_buf; /* output still pending */ member
77 ulg pending_buf_size; /* size of pending_buf */
258 * IN assertion: there is enough room in pending_buf.
260 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
438 s->pending_out = s->pending_buf; in flush_pending()
H A Ddeflate.c203 /* We overlay pending_buf and d_buf+l_buf. This works since the average in zlib_deflateInit2()
268 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()
317 * pending_buf.
855 * window to pending_buf.
862 /* Stored blocks are limited to 0xffff bytes, pending_buf is limited in deflate_stored()
890 /* Emit a stored block if pending_buf will be full: */ in deflate_stored()
H A Ddeftree.c1003 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */
1056 memcpy(&s->pending_buf[s->pending], buf, len);
/kernel/linux/linux-6.6/lib/zlib_deflate/
H A Ddefutil.h76 Byte *pending_buf; /* output still pending */ member
77 ulg pending_buf_size; /* size of pending_buf */
258 * IN assertion: there is enough room in pending_buf.
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.c203 /* We overlay pending_buf and d_buf+l_buf. This works since the average in zlib_deflateInit2()
268 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()
317 * pending_buf.
862 * window to pending_buf.
869 /* Stored blocks are limited to 0xffff bytes, pending_buf is limited in deflate_stored()
897 /* Emit a stored block if pending_buf will be full: */ in deflate_stored()
H A Ddeftree.c1003 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */
1056 memcpy(&s->pending_buf[s->pending], buf, len);
/kernel/linux/linux-5.10/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c88 * placed into pending_buf[pending], which is incorrect. Move the in send_eobs()
89 * remaining data to the beginning of pending_buf so that put_byte() is in send_eobs()
92 memmove(state->pending_buf, state->pending_out, state->pending); in send_eobs()
93 state->pending_out = state->pending_buf; in send_eobs()
/kernel/linux/linux-6.6/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c107 * placed into pending_buf[pending], which is incorrect. Move the in send_eobs()
108 * remaining data to the beginning of pending_buf so that put_byte() is in send_eobs()
111 memmove(state->pending_buf, state->pending_out, state->pending); in send_eobs()
112 state->pending_out = state->pending_buf; in send_eobs()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c1455 ring->pending_buf += num; in hns3_tx_doorbell()
1464 if (!ring->pending_buf) in hns3_tx_doorbell()
1467 writel(ring->pending_buf, in hns3_tx_doorbell()
1469 ring->pending_buf = 0; in hns3_tx_doorbell()
1922 tx_ring->stats.sw_err_cnt, tx_ring->pending_buf); in hns3_get_tx_timeo_queue_info()
2946 ring->pending_buf = 1; in hns3_alloc_skb()
3026 ring->pending_buf++; in hns3_add_frag()
3235 unused_count -= ring->pending_buf; in hns3_clean_rx_ring()
3255 unused_count += ring->pending_buf; in hns3_clean_rx_ring()
3257 ring->pending_buf in hns3_clean_rx_ring()
[all...]
H A Dhns3_enet.h410 int pending_buf; member
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c2079 __le64 bd_num = cpu_to_le64((u64)ring->pending_buf); in hns3_tx_mem_doorbell()
2089 ring->stats.tx_mem_doorbell += ring->pending_buf; in hns3_tx_mem_doorbell()
2105 !ring->pending_buf && num <= HNS3_MAX_PUSH_BD_NUM && doorbell) { in hns3_tx_doorbell()
2115 ring->pending_buf += num; in hns3_tx_doorbell()
2130 writel(ring->pending_buf, in hns3_tx_doorbell()
2133 ring->pending_buf = 0; in hns3_tx_doorbell()
2815 tx_ring->stats.sw_err_cnt, tx_ring->pending_buf); in hns3_dump_queue_stats()
4051 ring->pending_buf = 1; in hns3_alloc_skb()
4140 ring->pending_buf++; in hns3_add_frag()
4406 unused_count -= ring->pending_buf; in hns3_clean_rx_ring()
[all...]
H A Dhns3_enet.h489 int pending_buf; member

Completed in 24 milliseconds