Searched refs:F_WR_SOP (Results 1 – 2 of 2) sorted by relevance
1069 wrp->wr_hi = htonl(F_WR_SOP | F_WR_EOP | V_WR_DATATYPE(1) | in write_wr_hdr_sgl()1080 wrp->wr_hi = htonl(F_WR_SOP | V_WR_DATATYPE(1) | in write_wr_hdr_sgl()1186 | F_WR_SOP | F_WR_EOP | compl); in write_tx_pkt_wr()1343 to->wr_hi = from->wr_hi | htonl(F_WR_SOP | F_WR_EOP | in write_imm()1437 wrp->wr_hi |= htonl(F_WR_SOP | F_WR_EOP); in ctrl_xmit()
274 #define F_WR_SOP V_WR_SOP(1U) macro