start_wrq_wr
void *start_wrq_wr(struct sge_wrq *, int, struct wrq_cookie *);
fwr = start_wrq_wr(&sc->sge.ctrlq[0], howmany(sizeof(*fwr), 16), &cookie);
req = start_wrq_wr(&sc->sge.ctrlq[0], howmany(sizeof(*req), 16), &cookie);
wr = start_wrq_wr(&sc->sge.ctrlq[0], act_open_cpl_len16(sc, f->fs.type),
wr = start_wrq_wr(&sc->sge.ctrlq[0], howmany(wrlen, 16), &cookie);
fwr = start_wrq_wr(&sc->sge.ctrlq[0], len16, &cookie);
req = start_wrq_wr(wrq, howmany(sizeof(*req), 16), &cookie);
flowc = start_wrq_wr(&cst->eo_txq->wrq, ETID_FLOWC_LEN16, &cookie);
flowc = start_wrq_wr(&cst->eo_txq->wrq, ETID_FLUSH_LEN16, &cookie);
wr = start_wrq_wr(&cst->eo_txq->wrq, next_credits, &cookie);
req = start_wrq_wr(wrq, howmany(sizeof(*req), 16), &cookie);
t6req = start_wrq_wr(wrq, howmany(sizeof(*t6req), 16), &cookie);
cpl = start_wrq_wr(&sc->sge.ctrlq[0], howmany(sizeof(*cpl), 16),
flowc = start_wrq_wr(&toep->ofld_txq->wrq, flowclen16, &cookie);
wrh = start_wrq_wr(toep->ctrlq, howmany(len, 16), &cookie);