Lines Matching refs:op_own
726 __be32 op_own, bool bf_ok, in mlx4_en_tx_write_desc() argument
732 op_own |= htonl((bf_index & 0xffff) << 8); in mlx4_en_tx_write_desc()
737 tx_desc->ctrl.owner_opcode = op_own; in mlx4_en_tx_write_desc()
752 tx_desc->ctrl.owner_opcode = op_own; in mlx4_en_tx_write_desc()
838 __be32 op_own; in mlx4_en_xmit() local
977 op_own = cpu_to_be32(MLX4_OPCODE_LSO | (1 << 6)) | in mlx4_en_xmit()
996 op_own = cpu_to_be32(MLX4_OPCODE_SEND) | in mlx4_en_xmit()
1021 op_own |= cpu_to_be32(MLX4_WQE_CTRL_IIP | MLX4_WQE_CTRL_ILP); in mlx4_en_xmit()
1023 op_own |= cpu_to_be32(MLX4_WQE_CTRL_IIP); in mlx4_en_xmit()
1055 op_own, bf_ok, send_doorbell); in mlx4_en_xmit()
1119 __be32 op_own; in mlx4_en_xmit_frame() local
1156 op_own = cpu_to_be32(MLX4_OPCODE_SEND) | in mlx4_en_xmit_frame()
1169 tx_desc->ctrl.owner_opcode = op_own; in mlx4_en_xmit_frame()