Searched refs:wr_lo (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/sys/dev/cxgbe/
H A Doffload.h38 (w)->wr_lo = cpu_to_be64(0); \
49 (w)->wr.wr_lo = cpu_to_be64(0); \
/freebsd-10.3-release/sys/dev/cxgb/
H A Dcxgb_sge.c294 set_wr_hdr(struct work_request_hdr *wrp, uint32_t wr_hi, uint32_t wr_lo) argument
299 wr_hilo |= (((uint64_t)wr_lo)<<32);
301 wr_hilo = wr_lo;
308 set_wr_hdr(struct work_request_hdr *wrp, uint32_t wr_hi, uint32_t wr_lo) argument
313 wrp->wrh_lo = wr_lo;
1275 * @wr_lo: low 32 bits of WR header based on WR type (big endian)
1285 unsigned int sgl_flits, unsigned int wr_hi, unsigned int wr_lo)
1295 wr_lo);
1338 V_WR_GEN(txqs->gen)) | wr_lo;
1344 wp->wrh_lo = htonl(V_WR_LEN(WR_FLITS) | V_WR_GEN(ogen)) | wr_lo;
1283 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
1372 uint32_t wr_hi, wr_lo, sgl_flits; local
1786 uint32_t wr_hi, wr_lo; local
3171 uint32_t *WR, wr_hi, wr_lo, gen; local
3241 uint32_t *WR, wr_hi, wr_lo, gen; local
[all...]
/freebsd-10.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_wr.h121 #define WRID_LO(wrid) (wrid.id0.wr_lo)
/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h243 __be32 wr_lo; member in struct:work_request_hdr::__anon8355::__anon8356
252 #define wrh_lo u.ilp32.wr_lo
316 /* wr_lo fields */
/freebsd-10.3-release/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c88 ulpmc->wr.wr_lo = (__force __be64)(unsigned long) &wr_wait;
/freebsd-10.3-release/sys/dev/cxgbe/common/
H A Dt4_msg.h345 __be64 wr_lo; member in struct:work_request_hdr
930 __be32 wr_lo; member in struct:tx_data_wr
/freebsd-10.3-release/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c436 req->wr.wr_lo = cpu_to_be64(0);

Completed in 189 milliseconds