Lines Matching refs:byte_count
311 be32_to_cpu(data->byte_count), in mlx4_en_free_tx_desc()
325 be32_to_cpu(data->byte_count), in mlx4_en_free_tx_desc()
652 inl->byte_count = cpu_to_be32(1 << 31 | skb->len); in build_inline_wqe()
654 inl->byte_count = cpu_to_be32(1 << 31 | MIN_PKT_LEN); in build_inline_wqe()
664 inl->byte_count = cpu_to_be32(1 << 31 | spc); in build_inline_wqe()
686 inl->byte_count = cpu_to_be32(1 << 31 | (skb->len - spc)); in build_inline_wqe()
774 u32 byte_count = 0; in mlx4_en_build_dma_wqe() local
782 byte_count = skb_frag_size(frag); in mlx4_en_build_dma_wqe()
784 0, byte_count, in mlx4_en_build_dma_wqe()
792 data->byte_count = cpu_to_be32(byte_count); in mlx4_en_build_dma_wqe()
798 byte_count = skb_headlen(skb) - lso_header_size; in mlx4_en_build_dma_wqe()
801 lso_header_size, byte_count, in mlx4_en_build_dma_wqe()
809 data->byte_count = cpu_to_be32(byte_count); in mlx4_en_build_dma_wqe()
813 tx_info->map0_byte_count = byte_count; in mlx4_en_build_dma_wqe()
823 be32_to_cpu(data->byte_count), in mlx4_en_build_dma_wqe()
1156 data->byte_count = cpu_to_be32(length); in mlx4_en_xmit_frame()