commit | 0fbfa6a9062c71b62ec216c0294b676b76e41661 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Wed Jul 18 11:47:55 2007 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Jul 18 11:47:55 2007 -0700 |
tree | c249dfa059fe5c01ef2f892b3e68ddd5f29442b8 | |
parent | d420d9e32f4bd741b2f0b7227a91941107f96b47 [diff] |
IB/mlx4: Factor out setting other WQE segments Factor code to set remote address, atomic and datagram segments out of mlx4_ib_post_send() into small helper functions. This doesn't change the generated code in any significant way, and makes the source easier on the eyes. Signed-off-by: Roland Dreier <rolandd@cisco.com>