Searched refs:txwr (Results 1 – 3 of 3) sorted by relevance
354 write_tlstx_wr(struct fw_tlstx_data_wr *txwr, struct toepcb *toep, in write_tlstx_wr() argument 360 txwr->op_to_immdlen = htobe32(V_WR_OP(FW_TLSTX_DATA_WR) | in write_tlstx_wr() 363 txwr->flowid_len16 = htobe32(V_FW_TLSTX_DATA_WR_FLOWID(toep->tid) | in write_tlstx_wr() 365 txwr->plen = htobe32(len); in write_tlstx_wr() 366 txwr->lsodisable_to_flags = htobe32(V_TX_ULP_MODE(ULP_MODE_TLS) | in write_tlstx_wr() 368 txwr->ctxloc_to_exp = htobe32(V_FW_TLSTX_DATA_WR_NUMIVS(1) | in write_tlstx_wr() 373 txwr->mfs = htobe16(tls_ofld->frag_size); in write_tlstx_wr() 374 txwr->adjustedplen_pkd = htobe16( in write_tlstx_wr() 376 txwr->expinplenmax_pkd = htobe16( in write_tlstx_wr() 378 txwr in write_tlstx_wr() 485 struct fw_tlstx_data_wr *txwr; t4_push_ktls() local [all...]
542 struct fw_ofld_tx_data_wr *txwr = dst; in write_tx_wr() local544 txwr->op_to_immdlen = htobe32(V_WR_OP(fw_wr_opcode) | in write_tx_wr()546 txwr->flowid_len16 = htobe32(V_FW_WR_FLOWID(toep->tid) | in write_tx_wr()548 txwr->lsodisable_to_flags = htobe32(V_TX_ULP_MODE(ulp_mode(toep)) | in write_tx_wr()550 txwr->plen = htobe32(plen); in write_tx_wr()554 txwr->lsodisable_to_flags |= in write_tx_wr()557 txwr->lsodisable_to_flags |= in write_tx_wr()640 struct fw_ofld_tx_data_wr *txwr; in t4_push_frames() local804 wr = alloc_wrqe(roundup2(sizeof(*txwr) + plen, 16), in t4_push_frames()811 txwr = wrtod(wr); in t4_push_frames()[all …]
9132 …struct fcoe_tce_tx_only txwr /* TX processing shall be the only one to read/write to this section … member