Searched refs:txwr (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c564 struct fw_ofld_tx_data_wr *txwr = dst; local
566 txwr->op_to_immdlen = htobe32(V_WR_OP(FW_OFLD_TX_DATA_WR) |
568 txwr->flowid_len16 = htobe32(V_FW_WR_FLOWID(toep->tid) |
570 txwr->lsodisable_to_flags = htobe32(V_TX_ULP_MODE(ulp_mode(toep)) |
572 txwr->plen = htobe32(plen);
576 txwr->lsodisable_to_flags |=
579 txwr->lsodisable_to_flags |=
662 struct fw_ofld_tx_data_wr *txwr; local
826 wr = alloc_wrqe(roundup2(sizeof(*txwr) + plen, 16),
833 txwr
934 struct fw_ofld_tx_data_wr *txwr; local
[all...]
H A Dt4_tls.c1235 write_tlstx_wr(struct fw_tlstx_data_wr *txwr, struct toepcb *toep, argument
1242 txwr->op_to_immdlen = htobe32(V_WR_OP(FW_TLSTX_DATA_WR) |
1245 txwr->flowid_len16 = htobe32(V_FW_TLSTX_DATA_WR_FLOWID(toep->tid) |
1247 txwr->plen = htobe32(len);
1248 txwr->lsodisable_to_flags = htobe32(V_TX_ULP_MODE(ULP_MODE_TLS) |
1250 txwr->ctxloc_to_exp = htobe32(V_FW_TLSTX_DATA_WR_NUMIVS(pdus) |
1255 txwr->mfs = htobe16(tls_ofld->k_ctx.frag_size);
1256 txwr->adjustedplen_pkd = htobe16(
1258 txwr->expinplenmax_pkd = htobe16(
1260 txwr
1377 struct fw_tlstx_data_wr *txwr; local
1757 struct fw_tlstx_data_wr *txwr; local
[all...]
/freebsd-13-stable/sys/dev/bxe/
H A Decore_hsi.h9134 struct fcoe_tce_tx_only txwr /* TX processing shall be the only one to read/write to this section */; member in struct:xstorm_fcoe_tce

Completed in 227 milliseconds