Searched refs:pending_buf (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/lib/zlib/ |
H A D | deflate.c | 290 s->pending_buf = (uchf *) overlay; 294 s->pending_buf == Z_NULL) { 301 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize; 369 s->pending_out = s->pending_buf; 577 strm->state->pending_out = strm->state->pending_buf; 644 strm->adler = crc32(strm->adler, s->pending_buf, 687 strm->adler = crc32(strm->adler, s->pending_buf + beg, 698 strm->adler = crc32(strm->adler, s->pending_buf + beg, 716 strm->adler = crc32(strm->adler, s->pending_buf + beg, 729 strm->adler = crc32(strm->adler, s->pending_buf + beg, [all …]
|
H A D | deflate.h | 97 Bytef *pending_buf; /* output still pending */ member 275 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
|
/openbmc/linux/lib/zlib_deflate/ |
H A D | defutil.h | 76 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 D | deflate.c | 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()
|
H A D | deftree.c | 1056 memcpy(&s->pending_buf[s->pending], buf, len);
|
/openbmc/linux/lib/zlib_dfltcc/ |
H A D | dfltcc_deflate.c | 111 memmove(state->pending_buf, state->pending_out, state->pending); in send_eobs() 112 state->pending_out = state->pending_buf; in send_eobs()
|
/openbmc/linux/drivers/crypto/qce/ |
H A D | sha.c | 16 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()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 2079 __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() 4054 ring->pending_buf = 1; in hns3_alloc_skb() 4143 ring->pending_buf++; in hns3_add_frag() 4409 unused_count -= ring->pending_buf; in hns3_clean_rx_ring() [all …]
|
H A D | hns3_enet.h | 491 int pending_buf; member
|