Lines Matching refs:wrq
107 wr = alloc_wrqe(roundup2(flowclen, 16), &toep->ofld_txq->wrq); in send_flowc_wr()
198 &toep->ofld_txq->wrq)) == NULL) { in update_tx_rate_limit()
262 wr = alloc_wrqe(sizeof(*req), &toep->ofld_txq->wrq); in send_reset()
466 wr = alloc_wrqe(sizeof(*req), &toep->ofld_txq->wrq); in t4_close_conn()
805 &toep->ofld_txq->wrq); in t4_push_frames()
825 &toep->ofld_txq->wrq); in t4_push_frames()
986 wr = alloc_wrqe(roundup2(plen, 16), &toep->ofld_txq->wrq); in write_iscsi_mbuf_wr()
1068 wr = alloc_wrqe(roundup2(wr_len, 16), &toep->ofld_txq->wrq); in write_iscsi_mbuf_wr()
1499 wr = alloc_wrqe(sizeof(*cpl), &ofld_txq->wrq); in send_abort_rpl()
1944 t4_set_tcb_field(struct adapter *sc, struct sge_wrq *wrq, struct toepcb *toep, in t4_set_tcb_field() argument
1956 wr = alloc_wrqe(sizeof(*req), wrq); in t4_set_tcb_field()
1970 if (wrq->eq.type == EQ_OFLD) { in t4_set_tcb_field()