Searched refs:wrlen (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/dev/cxgbe/ |
| H A D | offload.h | 38 #define INIT_ULPTX_WRH(w, wrlen, atomic, tid) do { \ argument 40 (w)->wr_mid = htonl(V_FW_WR_LEN16(DIV_ROUND_UP(wrlen, 16)) | \ 45 #define INIT_ULPTX_WR(w, wrlen, atomic, tid) \ argument 46 INIT_ULPTX_WRH(&((w)->wr), wrlen, atomic, tid)
|
| H A D | t4_filter.c | 1991 int wrlen, int qid) in configure_hashfilter_tcb() 1995 INIT_ULPTX_WRH(wrh, wrlen, 0, 0); in configure_hashfilter_tcb() 2011 const int wrlen = del_hashfilter_wrlen(); in configure_hashfilter_tcb() 2035 wr = start_wrq_wr(&sc->sge.ctrlq[0], howmany(wrlen, 16), &cookie); 2041 mk_del_hashfilter_wr(sc, t->idx, wr, wrlen, sc->sge.fwq.abs_id); 1777 mk_del_hashfilter_wr(struct adapter * sc,int tid,struct work_request_hdr * wrh,int wrlen,int qid) mk_del_hashfilter_wr() argument 1797 const int wrlen = del_hashfilter_wrlen(); del_hashfilter() local
|
| /freebsd/crypto/openssl/crypto/asn1/ |
| H A D | bio_asn1.c | 157 int wrmax, wrlen, ret; in asn1_bio_write() local 166 wrlen = 0; in asn1_bio_write() 224 wrlen += ret; in asn1_bio_write() 248 return (wrlen > 0) ? wrlen : ret; in asn1_bio_write()
|
| /freebsd/crypto/openssl/crypto/pem/ |
| H A D | pvkfmt.c | 624 int outlen, wrlen; in do_i2b_bio() local 629 wrlen = BIO_write(out, tmp, outlen); in do_i2b_bio() 631 if (wrlen == outlen) in do_i2b_bio() 1134 int outlen, wrlen; in i2b_PVK_bio_ex() local 1139 wrlen = BIO_write(out, tmp, outlen); in i2b_PVK_bio_ex() 1141 if (wrlen == outlen) { in i2b_PVK_bio_ex()
|
| /freebsd/sys/dev/cxgbe/tom/ |
| H A D | t4_ddp.c | 582 int wrlen; in mk_update_tcb_for_ddp() local 595 wrlen = sizeof(*wrh) + 3 * roundup2(LEN__SET_TCB_FIELD_ULP, 16) + in mk_update_tcb_for_ddp() 598 wr = alloc_wrqe(wrlen, toep->ctrlq); in mk_update_tcb_for_ddp() 602 INIT_ULPTX_WRH(wrh, wrlen, 1, 0); /* atomic */ in mk_update_tcb_for_ddp()
|
| /freebsd/sys/dev/cxgb/ |
| H A D | cxgb_sge.c | 2199 int i, idx, nsegs, wrlen; in write_ofld_wr() local 2209 wrlen = m->m_len - sizeof(*oh); in write_ofld_wr() 2212 write_imm(d, (caddr_t)from, wrlen, gen); in write_ofld_wr() 2224 memcpy(&d->flit[1], &from[1], wrlen - sizeof(*from)); in write_ofld_wr() 2227 flits = wrlen / 8; in write_ofld_wr()
|