Searched refs:pending_buf (Results 1 – 5 of 5) sorted by relevance
76 Byte *pending_buf; /* output still pending */ member260 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}440 s->pending_out = s->pending_buf; in flush_pending()
1056 memcpy(&s->pending_buf[s->pending], buf, len);
111 memmove(state->pending_buf, state->pending_out, state->pending); in send_eobs()112 state->pending_out = state->pending_buf; in send_eobs()
2096 __le64 bd_num = cpu_to_le64((u64)ring->pending_buf); in hns3_tx_mem_doorbell()2106 ring->stats.tx_mem_doorbell += ring->pending_buf; in hns3_tx_mem_doorbell()2120 !ring->pending_buf && num <= HNS3_MAX_PUSH_BD_NUM && doorbell) { in hns3_tx_doorbell()2130 ring->pending_buf += num; in hns3_tx_doorbell()2145 writel(ring->pending_buf, in hns3_tx_doorbell()2148 ring->pending_buf = 0; in hns3_tx_doorbell()2858 tx_ring->stats.sw_err_cnt, tx_ring->pending_buf); in hns3_dump_queue_stats()4099 ring->pending_buf = 1; in hns3_alloc_skb()4188 ring->pending_buf++; in hns3_add_frag()4454 unused_count -= ring->pending_buf; in hns3_clean_rx_ring()[all …]
491 int pending_buf; member