Home
last modified time | relevance | path

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

/linux/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 Ddeftree.c1056 memcpy(&s->pending_buf[s->pending], buf, len);
/linux/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/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c2110 __le64 bd_num = cpu_to_le64((u64)ring->pending_buf); in hns3_tx_doorbell()
2120 ring->stats.tx_mem_doorbell += ring->pending_buf; in hns3_tx_doorbell()
2134 !ring->pending_buf && num <= HNS3_MAX_PUSH_BD_NUM && doorbell) { in hns3_tx_doorbell()
2144 ring->pending_buf += num; in hns3_tx_doorbell()
2159 writel(ring->pending_buf, in hns3_tsyn()
2162 ring->pending_buf = 0;
2871 tx_ring->stats.sw_err_cnt, tx_ring->pending_buf); in hns3_dump_queue_reg()
4112 ring->pending_buf = 1; in hns3_alloc_skb()
4201 ring->pending_buf++; in hns3_set_gro_and_checksum()
4467 unused_count -= ring->pending_buf; in hns3_clean_rx_ring()
[all...]
H A Dhns3_enet.h491 int pending_buf; member