Home
last modified time | relevance | path

Searched refs:prev_desc (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb.cc178 db_next_index_desc *prev_desc; in exec_action() local
229 prev = extract_next_desc(previous, &next_type, &prev_desc); in exec_action()
243 if (prev_desc != NULL) { in exec_action()
244 res->status = internal_db.next(prev_desc, in exec_action()
277 prev = extract_next_desc(previous, &next_type, &prev_desc); in exec_action()
288 res->status = internal_db.reset_next(prev_desc); in exec_action()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c57 uint64_t *prev_desc, tavor_sw_wqe_dbinfo_t *dbinfo, tavor_qphdl_t qp);
61 uint_t curr_descsz, uint64_t *prev_desc, tavor_sw_wqe_dbinfo_t *dbinfo,
1220 uint64_t *curr_desc, uint_t curr_descsz, uint64_t *prev_desc, in tavor_wqe_send_linknext() argument
1306 if (prev_desc != NULL) { in tavor_wqe_send_linknext()
1316 TAVOR_WQE_LINKFIRST(qp, prev_desc, next); in tavor_wqe_send_linknext()
1338 TAVOR_WQE_LINKNEXT(qp, prev_desc, ctrl, next); in tavor_wqe_send_linknext()
1574 uint_t curr_descsz, uint64_t *prev_desc, tavor_sw_wqe_dbinfo_t *dbinfo, in tavor_wqe_mlx_linknext() argument
1628 if (prev_desc != NULL) { in tavor_wqe_mlx_linknext()
1638 TAVOR_WQE_LINKFIRST(qp, prev_desc, next); in tavor_wqe_mlx_linknext()
1694 TAVOR_WQE_LINKNEXT(qp, prev_desc, ctrl, next); in tavor_wqe_mlx_linknext()
[all …]