Symbol: mthca_next_seg
sys/dev/mthca/mthca_main.c
210
sizeof (struct mthca_next_seg) -
sys/dev/mthca/mthca_qp.c
1035
size += sizeof (struct mthca_next_seg);
sys/dev/mthca/mthca_qp.c
1163
struct mthca_next_seg *next;
sys/dev/mthca/mthca_qp.c
1207
int size = (sizeof (struct mthca_next_seg) +
sys/dev/mthca/mthca_qp.c
1661
((struct mthca_next_seg *) wqe)->nda_op = 0;
sys/dev/mthca/mthca_qp.c
1662
((struct mthca_next_seg *) wqe)->ee_nds = 0;
sys/dev/mthca/mthca_qp.c
1663
((struct mthca_next_seg *) wqe)->flags =
sys/dev/mthca/mthca_qp.c
1671
((struct mthca_next_seg *) wqe)->imm = wr->ex.imm_data;
sys/dev/mthca/mthca_qp.c
1673
wqe += sizeof (struct mthca_next_seg);
sys/dev/mthca/mthca_qp.c
1674
size = sizeof (struct mthca_next_seg) / 16;
sys/dev/mthca/mthca_qp.c
1732
wqe - sizeof (struct mthca_next_seg),
sys/dev/mthca/mthca_qp.c
1774
((struct mthca_next_seg *) prev_wqe)->nda_op =
sys/dev/mthca/mthca_qp.c
1779
((struct mthca_next_seg *) prev_wqe)->ee_nds =
sys/dev/mthca/mthca_qp.c
1862
((struct mthca_next_seg *) wqe)->ee_nds =
sys/dev/mthca/mthca_qp.c
1864
((struct mthca_next_seg *) wqe)->flags = 0;
sys/dev/mthca/mthca_qp.c
1866
wqe += sizeof (struct mthca_next_seg);
sys/dev/mthca/mthca_qp.c
1867
size = sizeof (struct mthca_next_seg) / 16;
sys/dev/mthca/mthca_qp.c
1883
((struct mthca_next_seg *) prev_wqe)->ee_nds =
sys/dev/mthca/mthca_qp.c
2002
((struct mthca_next_seg *) wqe)->flags =
sys/dev/mthca/mthca_qp.c
2012
((struct mthca_next_seg *) wqe)->imm = wr->ex.imm_data;
sys/dev/mthca/mthca_qp.c
2014
wqe += sizeof (struct mthca_next_seg);
sys/dev/mthca/mthca_qp.c
2015
size = sizeof (struct mthca_next_seg) / 16;
sys/dev/mthca/mthca_qp.c
2073
wqe - sizeof (struct mthca_next_seg),
sys/dev/mthca/mthca_qp.c
2115
((struct mthca_next_seg *) prev_wqe)->nda_op =
sys/dev/mthca/mthca_qp.c
2120
((struct mthca_next_seg *) prev_wqe)->ee_nds =
sys/dev/mthca/mthca_qp.c
2201
((struct mthca_next_seg *) wqe)->flags = 0;
sys/dev/mthca/mthca_qp.c
2203
wqe += sizeof (struct mthca_next_seg);
sys/dev/mthca/mthca_qp.c
2244
struct mthca_next_seg *next;
sys/dev/mthca/mthca_qp.c
929
int max_data_size = desc_sz - sizeof (struct mthca_next_seg);
sys/dev/mthca/mthca_qp.c
971
sizeof (struct mthca_next_seg)) /
sys/dev/mthca/mthca_qp.c
990
size = sizeof (struct mthca_next_seg) +
sys/dev/mthca/mthca_srq.c
177
struct mthca_next_seg *next;
sys/dev/mthca/mthca_srq.c
189
for (scatter = wqe + sizeof (struct mthca_next_seg);
sys/dev/mthca/mthca_srq.c
223
roundup_pow_of_two(sizeof (struct mthca_next_seg) +
sys/dev/mthca/mthca_srq.c
462
struct mthca_next_seg *last_free;
sys/dev/mthca/mthca_srq.c
511
((struct mthca_next_seg *) wqe)->ee_nds = 0;
sys/dev/mthca/mthca_srq.c
514
wqe += sizeof (struct mthca_next_seg);
sys/dev/mthca/mthca_srq.c
531
((struct mthca_next_seg *) prev_wqe)->ee_nds =
sys/dev/mthca/mthca_srq.c
604
((struct mthca_next_seg *) wqe)->ee_nds = 0;
sys/dev/mthca/mthca_srq.c
607
wqe += sizeof (struct mthca_next_seg);
sys/dev/mthca/mthca_srq.c
663
sizeof (struct mthca_next_seg)) /
sys/dev/mthca/mthca_srq.c
94
return (int *) (wqe + offsetof(struct mthca_next_seg, imm));