Searched refs:nopcode (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_wr.c | 87 uint32_t nopcode, fence, immed_data = 0; in hermon_post_send_ud() local 152 nopcode = HERMON_WQE_SEND_NOPCODE_LSO; in hermon_post_send_ud() 156 nopcode |= (1 << 6); /* ReRead bit must be set */ in hermon_post_send_ud() 184 nopcode = HERMON_WQE_SEND_NOPCODE_SEND; in hermon_post_send_ud() 200 nopcode |= (rfci->rfci_eof << 16); in hermon_post_send_ud() 210 nopcode |= HERMON_WQE_SEND_NOPCODE_SENDI; in hermon_post_send_ud() 235 nopcode = HERMON_WQE_FCP_OPCODE_INIT_AND_SEND; in hermon_post_send_ud() 266 nopcode = HERMON_WQE_SEND_NOPCODE_FRWR; in hermon_post_send_ud() 291 nopcode = HERMON_WQE_SEND_NOPCODE_LCL_INV; in hermon_post_send_ud() 373 HERMON_SET_SEND_WQE_OWNER(qp, (uint32_t *)desc, nopcode); in hermon_post_send_ud() [all …]
|
/titanic_50/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_hw.c | 121 #define dapli_tavor_qp_send_doorbell(ia_uar, nda, nds, qpn, fence, nopcode) \ argument 126 ((uint64_t)nopcode << TAVOR_QPSNDDB_NOPCODE_SHIFT) | \ 137 uint32_t nds, uint32_t qpn, uint32_t fence, uint32_t nopcode) in dapli_tavor_qp_send_doorbell() argument 145 ((uint64_t)nopcode << TAVOR_QPSNDDB_NOPCODE_SHIFT) | in dapli_tavor_qp_send_doorbell() 467 uint32_t nopcode, fence; in dapli_tavor_wqe_send_linknext() local 506 nopcode = TAVOR_WQE_SEND_NOPCODE_RDMAW; in dapli_tavor_wqe_send_linknext() 510 nopcode = TAVOR_WQE_SEND_NOPCODE_SEND; in dapli_tavor_wqe_send_linknext() 514 nopcode = TAVOR_WQE_SEND_NOPCODE_RDMAR; in dapli_tavor_wqe_send_linknext() 518 nopcode = TAVOR_WQE_SEND_NOPCODE_BIND; in dapli_tavor_wqe_send_linknext() 524 nopcode); in dapli_tavor_wqe_send_linknext() [all …]
|
H A D | dapl_arbel_hw.c | 151 uint32_t nopcode, uint16_t wqe_counter, uint32_t nds) in dapli_arbel_sq_dbreg() argument 158 ((uint64_t)nopcode << ARBEL_QPSNDDB_NOPCODE_SHIFT) | in dapli_arbel_sq_dbreg() 370 uint32_t nopcode, fence, nda_op, ee_nds; in dapli_arbel_wqe_send_linknext() local 384 nopcode = ARBEL_WQE_SEND_NOPCODE_RDMAW; in dapli_arbel_wqe_send_linknext() 388 nopcode = ARBEL_WQE_SEND_NOPCODE_SEND; in dapli_arbel_wqe_send_linknext() 392 nopcode = ARBEL_WQE_SEND_NOPCODE_RDMAR; in dapli_arbel_wqe_send_linknext() 396 nopcode = ARBEL_WQE_SEND_NOPCODE_BIND; in dapli_arbel_wqe_send_linknext() 402 nopcode); in dapli_arbel_wqe_send_linknext() 407 nda_op = ((uintptr_t)curr_desc & ARBEL_WQE_NDA_MASK) | nopcode; in dapli_arbel_wqe_send_linknext() 419 dbinfo->db_nopcode = nopcode; in dapli_arbel_wqe_send_linknext()
|
H A D | dapl_hermon_hw.c | 53 #define HERMON_WQE_SETNEXT(desc, nopcode, size, fence) \ argument 54 ((uint64_t *)(desc))[0] = HTOBE_64((nopcode) | (size) | (fence) | \ 190 uint64_t nopcode; in dapli_hermon_wqe_send_build() local 217 nopcode = TAVOR_WQE_SEND_NOPCODE_SEND; in dapli_hermon_wqe_send_build() 223 nopcode = TAVOR_WQE_SEND_NOPCODE_RDMAW; in dapli_hermon_wqe_send_build() 229 nopcode = TAVOR_WQE_SEND_NOPCODE_RDMAR; in dapli_hermon_wqe_send_build() 285 nopcode = TAVOR_WQE_SEND_NOPCODE_BIND; in dapli_hermon_wqe_send_build() 397 HERMON_WQE_SETNEXT(addr, nopcode << 32, my_size, in dapli_hermon_wqe_send_build()
|
H A D | dapl_tavor_hw.h | 254 uint32_t nopcode :5; member 353 uint32_t nopcode :5; member
|
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_wr.c | 46 uint32_t nds, uint32_t qpn, uint32_t fence, uint32_t nopcode); 893 uint32_t qpn, uint32_t fence, uint32_t nopcode) in tavor_qp_send_doorbell() argument 901 ((uint64_t)nopcode << TAVOR_QPSNDDB_NOPCODE_SHIFT) | in tavor_qp_send_doorbell() 1309 uint32_t nopcode, fence; in tavor_wqe_send_linknext() local 1326 nopcode = TAVOR_WQE_SEND_NOPCODE_RDMAWI; in tavor_wqe_send_linknext() 1328 nopcode = TAVOR_WQE_SEND_NOPCODE_RDMAW; in tavor_wqe_send_linknext() 1334 nopcode = TAVOR_WQE_SEND_NOPCODE_SENDI; in tavor_wqe_send_linknext() 1336 nopcode = TAVOR_WQE_SEND_NOPCODE_SEND; in tavor_wqe_send_linknext() 1341 nopcode = TAVOR_WQE_SEND_NOPCODE_RDMAR; in tavor_wqe_send_linknext() 1345 nopcode = TAVOR_WQE_SEND_NOPCODE_ATMCS; in tavor_wqe_send_linknext() [all …]
|
/titanic_50/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor_hw.h | 2080 uint32_t nopcode :5; member 2176 uint32_t nopcode :5; member 2264 uint32_t nopcode :5; member
|