Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/irdma/
H A Duser.h601 struct qp_err_code qp_err = {}; in irdma_ae_to_qp_err_code() local
614 qp_err.flush_code = FLUSH_PROT_ERR; in irdma_ae_to_qp_err_code()
615 qp_err.event_type = IRDMA_QP_EVENT_ACCESS_ERR; in irdma_ae_to_qp_err_code()
619 qp_err.flush_code = FLUSH_LOC_QP_OP_ERR; in irdma_ae_to_qp_err_code()
620 qp_err.event_type = IRDMA_QP_EVENT_CATASTROPHIC; in irdma_ae_to_qp_err_code()
627 qp_err.flush_code = FLUSH_LOC_LEN_ERR; in irdma_ae_to_qp_err_code()
628 qp_err.event_type = IRDMA_QP_EVENT_CATASTROPHIC; in irdma_ae_to_qp_err_code()
632 qp_err.flush_code = FLUSH_REM_ACCESS_ERR; in irdma_ae_to_qp_err_code()
633 qp_err.event_type = IRDMA_QP_EVENT_ACCESS_ERR; in irdma_ae_to_qp_err_code()
639 qp_err.flush_code = FLUSH_MW_BIND_ERR; in irdma_ae_to_qp_err_code()
[all …]
H A Dhw.c206 struct qp_err_code qp_err; in irdma_set_flush_fields() local
221 qp_err = irdma_ae_to_qp_err_code(info->ae_id); in irdma_set_flush_fields()
222 qp->flush_code = qp_err.flush_code; in irdma_set_flush_fields()
223 qp->event_type = qp_err.event_type; in irdma_set_flush_fields()
/linux/drivers/infiniband/hw/cxgb4/
H A Dcq.c109 (sizeof(*cq->queue) / 2)))->qp_err; in create_cq()
113 sizeof(*cq->queue)))->qp_err; in create_cq()
H A Dt4.h54 u8 qp_err; /* flit 1 - sw owns */ member
H A Dqp.c2339 &qhp->wq.rq.queue[qhp->wq.rq.size].status.qp_err; in c4iw_create_qp()
2342 &qhp->wq.sq.queue[qhp->wq.sq.size].status.qp_err; in c4iw_create_qp()