Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/mthca/
Dmthca_wqe.h59 __be32 ee_nds; /* [31:8] next EE [7] DBD [6] F [5:0] next WQE size */ member
Dmthca_srq.c509 ((struct mthca_next_seg *) wqe)->ee_nds = 0; in mthca_tavor_post_srq_recv()
529 ((struct mthca_next_seg *) prev_wqe)->ee_nds = in mthca_tavor_post_srq_recv()
602 ((struct mthca_next_seg *) wqe)->ee_nds = 0; in mthca_arbel_post_srq_recv()
Dmthca_qp.c1198 next->ee_nds = cpu_to_be32(size); in mthca_alloc_qp_common()
1645 ((struct mthca_next_seg *) wqe)->ee_nds = 0; in mthca_tavor_post_send()
1762 ((struct mthca_next_seg *) prev_wqe)->ee_nds = in mthca_tavor_post_send()
1845 ((struct mthca_next_seg *) wqe)->ee_nds = in mthca_tavor_post_receive()
1866 ((struct mthca_next_seg *) prev_wqe)->ee_nds = in mthca_tavor_post_receive()
2103 ((struct mthca_next_seg *) prev_wqe)->ee_nds = in mthca_arbel_post_send()
2243 *dbd = !!(next->ee_nds & cpu_to_be32(MTHCA_NEXT_DBD)); in mthca_free_err_wqe()
2244 if (next->ee_nds & cpu_to_be32(0x3f)) in mthca_free_err_wqe()
2246 (next->ee_nds & cpu_to_be32(0x3f)); in mthca_free_err_wqe()