SIW_WQE_SIGNALLED
notify = siw_cq_notify_now(cq, SIW_WQE_SIGNALLED);
if ((wqe->sqe.flags & SIW_WQE_SIGNALLED) || error != 0)
if (tx_flags(wqe) & SIW_WQE_SIGNALLED)
!(tx_flags(wqe) & SIW_WQE_SIGNALLED))
sqe->flags |= SIW_WQE_SIGNALLED;