commit | 3786cf189f8b39cac870193368f9ad9f95fff9a4 | [log] [tgz] |
---|---|---|
author | David Miller <davem@davemloft.net> | Fri Dec 02 16:52:31 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 05 15:20:20 2011 -0500 |
tree | d7e8b85a1034ded69eec04efde443a31b349d477 | |
parent | 40e2bb588f7712e4d58191ccc08b716927d9c7d0 [diff] |
infiniband: cxgb4: Consolidate 3 copies of the same operation into 1 helper function. Three pieces of code do the same thing, create a l2t entry and then import this information into the c4iw_ep object. Create a helper function and call it from these 3 locations instead. Signed-off-by: David S. Miller <davem@davemloft.net> Acked-by: Roland Dreier <roland@purestorage.com>