Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_qp.c330 u8 dest_rd_atomic; in get_hw_access_flags() local
335 dest_rd_atomic = attr->max_dest_rd_atomic; in get_hw_access_flags()
337 dest_rd_atomic = qp->resp_depth; in get_hw_access_flags()
344 if (!dest_rd_atomic) in get_hw_access_flags()
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dqp.c1315 u8 dest_rd_atomic; in to_mlx5_access_flags() local
1319 dest_rd_atomic = attr->max_dest_rd_atomic; in to_mlx5_access_flags()
1321 dest_rd_atomic = qp->resp_depth; in to_mlx5_access_flags()
1328 if (!dest_rd_atomic) in to_mlx5_access_flags()
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dqp.c1255 u8 dest_rd_atomic; in to_mlx4_access_flags() local
1260 dest_rd_atomic = attr->max_dest_rd_atomic; in to_mlx4_access_flags()
1262 dest_rd_atomic = qp->resp_depth; in to_mlx4_access_flags()
1269 if (!dest_rd_atomic) in to_mlx4_access_flags()