commit | 1efb61444ca3a598dfafb7a6c573c5d5d42d3432 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Fri Jan 25 14:15:24 2008 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Fri Jan 25 14:15:24 2008 -0800 |
tree | bcc6fde51f22f89f9dc86f7555956ef245996896 | |
parent | 2337f80941ac22f747ce6fd2c7a79e91d911a3ce [diff] |
IPoIB/cm: Factor out ipoib_cm_free_rx_ring() Factor out the code to unmap/free skbs and free the receive ring in ipoib_cm_dev_cleanup() into a new function ipoib_cm_free_rx_ring(). This function will be called from a couple of other places when support for devices that don't implement SRQs is added. Signed-off-by: Roland Dreier <rolandd@cisco.com>