Lines Matching refs:byte_count
318 be32_to_cpu(data->byte_count), in mlx4_en_free_tx_desc()
332 be32_to_cpu(data->byte_count), in mlx4_en_free_tx_desc()
701 inl->byte_count = cpu_to_be32(1 << 31 | skb->len); in build_inline_wqe()
703 inl->byte_count = cpu_to_be32(1 << 31 | MIN_PKT_LEN); in build_inline_wqe()
713 inl->byte_count = cpu_to_be32(1 << 31 | spc); in build_inline_wqe()
735 inl->byte_count = cpu_to_be32(1 << 31 | (skb->len - spc)); in build_inline_wqe()
821 u32 byte_count = 0; in mlx4_en_build_dma_wqe() local
827 byte_count = skb_frag_size(frag); in mlx4_en_build_dma_wqe()
829 0, byte_count, in mlx4_en_build_dma_wqe()
837 data->byte_count = cpu_to_be32(byte_count); in mlx4_en_build_dma_wqe()
843 byte_count = skb_headlen(skb) - lso_header_size; in mlx4_en_build_dma_wqe()
846 lso_header_size, byte_count, in mlx4_en_build_dma_wqe()
854 data->byte_count = cpu_to_be32(byte_count); in mlx4_en_build_dma_wqe()
858 tx_info->map0_byte_count = byte_count; in mlx4_en_build_dma_wqe()
868 be32_to_cpu(data->byte_count), in mlx4_en_build_dma_wqe()
1209 data->byte_count = cpu_to_be32(length); in mlx4_en_xmit_frame()