Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_fp.c2863 struct cq_req *hwcqe, in bnxt_qplib_cq_process_req() argument
2874 qp = (struct bnxt_qplib_qp *)le64_to_cpu(hwcqe->qp_handle); in bnxt_qplib_cq_process_req()
2883 cqe_sq_cons = le16_to_cpu(hwcqe->sq_cons_idx) % sq->max_wqe; in bnxt_qplib_cq_process_req()
2917 hwcqe->status != CQ_REQ_STATUS_OK) { in bnxt_qplib_cq_process_req()
2918 cqe->status = hwcqe->status; in bnxt_qplib_cq_process_req()
2984 struct cq_res_rc *hwcqe, in bnxt_qplib_cq_process_res_rc() argument
2995 qp = (struct bnxt_qplib_qp *)le64_to_cpu(hwcqe->qp_handle); in bnxt_qplib_cq_process_res_rc()
3007 cqe->opcode = hwcqe->cqe_type_toggle & CQ_BASE_CQE_TYPE_MASK; in bnxt_qplib_cq_process_res_rc()
3008 cqe->length = le32_to_cpu(hwcqe->length); in bnxt_qplib_cq_process_res_rc()
3009 cqe->invrkey = le32_to_cpu(hwcqe->imm_data_or_inv_r_key); in bnxt_qplib_cq_process_res_rc()
[all …]