Lines Matching refs:op_own
764 __be32 op_own, bool bf_ok, in mlx4_en_tx_write_desc() argument
770 op_own |= htonl((bf_index & 0xffff) << 8); in mlx4_en_tx_write_desc()
775 tx_desc->ctrl.owner_opcode = op_own; in mlx4_en_tx_write_desc()
790 tx_desc->ctrl.owner_opcode = op_own; in mlx4_en_tx_write_desc()
877 __be32 op_own; in mlx4_en_xmit() local
1008 op_own = cpu_to_be32(MLX4_OPCODE_LSO | (1 << 6)) | in mlx4_en_xmit()
1027 op_own = cpu_to_be32(MLX4_OPCODE_SEND) | in mlx4_en_xmit()
1051 op_own |= cpu_to_be32(MLX4_WQE_CTRL_IIP | MLX4_WQE_CTRL_ILP); in mlx4_en_xmit()
1053 op_own |= cpu_to_be32(MLX4_WQE_CTRL_IIP); in mlx4_en_xmit()
1085 op_own, bf_ok, send_doorbell); in mlx4_en_xmit()
1148 __be32 op_own; in mlx4_en_xmit_frame() local
1181 op_own = cpu_to_be32(MLX4_OPCODE_SEND) | in mlx4_en_xmit_frame()
1193 tx_desc->ctrl.owner_opcode = op_own; in mlx4_en_xmit_frame()