Home
last modified time | relevance | path

Searched refs:IB_SEND_IP_CSUM (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
HDipoib_ib.c535 priv->tx_wr.wr.send_flags |= IB_SEND_IP_CSUM; in ipoib_send()
537 priv->tx_wr.wr.send_flags &= ~IB_SEND_IP_CSUM; in ipoib_send()
/freebsd-13-stable/sys/ofed/include/rdma/
HDib_verbs.h1229 IB_SEND_IP_CSUM = (1<<4), enumerator
/freebsd-13-stable/sys/dev/mthca/
HDmthca_qp.c1990 ((wr->send_flags & IB_SEND_IP_CSUM) ? in mthca_arbel_post_send()
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
HDmlx4_ib_qp.c3001 ((wr->send_flags & IB_SEND_IP_CSUM) ? in mlx4_ib_post_send()
/freebsd-13-stable/sys/dev/mlx5/mlx5_ib/
HDmlx5_ib_qp.c3038 if (wr->send_flags & IB_SEND_IP_CSUM) in set_eth_seg()