Searched refs:wr_hi (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/
H A Doffload.h40 (w)->wr_hi = htonl(V_FW_WR_OP(FW_ULPTX_WR) | V_FW_WR_ATOMIC(atomic)); \
50 (w)->wr.wr_hi = htonl(V_FW_WR_OP(FW_TP_WR) | \
/freebsd-12-stable/sys/dev/cxgb/
H A Dcxgb_sge.c289 set_wr_hdr(struct work_request_hdr *wrp, uint32_t wr_hi, uint32_t wr_lo) argument
293 wr_hilo = wr_hi;
297 wr_hilo |= (((uint64_t)wr_hi)<<32);
303 set_wr_hdr(struct work_request_hdr *wrp, uint32_t wr_hi, uint32_t wr_lo) argument
306 wrp->wrh_hi = wr_hi;
1280 * @wr_hi: top 32 bits of WR header based on WR type (big endian)
1291 unsigned int sgl_flits, unsigned int wr_hi, unsigned int wr_lo)
1299 V_WR_SGLSFLT(flits)) | wr_hi,
1311 V_WR_SGLSFLT(flits)) | wr_hi;
1341 V_WR_SGLSFLT(1)) | wr_hi;
1289 write_wr_hdr_sgl(unsigned int ndesc, struct tx_desc *txd, struct txq_state *txqs, const struct sge_txq *txq, const struct sg_ent *sgl, unsigned int flits, unsigned int sgl_flits, unsigned int wr_hi, unsigned int wr_lo) argument
1378 uint32_t wr_hi, wr_lo, sgl_flits; local
1809 uint32_t wr_hi, wr_lo; local
3197 uint32_t *WR, wr_hi, wr_lo, gen; local
3264 uint32_t *WR, wr_hi, wr_lo, gen; local
[all...]
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c84 ulpmc->wr.wr_hi = cpu_to_be32(V_FW_WR_OP(FW_ULPTX_WR) |
144 ulpmc->wr.wr_hi = cpu_to_be32(V_FW_WR_OP(FW_ULPTX_WR) |
149 ulpmc->wr.wr_hi = cpu_to_be32(V_FW_WR_OP(FW_ULPTX_WR));
/freebsd-12-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.h274 __be32 wr_hi; member in struct:tls_key_req
H A Dt4_tls.c520 kwr->wr_hi = htobe32(V_FW_WR_OP(FW_ULPTX_WR) | F_FW_WR_COMPL |
H A Dt4_cpl_io.c519 req->wr.wr_hi = htonl(V_FW_WR_OP(FW_TP_WR) |
/freebsd-12-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h243 __be32 wr_hi; member in struct:work_request_hdr::__anon12627::__anon12628
252 #define wrh_hi u.ilp32.wr_hi
256 /* wr_hi fields */
/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h409 __be32 wr_hi; member in struct:work_request_hdr
420 /* wr_hi fields */
1119 __be32 wr_hi; member in struct:tx_data_wr

Completed in 192 milliseconds