Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h295 #define V_WR_DATATYPE(x) ((x) << S_WR_DATATYPE) macro
296 #define F_WR_DATATYPE V_WR_DATATYPE(1U)
/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c1290 set_wr_hdr(wrp, htonl(F_WR_SOP | F_WR_EOP | V_WR_DATATYPE(1) | in write_wr_hdr_sgl()
1302 wrp->wrh_hi = htonl(F_WR_SOP | V_WR_DATATYPE(1) | in write_wr_hdr_sgl()
1330 wrp->wrh_hi = htonl(V_WR_DATATYPE(1) | in write_wr_hdr_sgl()
1444 wr_hi = htonl(F_WR_SOP | F_WR_EOP | V_WR_DATATYPE(1) | in t3_encap()