Searched refs:wc_type (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_ibtf.h | 67 ((ib_work_completion_t *)(cqe_p))->wc_type
|
H A D | dapl_arbel_hw.c | 848 wc->wc_type = type; in dapli_arbel_cq_cqe_consume() 954 wc->wc_type = 0; in dapli_arbel_cq_errcqe_consume()
|
H A D | dapl_hermon_hw.c | 850 wc->wc_type = type; in dapli_hermon_cq_cqe_consume() 960 wc->wc_type = 0; in dapli_hermon_cq_errcqe_consume()
|
H A D | dapl_tavor_hw.c | 1083 wc->wc_type = type; in dapli_tavor_cq_cqe_consume() 1191 wc->wc_type = 0; in dapli_tavor_cq_errcqe_consume()
|
/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | ib_cm.c | 326 (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()
|
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_cq.c | 1418 wc->wc_type = type; in tavor_cq_cqe_consume() 1457 } else if ((wc->wc_type == IBT_WRC_RDMAR) || in tavor_cq_cqe_consume() 1458 (wc->wc_type == IBT_WRC_CSWAP) || (wc->wc_type == IBT_WRC_FADD)) { in tavor_cq_cqe_consume()
|
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_ofs/ |
H A D | sol_kverbs.c | 2188 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()
|
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs_comp.c | 120 switch (ibt_wc->wc_type) { in uverbs_convert_wc()
|
/titanic_50/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibtl_types.h | 1271 ibt_wrc_opcode_t wc_type; /* Operation Type */ member
|
/titanic_50/usr/src/uts/common/io/comstar/port/srpt/ |
H A D | srpt_ch.c | 789 ASSERT(wcp->wc_type == IBT_WRC_RECV); in srpt_ch_rcq_hdlr()
|
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_cq.c | 1466 wc->wc_type = type; in hermon_cq_cqe_consume()
|
/titanic_50/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsib_ib.c | 1052 if (wc[ix].wc_type == IBT_WRC_RDMAW) { in rds_poll_send_completions()
|