Home
last modified time | relevance | path

Searched refs:MLX4_OPCODE_LSO (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/ofed/libmlx4/src/
HDmlx4.h138 MLX4_OPCODE_LSO = 0x0e, enumerator
/NextBSD/sys/ofed/drivers/net/mlx4/
HDen_tx.c776 opcode = cpu_to_be32(MLX4_OPCODE_LSO | MLX4_WQE_CTRL_RR) | in mlx4_en_xmit()
922 if ((opcode & cpu_to_be32(0x1F)) == cpu_to_be32(MLX4_OPCODE_LSO)) in mlx4_en_xmit()
/NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/
HDcq.c817 case MLX4_OPCODE_LSO: in mlx4_ib_poll_one()
HDqp.c100 [IB_WR_LSO] = cpu_to_be32(MLX4_OPCODE_LSO),
/NextBSD/sys/ofed/include/linux/mlx4/
HDdevice.h323 MLX4_OPCODE_LSO = 0x0e, enumerator
/NextBSD/sys/dev/ifmlx4/
HDen_tx.c931 op_own = cpu_to_be32(MLX4_OPCODE_LSO | (1 << 6)) | in mlx4_en_xmit()