Searched defs:fence (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_arbel_hw.c150 dapli_arbel_sq_dbreg(dapls_hw_uar_t ia_uar, uint32_t qpn, uint32_t fence, argument
157 ((uint64_t)fence << ARBEL_QPSNDDB_F_SHIFT) |
370 uint32_t nopcode, fence, nda_op, ee_nds; local
374 * to setting up the "next_wqe_addr", "nopcode", "fence", and "nds"
406 fence = (curr_wr->wr_flags & IBT_WR_SEND_FENCE) ? 1 : 0;
408 ee_nds = ((fence == 1) ? ARBEL_WQE_SEND_FENCE_MASK : 0) |
420 dbinfo->db_fence = fence;
H A Ddapl_tavor_hw.c121 #define dapli_tavor_qp_send_doorbell(ia_uar, nda, nds, qpn, fence, nopcode) \
125 ((uint64_t)fence << TAVOR_QPSNDDB_F_SHIFT) | \
137 uint32_t nds, uint32_t qpn, uint32_t fence, uint32_t nopcode)
144 ((uint64_t)fence << TAVOR_QPSNDDB_F_SHIFT) |
467 uint32_t nopcode, fence; local
496 * to setting up the "next_wqe_addr", "nopcode", "fence", and "nds"
530 fence = (curr_wr->wr_flags & IBT_WR_SEND_FENCE) ? 1 : 0;
531 if (fence) {
545 dbinfo->db_fence = fence;
136 dapli_tavor_qp_send_doorbell(dapls_hw_uar_t ia_uar, uint32_t nda, uint32_t nds, uint32_t qpn, uint32_t fence, uint32_t nopcode) argument
H A Ddapl_tavor_hw.h253 uint32_t fence :1; member in struct:tavor_hw_uar_send_s
356 uint32_t fence :1; member in struct:tavor_hw_snd_wqe_nextctrl_s

Completed in 32 milliseconds