Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_sge.c1091 wrp->wr_hi = htonl(F_WR_SOP | F_WR_EOP | V_WR_DATATYPE(1) | in write_wr_hdr_sgl()
1103 wrp->wr_hi = htonl(F_WR_SOP | V_WR_DATATYPE(1) | in write_wr_hdr_sgl()
1262 F_WR_SOP | F_WR_EOP | txqs.compl); in t3_encap()
1322 to->wr_hi = from->wr_hi | htonl(F_WR_SOP | F_WR_EOP | in write_imm()
1427 wrp->wr_hi |= htonl(F_WR_SOP | F_WR_EOP); in ctrl_xmit()
Dcxgb_t3_cpl.h282 #define F_WR_SOP V_WR_SOP(1U) macro