Searched refs:start_wrq_wr (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_smt.c | 132 req = start_wrq_wr(wrq, howmany(sizeof(*req), 16), &cookie); in t4_write_sme() 161 t6req = start_wrq_wr(wrq, howmany(sizeof(*t6req), 16), &cookie); in t4_write_sme()
|
H A D | t4_filter.c | 675 fwr = start_wrq_wr(&sc->sge.ctrlq[0], len16, &cookie); in set_tcamfilter() 1116 fwr = start_wrq_wr(&sc->sge.ctrlq[0], howmany(sizeof(*fwr), 16), &cookie); in del_tcamfilter() 1193 req = start_wrq_wr(&sc->sge.ctrlq[0], howmany(sizeof(*req), 16), &cookie); in set_tcb_field() 1658 wr = start_wrq_wr(&sc->sge.ctrlq[0], act_open_cpl_len16(sc, f->fs.type), in set_hashfilter() 1821 wr = start_wrq_wr(&sc->sge.ctrlq[0], howmany(wrlen, 16), &cookie);
|
H A D | t4_l2t.c | 183 req = start_wrq_wr(wrq, howmany(sizeof(*req), 16), &cookie); in t4_write_l2e()
|
H A D | adapter.h | 1479 void *start_wrq_wr(struct sge_wrq *, int, struct wrq_cookie *);
|
H A D | t4_sge.c | 2911 start_wrq_wr(struct sge_wrq *wrq, int len16, struct wrq_cookie *cookie) in start_wrq_wr() function 6567 flowc = start_wrq_wr(&cst->eo_txq->wrq, ETID_FLOWC_LEN16, &cookie); in send_etid_flowc_wr() 6610 flowc = start_wrq_wr(&cst->eo_txq->wrq, ETID_FLUSH_LEN16, &cookie); in send_etid_flush_wr() 6803 wr = start_wrq_wr(&cst->eo_txq->wrq, next_credits, &cookie); in ethofld_tx()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tom.c | 490 cpl = start_wrq_wr(&sc->sge.ctrlq[0], howmany(sizeof(*cpl), 16), in send_get_tcb() 872 flowc = start_wrq_wr(&toep->ofld_txq->wrq, flowclen16, &cookie); in send_mss_flowc_wr() 935 wrh = start_wrq_wr(toep->ctrlq, howmany(len, 16), &cookie); in t4_pmtu_update()
|