Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c551 struct fw_ofld_tx_data_wr *txwr = dst; in write_tx_wr() local
553 txwr->op_to_immdlen = htobe32(V_WR_OP(fw_wr_opcode) | in write_tx_wr()
555 txwr->flowid_len16 = htobe32(V_FW_WR_FLOWID(toep->tid) | in write_tx_wr()
557 txwr->lsodisable_to_flags = htobe32(V_TX_ULP_MODE(ulp_mode(toep)) | in write_tx_wr()
559 txwr->plen = htobe32(plen); in write_tx_wr()
563 txwr->lsodisable_to_flags |= in write_tx_wr()
566 txwr->lsodisable_to_flags |= in write_tx_wr()
691 struct fw_ofld_tx_data_wr *txwr; in t4_push_frames() local
871 wr = alloc_wrqe(roundup2(sizeof(*txwr) + plen, 16), in t4_push_frames()
878 txwr = wrtod(wr); in t4_push_frames()
[all …]
H A Dt4_tls.c366 write_tlstx_wr(struct fw_tlstx_data_wr *txwr, struct toepcb *toep, in write_tlstx_wr() argument
373 txwr->op_to_immdlen = htobe32(V_WR_OP(FW_TLSTX_DATA_WR) | in write_tlstx_wr()
376 txwr->flowid_len16 = htobe32(V_FW_TLSTX_DATA_WR_FLOWID(toep->tid) | in write_tlstx_wr()
378 txwr->plen = htobe32(len); in write_tlstx_wr()
379 txwr->lsodisable_to_flags = htobe32(V_TX_ULP_MODE(ULP_MODE_TLS) | in write_tlstx_wr()
381 txwr->ctxloc_to_exp = htobe32(V_FW_TLSTX_DATA_WR_NUMIVS(num_ivs) | in write_tlstx_wr()
386 txwr->mfs = htobe16(tls_ofld->frag_size); in write_tlstx_wr()
387 txwr->adjustedplen_pkd = htobe16( in write_tlstx_wr()
389 txwr->expinplenmax_pkd = htobe16( in write_tlstx_wr()
391 txwr->pdusinplenmax_pkd = in write_tlstx_wr()
[all …]
/freebsd/sys/dev/bxe/
H A Decore_hsi.h9132 …struct fcoe_tce_tx_only txwr /* TX processing shall be the only one to read/write to this section … member