commit | 400ddc11eb01a8d04c580892fde3adbd45ebdc9e | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Wed Jul 18 12:55:42 2007 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Jul 18 12:55:42 2007 -0700 |
tree | d2056196297d40238318421a342379762d0dfd22 | |
parent | 0fbfa6a9062c71b62ec216c0294b676b76e41661 [diff] |
IB/mthca: Factor out setting WQE remote address and atomic segment entries Factor code to set remote address and atomic segment entries out of the work request posting functions into inline functions set_raddr_seg() and set_atomic_seg(). 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>