Home
last modified time | relevance | path

Searched refs:t3_swrq (Results 1 – 2 of 2) sorted by relevance

/drivers/infiniband/hw/cxgb3/
Dcxio_wr.h683 struct t3_swrq { struct
704 struct t3_swrq *rq; /* SW RQ (holds consumer wr_ids */ argument
707 struct t3_swrq *rq_oldest_wr; /* oldest wr on the SW RQ */
Dcxio_hal.c284 wq->rq = kzalloc(depth * sizeof(struct t3_swrq), GFP_KERNEL); in cxio_create_qp()