> > +#define is_cqe_wr_imm(cqe) \ > > + ((le32_to_cpu(cqe->flags_status_srcqpn) & OCRDMA_CQE_WRITE_IMM) ? 1 > > : 0) > > ...similar comment about using readable typesafe inline functions > instead of macros...
and if you are using #defines, you need to enclose every reference
to the parameters in ().
David
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
