Home
last modified time | relevance | path

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

/freebsd-13.1/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c537 priv->tx_wr.wr.send_flags |= IB_SEND_IP_CSUM; in ipoib_send()
539 priv->tx_wr.wr.send_flags &= ~IB_SEND_IP_CSUM; in ipoib_send()
/freebsd-13.1/sys/ofed/include/rdma/
H A Dib_verbs.h1228 IB_SEND_IP_CSUM = (1<<4), enumerator
/freebsd-13.1/sys/dev/mthca/
H A Dmthca_qp.c1990 ((wr->send_flags & IB_SEND_IP_CSUM) ? in mthca_arbel_post_send()
/freebsd-13.1/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c3001 ((wr->send_flags & IB_SEND_IP_CSUM) ? in mlx4_ib_post_send()
/freebsd-13.1/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c3041 if (wr->send_flags & IB_SEND_IP_CSUM) in set_eth_seg()