/titanic_50/usr/src/uts/common/io/comstar/port/srpt/ |
H A D | srpt_stp.h | 64 uint8_t *sense_data, uint_t fence); 66 uint_t fence);
|
H A D | srpt_ch.h | 53 uint32_t len, uint_t fence);
|
H A D | srpt_stp.c | 706 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 D | srpt_ch.c | 1344 uint_t fence) in srpt_ch_post_send() argument 1374 if (fence == SRPT_FENCE_SEND) { in srpt_ch_post_send()
|
/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 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 D | dapl_arbel_hw.c | 150 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 D | dapl_tavor_hw.h | 253 uint32_t fence :1; member 356 uint32_t fence :1; member
|
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) | \
|
/titanic_50/usr/src/uts/common/fs/specfs/ |
H A D | specsubr.c | 283 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_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 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_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 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_50/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor_hw.h | 2079 uint32_t fence :1; member 2179 uint32_t fence :1; member
|
/titanic_50/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_hw.h | 4350 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_50/usr/src/cmd/look/ |
H A D | words | 8577 fence
|
/titanic_50/usr/src/cmd/spell/ |
H A D | list | 8575 fence
|