Home
last modified time | relevance | path

Searched refs:wc_type (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf.h67 ((ib_work_completion_t *)(cqe_p))->wc_type
H A Ddapl_arbel_hw.c848 wc->wc_type = type; in dapli_arbel_cq_cqe_consume()
954 wc->wc_type = 0; in dapli_arbel_cq_errcqe_consume()
H A Ddapl_tavor_hw.c1083 wc->wc_type = type; in dapli_tavor_cq_cqe_consume()
1191 wc->wc_type = 0; in dapli_tavor_cq_errcqe_consume()
H A Ddapl_hermon_hw.c850 wc->wc_type = type; in dapli_hermon_cq_cqe_consume()
960 wc->wc_type = 0; in dapli_hermon_cq_errcqe_consume()
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_cm.c326 (unsigned long long)wc.wc_id, wc.wc_type, wc.wc_status, in rdsv3_ib_snd_tasklet_fn()
338 (unsigned long long)wc.wc_id, wc.wc_type, wc.wc_status, in rdsv3_ib_snd_tasklet_fn()
392 (unsigned long long)wc[i].wc_id, wc[i].wc_type, in rdsv3_ib_tasklet_fn()
412 (unsigned long long)wc[i].wc_id, wc[i].wc_type, in rdsv3_ib_tasklet_fn()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c1308 wc->wc_type = type; in tavor_cq_cqe_consume()
1347 } else if ((wc->wc_type == IBT_WRC_RDMAR) || in tavor_cq_cqe_consume()
1348 (wc->wc_type == IBT_WRC_CSWAP) || (wc->wc_type == IBT_WRC_FADD)) { in tavor_cq_cqe_consume()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c2188 ibt2of_wc_opcode(ibt_wrc_opcode_t wc_type) in ibt2of_wc_opcode() argument
2190 switch (wc_type) { in ibt2of_wc_opcode()
2207 ASSERT(wc_type == IBT_WRC_RECV_RDMAWI); in ibt2of_wc_opcode()
2225 wc->opcode = ibt2of_wc_opcode(ibt_wc->wc_type); in set_wc()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_comp.c120 switch (ibt_wc->wc_type) { in uverbs_convert_wc()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h1271 ibt_wrc_opcode_t wc_type; /* Operation Type */ member
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c789 ASSERT(wcp->wc_type == IBT_WRC_RECV); in srpt_ch_rcq_hdlr()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cq.c1466 wc->wc_type = type; in hermon_cq_cqe_consume()
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ib.c1052 if (wc[ix].wc_type == IBT_WRC_RDMAW) { in rds_poll_send_completions()