Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgb/ulp/iw_cxgb/
Diw_cxgb_wr.h627 struct t3_swrq { struct
647 struct t3_swrq *rq; /* SW RQ (holds consumer wr_ids */ argument
650 struct t3_swrq *rq_oldest_wr; /* oldest wr on the SW RQ */
Diw_cxgb_hal.c304 wq->rq = malloc(depth * sizeof(struct t3_swrq), M_DEVBUF, M_NOWAIT|M_ZERO); in cxio_create_qp()