Home
last modified time | relevance | path

Searched refs:qp_cap_cache (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ofed/libmlx4/
H A Dcq.c317 if ((*cur_qp) && ((*cur_qp)->qp_cap_cache & MLX4_RX_CSUM_VALID)) in mlx4_parse_cqe()
360 if ((*cur_qp) && ((*cur_qp)->qp_cap_cache & MLX4_RX_CSUM_VALID)) { in mlx4_parse_cqe()
H A Dqp.c338 if (!(qp->qp_cap_cache & MLX4_CSUM_SUPPORT_UD_OVER_IB)) { in mlx4_post_send()
353 if (!(qp->qp_cap_cache & MLX4_CSUM_SUPPORT_RAW_OVER_ETH)) { in mlx4_post_send()
H A Dmlx4.h236 uint32_t qp_cap_cache; member
H A Dverbs.c1015 mqp->qp_cap_cache |= MLX4_CSUM_SUPPORT_UD_OVER_IB | in mlx4_modify_qp()
1021 mqp->qp_cap_cache |= MLX4_CSUM_SUPPORT_RAW_OVER_ETH | in mlx4_modify_qp()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.h417 uint32_t qp_cap_cache; member
H A Dcq.c164 if (qp->qp_cap_cache & MLX5_RX_CSUM_VALID) in handle_responder_lazy()
207 if (qp->qp_cap_cache & MLX5_RX_CSUM_VALID) in handle_responder()
H A Dqp.c821 if (!(qp->qp_cap_cache & MLX5_CSUM_SUPPORT_RAW_OVER_ETH)) { in _mlx5_post_send()
H A Dverbs.c1594 mqp->qp_cap_cache |= in mlx5_modify_qp()