Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c1287 set_wr_hdr(wrp, htonl(F_WR_SOP | F_WR_EOP | V_WR_DATATYPE(1) | in write_wr_hdr_sgl()
1299 wrp->wrh_hi = htonl(F_WR_SOP | V_WR_DATATYPE(1) | in write_wr_hdr_sgl()
1441 wr_hi = htonl(F_WR_SOP | F_WR_EOP | V_WR_DATATYPE(1) | in t3_encap()
1525 F_WR_SOP | F_WR_EOP | txqs.compl); in t3_encap()
1557 F_WR_SOP | F_WR_EOP | txqs.compl); in t3_encap()
1802 wr_hi = from->wrh_hi | htonl(F_WR_SOP | F_WR_EOP | in write_imm()
1894 wrp->wrh_hi |= htonl(F_WR_SOP | F_WR_EOP); in ctrl_xmit()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h308 #define F_WR_SOP V_WR_SOP(1U) macro