]> git.openfabrics.org - ~shefty/libmlx4.git/commit
Factor out setting WQE segment entries
authorRoland Dreier <rolandd@cisco.com>
Wed, 19 Sep 2007 03:41:11 +0000 (20:41 -0700)
committerRoland Dreier <rolandd@cisco.com>
Wed, 19 Sep 2007 03:41:11 +0000 (20:41 -0700)
commit338a180f3ca81d12dbc5b6587433d557769ee098
tree2be29193ec6cd60926207ef9b605f6372baeb4df
parente244b919e350ef27e004173bb123dad64bf2f502
Factor out setting WQE segment entries

Clean up setting WQE segment entries by moving code out of the main
work request posting functions into inline functions.  This also lets
the compiler do a better job of optimizing.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
src/qp.c