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

/freebsd-current/contrib/ofed/libirdma/
H A Dirdma-abi.h123 __u8 rq_flush; member in struct:irdma_modify_qp_req
H A Dabi.h174 __u8 rq_flush; member in struct:irdma_modify_qp_cmd
H A Dirdma_uverbs.c1560 irdma_issue_flush(struct ibv_qp *qp, bool sq_flush, bool rq_flush) argument
1568 cmd_ex.rq_flush = rq_flush;
/freebsd-current/sys/dev/irdma/
H A Dirdma-abi.h123 __u8 rq_flush; member in struct:irdma_modify_qp_req
H A Dirdma_verbs.c791 #define IRDMA_MODIFY_QP_MIN_REQ_LEN offsetofend(struct irdma_modify_qp_req, rq_flush)
1057 (ureq.rq_flush ? IRDMA_FLUSH_RQ : 0) |
1150 #define IRDMA_MODIFY_QP_MIN_REQ_LEN offsetofend(struct irdma_modify_qp_req, rq_flush)
1264 (ureq.rq_flush ? IRDMA_FLUSH_RQ : 0) |
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dqplib_fp.h386 struct list_head rq_flush; member in struct:bnxt_qplib_qp
H A Dqplib_fp.c78 list_add_tail(&qp->rq_flush, &rcq->rqf_head);
122 list_del(&qp->rq_flush);
1245 INIT_LIST_HEAD(&qp->rq_flush);
3435 list_for_each_entry(qp, &cq->rqf_head, rq_flush) {

Completed in 206 milliseconds