Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_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/sys/ofed/include/rdma/
H A Dib_verbs.h1222 IB_SEND_IP_CSUM = (1<<4), enumerator
/freebsd/sys/dev/mthca/
H A Dmthca_qp.c1999 ((wr->send_flags & IB_SEND_IP_CSUM) ? in mthca_arbel_post_send()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c2911 case IB_SEND_IP_CSUM: in bnxt_re_build_raw_send()
3493 case IB_SEND_IP_CSUM: in bnxt_re_post_send()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c3009 ((wr->send_flags & IB_SEND_IP_CSUM) ? in mlx4_ib_post_send()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c3067 if (wr->send_flags & IB_SEND_IP_CSUM) in set_eth_seg()