Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/cxgb3/
Diwch_cq.c100 wc->ex.invalidate_rkey = CQE_WRID_STAG(cqe); in iwch_poll_cq_one()
Dcxio_wr.h622 #define CQE_WRID_STAG(x) (be32_to_cpu((x).u.rcqe.stag)) macro
/linux-3.4.99/drivers/infiniband/hw/cxgb4/
Dt4.h229 #define CQE_WRID_STAG(x) (be32_to_cpu((x)->u.rcqe.stag)) macro
Dcq.c609 wc->ex.invalidate_rkey = CQE_WRID_STAG(&cqe); in c4iw_poll_cq_one()