Home
last modified time | relevance | path

Searched refs:dest_rd_atomic (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mthca/
H A Dmthca_qp.c331 u8 dest_rd_atomic; in get_hw_access_flags() local
336 dest_rd_atomic = attr->max_dest_rd_atomic; in get_hw_access_flags()
338 dest_rd_atomic = qp->resp_depth; in get_hw_access_flags()
345 if (!dest_rd_atomic) in get_hw_access_flags()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c1351 u8 dest_rd_atomic; in to_mlx4_access_flags() local
1356 dest_rd_atomic = attr->max_dest_rd_atomic; in to_mlx4_access_flags()
1358 dest_rd_atomic = qp->resp_depth; in to_mlx4_access_flags()
1365 if (!dest_rd_atomic) in to_mlx4_access_flags()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c2209 u8 dest_rd_atomic; in to_mlx5_access_flags() local
2215 dest_rd_atomic = attr->max_dest_rd_atomic; in to_mlx5_access_flags()
2217 dest_rd_atomic = qp->trans_qp.resp_depth; in to_mlx5_access_flags()
2224 if (!dest_rd_atomic) in to_mlx5_access_flags()