Lines Matching refs:byte_count
316 be32_to_cpu(data->byte_count), in mlx4_en_free_tx_desc()
343 be32_to_cpu(data->byte_count), in mlx4_en_free_tx_desc()
645 inl->byte_count = cpu_to_be32(1 << 31 | skb->len); in build_inline_wqe()
647 inl->byte_count = cpu_to_be32(1 << 31 | MIN_PKT_LEN); in build_inline_wqe()
657 inl->byte_count = cpu_to_be32(1 << 31 | spc); in build_inline_wqe()
679 inl->byte_count = cpu_to_be32(1 << 31 | (skb->len - spc)); in build_inline_wqe()
799 u32 byte_count = 0; in mlx4_en_xmit() local
806 byte_count = skb_frag_size(frag); in mlx4_en_xmit()
808 0, byte_count, in mlx4_en_xmit()
816 data->byte_count = cpu_to_be32(byte_count); in mlx4_en_xmit()
822 byte_count = skb_headlen(skb) - lso_header_size; in mlx4_en_xmit()
825 lso_header_size, byte_count, in mlx4_en_xmit()
833 data->byte_count = cpu_to_be32(byte_count); in mlx4_en_xmit()
837 tx_info->map0_byte_count = byte_count; in mlx4_en_xmit()
1012 be32_to_cpu(data->byte_count), in mlx4_en_xmit()