Searched refs:tavor_hw_cqe_t (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c50 tavor_hw_cqe_t *cqe, ibt_wc_t *wc);
52 tavor_hw_cqe_t *cqe, ibt_wc_t *wc);
53 static void tavor_cqe_sync(tavor_cqhdl_t cq, tavor_hw_cqe_t *cqe,
55 static void tavor_cq_resize_helper(tavor_cqhdl_t cq, tavor_hw_cqe_t *new_cqbuf,
75 tavor_hw_cqe_t *buf;
196 cq->cq_cqinfo.qa_size = (1 << log_cq_size) * sizeof (tavor_hw_cqe_t);
197 cq->cq_cqinfo.qa_alloc_align = sizeof (tavor_hw_cqe_t);
198 cq->cq_cqinfo.qa_bind_align = sizeof (tavor_hw_cqe_t);
210 buf = (tavor_hw_cqe_t *)cq->cq_cqinfo.qa_buf_aligned;
556 tavor_hw_cqe_t *bu
[all...]
H A Dtavor_wr.c74 tavor_cqhdl_t cq, tavor_hw_cqe_t *cqe);
2779 tavor_wrid_get_entry(tavor_cqhdl_t cq, tavor_hw_cqe_t *cqe,
2861 tavor_hw_cqe_t *cqe)
2999 tavor_hw_cqe_t *cqe)
H A Dtavor_umap.c1226 data->mcq_cqesz = sizeof (tavor_hw_cqe_t);
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_wr.h119 dapls_tavor_wrid_list_hdr_t *, tavor_hw_cqe_t *);
H A Ddapl_arbel_hw.c75 extern uint64_t dapls_tavor_wrid_get_entry(ib_cq_handle_t, tavor_hw_cqe_t *,
88 static int dapli_arbel_cq_cqe_consume(ib_cq_handle_t, tavor_hw_cqe_t *,
90 static int dapli_arbel_cq_errcqe_consume(ib_cq_handle_t, tavor_hw_cqe_t *,
554 tavor_hw_cqe_t *cqe;
614 tavor_hw_cqe_t *cqe;
706 tavor_hw_cqe_t *cqe;
752 dapli_arbel_cq_cqe_consume(ib_cq_handle_t cqhdl, tavor_hw_cqe_t *cqe,
861 dapli_arbel_cq_errcqe_consume(ib_cq_handle_t cqhdl, tavor_hw_cqe_t *cqe,
1388 tavor_hw_cqe_t *cqe;
1389 tavor_hw_cqe_t *next_cq
[all...]
H A Ddapl_tavor_hw.c41 extern uint64_t dapls_tavor_wrid_get_entry(ib_cq_handle_t, tavor_hw_cqe_t *,
58 static int dapli_tavor_cq_cqe_consume(ib_cq_handle_t, tavor_hw_cqe_t *,
60 static int dapli_tavor_cq_errcqe_consume(ib_cq_handle_t, tavor_hw_cqe_t *,
786 tavor_hw_cqe_t *cqe;
843 tavor_hw_cqe_t *cqe;
943 tavor_hw_cqe_t *cqe;
991 dapli_tavor_cq_cqe_consume(ib_cq_handle_t cqhdl, tavor_hw_cqe_t *cqe,
1096 dapli_tavor_cq_errcqe_consume(ib_cq_handle_t cqhdl, tavor_hw_cqe_t *cqe,
1721 tavor_hw_cqe_t *cqe;
1722 tavor_hw_cqe_t *next_cq
[all...]
H A Ddapl_hermon_hw.c76 extern uint64_t dapls_tavor_wrid_get_entry(ib_cq_handle_t, tavor_hw_cqe_t *,
785 wc->wc_id = dapls_tavor_wrid_get_entry(cqhdl, (tavor_hw_cqe_t *)cqe,
886 wc->wc_id = dapls_tavor_wrid_get_entry(cqhdl, (tavor_hw_cqe_t *)cqe,
1443 tavor_hw_cqe_t *cqe;
1444 tavor_hw_cqe_t *next_cqe;
1521 sizeof (tavor_hw_cqe_t));
H A Ddapl_tavor_wr.c33 dapls_tavor_workq_hdr_t *, tavor_hw_cqe_t *);
59 dapls_tavor_wrid_get_entry(ib_cq_handle_t cq, tavor_hw_cqe_t *cqe,
124 dapli_tavor_wrid_find_match(dapls_tavor_workq_hdr_t *wq, tavor_hw_cqe_t *cqe)
257 tavor_hw_cqe_t *cqe)
H A Ddapl_tavor_hw.h148 } tavor_hw_cqe_t; typedef in typeref:struct:tavor_hw_cqe_s
H A Ddapl_tavor_ibtf_util.c171 cq_handle->cq_addr = (tavor_hw_cqe_t *)(void *) mmap64(
363 cq_addr = (tavor_hw_cqe_t *)(void *)mmap64((void *)0,
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_typedef.h67 typedef struct tavor_hw_cqe_s tavor_hw_cqe_t; typedef in typeref:struct:tavor_hw_cqe_s
H A Dtavor_wr.h303 uint64_t tavor_wrid_get_entry(tavor_cqhdl_t cqhdl, tavor_hw_cqe_t *cqe,
314 tavor_cqhdl_t cq, tavor_hw_cqe_t *cqe);
H A Dtavor_cq.h215 tavor_hw_cqe_t *cq_buf;

Completed in 134 milliseconds