Searched refs:destroy_pending (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/ofed/libirdma/
H A Dirdma_user.h395 bool destroy_pending:1; /* Indicates the QP is being destroyed */ member in struct:irdma_qp_uk
H A Dirdma_uk.c1370 if (!qp || qp->destroy_pending) {
/freebsd-current/sys/dev/irdma/
H A Dirdma_user.h496 bool destroy_pending:1; /* Indicates the QP is being destroyed */ member in struct:irdma_qp_uk
H A Dirdma_kcompat.c890 if (iwqp->sc_qp.qp_uk.destroy_pending)
892 iwqp->sc_qp.qp_uk.destroy_pending = true;
H A Dirdma_cm.c3372 if (iwqp->flush_issued || iwqp->sc_qp.qp_uk.destroy_pending) {
3422 if (issue_flush && !iwqp->sc_qp.qp_uk.destroy_pending) {
4088 if (iwqp->sc_qp.qp_uk.destroy_pending) {
H A Dirdma_uk.c1261 if (!qp || qp->destroy_pending) {
H A Dirdma_verbs.c672 if (iwqp->sc_qp.qp_uk.destroy_pending)

Completed in 137 milliseconds