Lines Matching defs:wrq
745 struct sge_wrq *wrq;
757 * wrq: SGE egress queue that is given prebuilt work requests. Control queues
794 struct sge_wrq wrq;
1617 alloc_wrqe(int wr_len, struct sge_wrq *wrq)
1626 wr->wrq = wrq;
1645 struct sge_wrq *wrq = wr->wrq;
1647 TXQ_LOCK(wrq);
1648 if (__predict_true(wrq->eq.flags & EQ_HW_ALLOCATED))
1649 t4_wrq_tx_locked(sc, wrq, wr);
1652 TXQ_UNLOCK(wrq);