Searched refs:F_WR_EOP (Results 1 – 2 of 2) sorted by relevance
1112 wrp->wr_hi = htonl(F_WR_SOP | F_WR_EOP | V_WR_DATATYPE(1) | in write_wr_hdr_sgl()1159 wrp->wr_hi |= htonl(F_WR_EOP); in write_wr_hdr_sgl()1230 | F_WR_SOP | F_WR_EOP | compl); in write_tx_pkt_wr()1396 to->wr_hi = from->wr_hi | htonl(F_WR_SOP | F_WR_EOP | in write_imm()1490 wrp->wr_hi |= htonl(F_WR_SOP | F_WR_EOP); in ctrl_xmit()
270 #define F_WR_EOP V_WR_EOP(1U) macro