libcxgb: export ppm release and tagmask set api
Export cxgbi_ppm_release() to release ppod manager and cxgbi_tagmask_set() to set tag mask, they are used by cxgb3i, cxgb4i and cxgbit. Signed-off-by: Varun Prakash <varun@chelsio.com> Reviewed-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
b75113b12c
commit
9d5c44b7c4
@@ -26,6 +26,8 @@ void _cxgbit_free_cdev(struct kref *kref)
|
||||
struct cxgbit_device *cdev;
|
||||
|
||||
cdev = container_of(kref, struct cxgbit_device, kref);
|
||||
|
||||
cxgbi_ppm_release(cdev2ppm(cdev));
|
||||
kfree(cdev);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user