Searched refs:mlx4_create_qp (Results 1 – 7 of 7) sorted by relevance
| /freebsd-9-stable/contrib/ofed/libmlx4/fixes/ |
| D | fix_inline_size.patch | 65 struct ibv_qp *mlx4_create_qp(struct ibv_pd *pd, struct ibv_qp_init_attr *attr) 67 struct mlx4_create_qp cmd; 68 @@ -412,11 +450,7 @@ struct ibv_qp *mlx4_create_qp(struct ibv
|
| D | lim_qp_resources.patch | 38 @@ -390,12 +390,14 @@ struct ibv_qp *mlx4_create_qp(struct ibv 57 @@ -461,8 +463,14 @@ struct ibv_qp *mlx4_create_qp(struct ibv
|
| D | xrc_consolidated_v2.patch | 142 @@ -90,4 +98,12 @@ struct mlx4_create_qp { 286 struct ibv_qp *mlx4_create_qp(struct ibv_pd *pd, struct ibv_qp_init_attr *attr); 450 @@ -415,7 +433,7 @@ struct ibv_qp *mlx4_create_qp(struct ibv_pd *pd, struct ibv_qp_init_attr *attr) 459 @@ -433,7 +451,7 @@ struct ibv_qp *mlx4_create_qp(struct ibv_pd *pd, struct ibv_qp_init_attr *attr) 468 @@ -442,7 +460,7 @@ struct ibv_qp *mlx4_create_qp(struct ibv_pd *pd, struct ibv_qp_init_attr *attr)
|
| /freebsd-9-stable/contrib/ofed/libmlx4/src/ |
| D | mlx4-abi.h | 100 struct mlx4_create_qp { struct
|
| D | mlx4.c | 128 .create_qp = mlx4_create_qp,
|
| D | verbs.c | 447 struct ibv_qp *mlx4_create_qp(struct ibv_pd *pd, struct ibv_qp_init_attr *attr) in mlx4_create_qp() function 449 struct mlx4_create_qp cmd; in mlx4_create_qp()
|
| D | mlx4.h | 402 struct ibv_qp *mlx4_create_qp(struct ibv_pd *pd, struct ibv_qp_init_attr *attr);
|