Home
last modified time | relevance | path

Searched refs:wrh_lo (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/dev/cxgb/
HDcxgb_sge.c306 wrp->wrh_lo = wr_lo; in set_wr_hdr()
1332 wrp->wrh_lo = htonl(V_WR_LEN(min(WR_FLITS, in write_wr_hdr_sgl()
1340 wp->wrh_lo = htonl(V_WR_LEN(WR_FLITS) | V_WR_GEN(ogen)) | wr_lo; in write_wr_hdr_sgl()
1807 wr_lo = from->wrh_lo | htonl(V_WR_GEN(gen) | V_WR_LEN((len + 7) / 8)); in write_imm()
1898 wrp->wrh_lo = htonl(V_WR_TID(q->token)); in ctrl_xmit()
2254 from->wrh_hi, from->wrh_lo); in write_ofld_wr()
/freebsd-14-stable/sys/dev/cxgb/common/
HDcxgb_t3_cpl.h251 #define wrh_lo u.ilp32.wr_lo macro