commit | 2439a6e65ff09729c3b4215f134dc5cd4e8a30c0 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Fri Sep 22 15:22:52 2006 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Fri Sep 22 15:22:52 2006 -0700 |
tree | a8c85db68ed2bc15be60e9a713ac7a73c5c40796 | |
parent | d81110285f7f6c07a0ce8f99a5ff158a647cd649 [diff] |
IPoIB: Refactor completion handling Split up ipoib_ib_handle_wc() into ipoib_ib_handle_rx_wc() and ipoib_ib_handle_tx_wc() to make the code easier to read. This will also help implement NAPI in the future. Signed-off-by: Roland Dreier <rolandd@cisco.com>