Home
last modified time | relevance | path

Searched refs:fence (Results 1 – 24 of 24) sorted by relevance

/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v/
H A Dtst.rv32i.s86 fence
87 fence ow, ir
88 fence ir, ow
89 fence ior, iorw
90 fence.i
H A Dtst.rv32i.out56 libdis_test+0xdc: 0f 00 f0 0f fence
57 libdis_test+0xe0: 0f 00 a0 05 fence ow, ir
58 libdis_test+0xe4: 0f 00 50 0a fence ir, ow
59 libdis_test+0xe8: 0f 00 f0 0e fence ior, iorw
60 libdis_test+0xec: 0f 10 00 00 fence.i
H A Dtst.pseudo.s30 fence
H A Dtst.pseudo.out3 libdis_test+0x8: 0f 00 f0 0f fence
/illumos-gate/usr/src/common/ficl/test/
H A Dficltest.fr49 here constant fence
50 { fence forget fence -> here }
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_stp.h64 uint8_t *sense_data, uint_t fence);
66 uint_t fence);
H A Dsrpt_ch.h53 uint32_t len, uint_t fence);
H A Dsrpt_stp.c706 uint_t fence) in srpt_stp_send_mgmt_response() argument
746 status = srpt_ch_post_send(iu->iu_ch, iu, rsp_length, fence); in srpt_stp_send_mgmt_response()
760 uint8_t *sense_data, uint_t fence) in srpt_stp_send_response() argument
816 status = srpt_ch_post_send(iu->iu_ch, iu, rsp_length, fence); in srpt_stp_send_response()
H A Dsrpt_ch.c1344 uint_t fence) in srpt_ch_post_send() argument
1374 if (fence == SRPT_FENCE_SEND) { in srpt_ch_post_send()
/illumos-gate/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) \ argument
125 ((uint64_t)fence << TAVOR_QPSNDDB_F_SHIFT) | \
137 uint32_t nds, uint32_t qpn, uint32_t fence, uint32_t nopcode) in dapli_tavor_qp_send_doorbell() argument
144 ((uint64_t)fence << TAVOR_QPSNDDB_F_SHIFT) | in dapli_tavor_qp_send_doorbell()
467 uint32_t nopcode, fence; in dapli_tavor_wqe_send_linknext() local
530 fence = (curr_wr->wr_flags & IBT_WR_SEND_FENCE) ? 1 : 0; in dapli_tavor_wqe_send_linknext()
531 if (fence) { in dapli_tavor_wqe_send_linknext()
545 dbinfo->db_fence = fence; in dapli_tavor_wqe_send_linknext()
H A Ddapl_arbel_hw.c150 dapli_arbel_sq_dbreg(dapls_hw_uar_t ia_uar, uint32_t qpn, uint32_t fence, in dapli_arbel_sq_dbreg() argument
157 ((uint64_t)fence << ARBEL_QPSNDDB_F_SHIFT) | in dapli_arbel_sq_dbreg()
370 uint32_t nopcode, fence, nda_op, ee_nds; in dapli_arbel_wqe_send_linknext() local
406 fence = (curr_wr->wr_flags & IBT_WR_SEND_FENCE) ? 1 : 0; in dapli_arbel_wqe_send_linknext()
408 ee_nds = ((fence == 1) ? ARBEL_WQE_SEND_FENCE_MASK : 0) | in dapli_arbel_wqe_send_linknext()
420 dbinfo->db_fence = fence; in dapli_arbel_wqe_send_linknext()
H A Ddapl_tavor_hw.h253 uint32_t fence :1; member
356 uint32_t fence :1; member
H A Ddapl_hermon_hw.c53 #define HERMON_WQE_SETNEXT(desc, nopcode, size, fence) \ argument
54 ((uint64_t *)(desc))[0] = HTOBE_64((nopcode) | (size) | (fence) | \
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c284 int fence; in spec_assoc_fence() local
290 fence = 0; in spec_assoc_fence()
294 fence = 1; in spec_assoc_fence()
303 if (fence) in spec_assoc_fence()
310 fence ? "" : "un", (void *)csp, (void *)ndip)); in spec_assoc_fence()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c87 uint32_t nopcode, fence, immed_data = 0; in hermon_post_send_ud() local
353 fence = (wr->wr_flags & IBT_WR_SEND_FENCE) ? 1 : 0; in hermon_post_send_ud()
360 HERMON_WQE_SET_CTRL_SEGMENT(desc, desc_sz, fence, immed_data, in hermon_post_send_ud()
436 uint32_t nopcode, fence, immed_data = 0; in hermon_post_send_rc() local
696 fence = (wr->wr_flags & IBT_WR_SEND_FENCE) ? 1 : 0; in hermon_post_send_rc()
703 HERMON_WQE_SET_CTRL_SEGMENT(desc, desc_sz, fence, immed_data, solicited, in hermon_post_send_rc()
795 uint32_t nopcode, fence, immed_data = 0; in hermon_post_send() local
988 fence = (curr_wr->wr_flags & IBT_WR_SEND_FENCE) ? 1 : 0; in hermon_post_send()
1019 fence, immed_data, solicited, in hermon_post_send()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_hw.h287 uint8_t fence : 1; member
534 uint8_t fence : 1; member
H A Dsmartpqi_util.c986 bool_to_str(rqst->fence), rqst->error_index, rqst->task_attribute, in dump_aio()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c46 uint32_t nds, uint32_t qpn, uint32_t fence, uint32_t nopcode);
851 uint32_t qpn, uint32_t fence, uint32_t nopcode) in tavor_qp_send_doorbell() argument
858 ((uint64_t)fence << TAVOR_QPSNDDB_F_SHIFT) | in tavor_qp_send_doorbell()
1224 uint32_t nopcode, fence; in tavor_wqe_send_linknext() local
1277 fence = (curr_wr->wr_flags & IBT_WR_SEND_FENCE) ? 1 : 0; in tavor_wqe_send_linknext()
1278 if (fence) { in tavor_wqe_send_linknext()
1293 dbinfo->db_fence = fence; in tavor_wqe_send_linknext()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h4350 uint32_t fence :1; member
4915 #define HERMON_WQE_SET_CTRL_SEGMENT(desc, desc_sz, fence, \ argument
4923 cntr_tmp = (fence << 6) | desc_sz; \
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_hw.h2079 uint32_t fence :1; member
2179 uint32_t fence :1; member
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-utiltest.p5m1311 file path=opt/util-tests/tests/dis/i386/tst.fence.out mode=0444
1312 file path=opt/util-tests/tests/dis/i386/tst.fence.s mode=0444
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Drelease.txt6242 with fence might cause the QP not to post a CQE.
/illumos-gate/usr/src/cmd/spell/
H A Dlist8574 fence
/illumos-gate/usr/src/cmd/look/
H A Dwords8576 fence