Searched refs:nopcode (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hw.c121 #define dapli_tavor_qp_send_doorbell(ia_uar, nda, nds, qpn, fence, nopcode) \
126 ((uint64_t)nopcode << TAVOR_QPSNDDB_NOPCODE_SHIFT) | \
137 uint32_t nds, uint32_t qpn, uint32_t fence, uint32_t nopcode)
145 ((uint64_t)nopcode << TAVOR_QPSNDDB_NOPCODE_SHIFT) |
467 uint32_t nopcode, fence; local
496 * to setting up the "next_wqe_addr", "nopcode", "fence", and "nds"
501 * Determine the value for the Tavor WQE "nopcode" field
506 nopcode = TAVOR_WQE_SEND_NOPCODE_RDMAW;
510 nopcode = TAVOR_WQE_SEND_NOPCODE_SEND;
514 nopcode
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
[all...]
H A Ddapl_arbel_hw.c151 uint32_t nopcode, uint16_t wqe_counter, uint32_t nds)
158 ((uint64_t)nopcode << ARBEL_QPSNDDB_NOPCODE_SHIFT) |
370 uint32_t nopcode, fence, nda_op, ee_nds; local
374 * to setting up the "next_wqe_addr", "nopcode", "fence", and "nds"
379 * Determine the value for the Tavor WQE "nopcode" field
384 nopcode = ARBEL_WQE_SEND_NOPCODE_RDMAW;
388 nopcode = ARBEL_WQE_SEND_NOPCODE_SEND;
392 nopcode = ARBEL_WQE_SEND_NOPCODE_RDMAR;
396 nopcode = ARBEL_WQE_SEND_NOPCODE_BIND;
401 "dapli_arbel_wqe_send_linknext: invalid nopcode
150 dapli_arbel_sq_dbreg(dapls_hw_uar_t ia_uar, uint32_t qpn, uint32_t fence, uint32_t nopcode, uint16_t wqe_counter, uint32_t nds) argument
[all...]
H A Ddapl_hermon_hw.c53 #define HERMON_WQE_SETNEXT(desc, nopcode, size, fence) \
54 ((uint64_t *)(desc))[0] = HTOBE_64((nopcode) | (size) | (fence) | \
190 uint64_t nopcode; local
217 nopcode = TAVOR_WQE_SEND_NOPCODE_SEND;
223 nopcode = TAVOR_WQE_SEND_NOPCODE_RDMAW;
229 nopcode = TAVOR_WQE_SEND_NOPCODE_RDMAR;
285 nopcode = TAVOR_WQE_SEND_NOPCODE_BIND;
397 HERMON_WQE_SETNEXT(addr, nopcode << 32, my_size,
H A Ddapl_tavor_hw.h254 uint32_t nopcode :5; member in struct:tavor_hw_uar_send_s
353 uint32_t nopcode :5; member in struct:tavor_hw_snd_wqe_nextctrl_s

Completed in 24 milliseconds