Searched refs:creqe (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_rcfw.c | 382 struct creq_base *creqe; in bnxt_qplib_service_creq() local 392 creqe = bnxt_qplib_get_qe(hwq, sw_cons, NULL); in bnxt_qplib_service_creq() 393 if (!CREQ_CMP_VALID(creqe, raw_cons, hwq->max_elements)) in bnxt_qplib_service_creq() 400 type = creqe->type & CREQ_BASE_TYPE_MASK; in bnxt_qplib_service_creq() 404 (rcfw, (struct creq_qp_event *)creqe, in bnxt_qplib_service_creq() 410 (rcfw, (struct creq_func_event *)creqe)) in bnxt_qplib_service_creq() 419 "creqe with event 0x%x not handled\n", in bnxt_qplib_service_creq()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_rcfw.c | 736 struct creq_base *creqe; in bnxt_qplib_service_creq() local 746 creqe = bnxt_qplib_get_qe(hwq, sw_cons, NULL); in bnxt_qplib_service_creq() 747 if (!CREQ_CMP_VALID(creqe, raw_cons, hwq->max_elements)) in bnxt_qplib_service_creq() 755 type = creqe->type & CREQ_BASE_TYPE_MASK; in bnxt_qplib_service_creq() 759 (rcfw, (struct creq_qp_event *)creqe, in bnxt_qplib_service_creq() 765 (rcfw, (struct creq_func_event *)creqe)) in bnxt_qplib_service_creq() 774 "creqe with event 0x%x not handled\n", in bnxt_qplib_service_creq()
|
Completed in 4 milliseconds