Home
last modified time | relevance | path

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

/titanic_44/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()
/titanic_44/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) | \
/titanic_44/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c283 int fence; in spec_assoc_fence() local
289 fence = 0; in spec_assoc_fence()
293 fence = 1; in spec_assoc_fence()
302 if (fence) in spec_assoc_fence()
309 fence ? "" : "un", (void *)csp, (void *)ndip)); in spec_assoc_fence()
/titanic_44/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()
/titanic_44/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);
893 uint32_t qpn, uint32_t fence, uint32_t nopcode) in tavor_qp_send_doorbell() argument
900 ((uint64_t)fence << TAVOR_QPSNDDB_F_SHIFT) | in tavor_qp_send_doorbell()
1309 uint32_t nopcode, fence; in tavor_wqe_send_linknext() local
1362 fence = (curr_wr->wr_flags & IBT_WR_SEND_FENCE) ? 1 : 0; in tavor_wqe_send_linknext()
1363 if (fence) { in tavor_wqe_send_linknext()
1378 dbinfo->db_fence = fence; in tavor_wqe_send_linknext()
/titanic_44/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_hw.h2079 uint32_t fence :1; member
2179 uint32_t fence :1; member
/titanic_44/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; \
/titanic_44/usr/src/cmd/look/
H A Dwords8577 fence
/titanic_44/usr/src/cmd/spell/
H A Dlist8575 fence