Searched refs:mlx4_wqe_data_seg (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mlx4/
H A Dsrq.c104 sizeof (struct mlx4_wqe_data_seg)));
285 struct mlx4_wqe_data_seg *scat;
310 scat = (struct mlx4_wqe_data_seg *) (next + 1);
H A Dqp.c198 sizeof (struct mlx4_wqe_data_seg)) +
201 sizeof (struct mlx4_wqe_data_seg));
228 qp->rq.wqe_shift = ilog2(qp->rq.max_gs * sizeof (struct mlx4_wqe_data_seg));
256 sizeof (struct mlx4_wqe_data_seg),
261 sizeof (struct mlx4_wqe_data_seg);
1316 ((struct mlx4_wqe_data_seg *) wqe)->byte_count =
1318 ((struct mlx4_wqe_data_seg *) wqe)->lkey =
1320 ((struct mlx4_wqe_data_seg *) wqe)->addr =
1323 wqe += sizeof (struct mlx4_wqe_data_seg);
1324 size += sizeof (struct mlx4_wqe_data_seg) / 1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mlx4/
H A Dqp.h266 struct mlx4_wqe_data_seg { struct

Completed in 102 milliseconds