Home
last modified time | relevance | path

Searched refs:IBT_WRC_FADD (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf.h101 #define OP_FETCH_AND_ADD IBT_WRC_FADD
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c568 case IBT_WRC_FADD: in hermon_post_send_rc()
569 if (wr->wr_opcode == IBT_WRC_FADD) in hermon_post_send_rc()
979 case IBT_WRC_FADD: in hermon_post_send()
1440 (wr->wr_opcode != IBT_WRC_FADD) && in hermon_wqe_send_build()
1480 (wr->wr_opcode == IBT_WRC_FADD)) { in hermon_wqe_send_build()
H A Dhermon_cq.c1352 type = IBT_WRC_FADD; in hermon_cq_cqe_consume()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cq.c1257 type = IBT_WRC_FADD; in tavor_cq_cqe_consume()
1348 (wc->wc_type == IBT_WRC_CSWAP) || (wc->wc_type == IBT_WRC_FADD)) { in tavor_cq_cqe_consume()
H A Dtavor_wr.c989 (wr->wr_opcode != IBT_WRC_FADD) && in tavor_wqe_send_build()
1029 (wr->wr_opcode == IBT_WRC_FADD)) { in tavor_wqe_send_build()
1263 case IBT_WRC_FADD: in tavor_wqe_send_linknext()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_comp.c134 case IBT_WRC_FADD: in uverbs_convert_wc()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h1215 #define IBT_WRC_FADD 5 /* Fetch & Add Atomic */ macro
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c2199 case IBT_WRC_FADD: in ibt2of_wc_opcode()