Home
last modified time | relevance | path

Searched refs:IB_WR_LSO (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c472 priv->tx_wr.wr.opcode = IB_WR_LSO; in post_send()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c112 [IB_WR_LSO] = cpu_to_be32(MLX4_OPCODE_LSO),
3106 if (wr->opcode == IB_WR_LSO) { in mlx4_ib_post_send()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h1193 IB_WR_LSO, enumerator
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c56 [IB_WR_LSO] = MLX5_OPCODE_LSO,
3074 if (wr->opcode == IB_WR_LSO) { in set_eth_seg()