Searched refs:mthca_next_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/mthca/
H A Dmthca_wqe.h57 struct mthca_next_seg { struct
H A Dmthca_qp.c945 int max_data_size = desc_sz - sizeof (struct mthca_next_seg);
987 sizeof (struct mthca_next_seg)) /
1005 size = sizeof (struct mthca_next_seg) +
1050 size += sizeof (struct mthca_next_seg);
1220 struct mthca_next_seg *next;
1222 int size = (sizeof (struct mthca_next_seg) +
1618 ((struct mthca_next_seg *) wqe)->nda_op = 0;
1619 ((struct mthca_next_seg *) wqe)->ee_nds = 0;
1620 ((struct mthca_next_seg *) wqe)->flags =
1628 ((struct mthca_next_seg *) wq
[all...]
H A Dmthca_srq.c94 return (int *) (wqe + offsetof(struct mthca_next_seg, imm));
178 for (scatter = wqe + sizeof (struct mthca_next_seg);
212 roundup_pow_of_two(sizeof (struct mthca_next_seg) +
528 ((struct mthca_next_seg *) wqe)->nda_op = 0;
529 ((struct mthca_next_seg *) wqe)->ee_nds = 0;
532 wqe += sizeof (struct mthca_next_seg);
557 ((struct mthca_next_seg *) prev_wqe)->nda_op =
560 ((struct mthca_next_seg *) prev_wqe)->ee_nds =
647 ((struct mthca_next_seg *) wqe)->nda_op =
649 ((struct mthca_next_seg *) wq
[all...]

Completed in 66 milliseconds