Lines Matching defs:wr_hi
1072 * @wr_hi: top 32 bits of WR header based on WR type (big endian)
1084 unsigned int sgl_flits, unsigned int wr_hi, unsigned int wr_lo)
1091 wrp->wr_hi = htonl(F_WR_SOP | F_WR_EOP | V_WR_DATATYPE(1) |
1092 V_WR_SGLSFLT(flits)) | wr_hi;
1103 wrp->wr_hi = htonl(F_WR_SOP | V_WR_DATATYPE(1) |
1104 V_WR_SGLSFLT(flits)) | wr_hi;
1134 wrp->wr_hi = htonl(V_WR_DATATYPE(1) |
1135 V_WR_SGLSFLT(1)) | wr_hi;
1142 wrp->wr_hi |= htonl(F_WR_EOP);
1169 uint32_t wr_hi, wr_lo, sgl_flits;
1260 cpl->wr.wr_hi = htonl(V_WR_BCNTLFLT(mlen & 7) |
1290 wr_hi = htonl(V_WR_OP(FW_WROPCODE_TUNNEL_TX_PKT) | txqs.compl);
1295 write_wr_hdr_sgl(ndesc, txd, &txqs, txq, sgl, flits, sgl_flits, wr_hi, wr_lo);
1322 to->wr_hi = from->wr_hi | htonl(F_WR_SOP | F_WR_EOP |
1427 wrp->wr_hi |= htonl(F_WR_SOP | F_WR_EOP);
1747 from->wr_hi, from->wr_lo);