[RESUBMIT PATCH v2 12/14] staging/rdma/hfi1: Add TID free/clear function bodies

2016-01-11 Thread ira . weiny
From: Mitko Haralanov Up to now, the functions which cleared the programmed TID entries and gave PSM the list of invalidated TID entries were just stubs. With this commit, the bodies of these functions are added. This commit is a bit asymmetric as it only contains the free code path. This is don

[PATCH v2 12/14] staging/rdma/hfi1: Add TID free/clear function bodies

2015-12-17 Thread ira . weiny
From: Mitko Haralanov Up to now, the functions which cleared the programmed TID entries and gave PSM the list of invalidated TID entries were just stubs. With this commit, the bodies of these functions are added. This commit is a bit asymmetric as it only contains the free code path. This is don