commit | 0cf18d7723055709faf51b50f5a33253b480637f | [log] [tgz] |
---|---|---|
author | Ira Weiny <ira.weiny@intel.com> | Wed May 13 20:02:55 2015 -0400 |
committer | Doug Ledford <dledford@redhat.com> | Mon May 18 13:35:06 2015 -0400 |
tree | 4057c072cb7cd39f80c4d35f359010afd17f734f | |
parent | 296ec00995fb28c4e34b41f80b5a876f3a25c134 [diff] |
IB/core: Create common start/end port functions Previously start_port and end_port were defined in 2 places, cache.c and device.c and this prevented their use in other modules. Make these common functions, change the name to reflect the rdma name space, and update existing users. Signed-off-by: Ira Weiny <ira.weiny@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>