Lines Matching refs:byte_cnt
186 u16 byte_cnt; /* Descriptor buffer byte count */ member
194 u16 byte_cnt; /* buffer byte count */ member
204 u16 byte_cnt; /* Descriptor buffer byte count */ member
212 u16 byte_cnt; /* buffer byte count */ member
506 u16 byte_cnt; in rxq_process() local
529 byte_cnt = rx_desc->byte_cnt; in rxq_process()
540 stats->rx_bytes += byte_cnt - 2; in rxq_process()
555 skb_put(skb, byte_cnt - 2 - 4); in rxq_process()
689 desc->byte_cnt = skb_frag_size(this_frag); in txq_submit_frag_skb()
772 desc->byte_cnt = length; in txq_submit_skb()
907 desc->byte_cnt, DMA_TO_DEVICE); in txq_reclaim()
910 desc->byte_cnt, DMA_TO_DEVICE); in txq_reclaim()