Searched refs:fwd_cnt (Results 1 – 3 of 3) sorted by relevance
98 __u32 fwd_cnt108 fwd_cnt120 __field(__u32, fwd_cnt)132 __entry->fwd_cnt = fwd_cnt;143 __entry->fwd_cnt)
108 hdr->fwd_cnt = cpu_to_le32(0); in virtio_transport_init_hdr() 448 vvs->fwd_cnt += bytes_dequeued; in virtio_transport_dec_rx_pkt() 456 vvs->last_fwd_cnt = vvs->fwd_cnt; in virtio_transport_inc_tx_pkt() 457 hdr->fwd_cnt = cpu_to_le32(vvs->fwd_cnt); in virtio_transport_inc_tx_pkt() 624 fwd_cnt_delta = vvs->fwd_cnt - vvs->last_fwd_cnt; in virtio_transport_stream_do_dequeue() 1520 /* buf_alloc and fwd_cnt is always included in the hdr */ in virtio_transport_space_update() 1523 vvs->peer_fwd_cnt = le32_to_cpu(hdr->fwd_cnt); in virtio_transport_space_update() 1628 le32_to_cpu(hdr->fwd_cnt)); in virtio_transport_recv_pkt() 1798 (vvs->fwd_cnt ! in virtio_transport_notify_set_rcvlowat() [all...]
66 __le32 fwd_cnt; member