diff options
author | Roy Pledge <roy.pledge@freescale.com> | 2013-03-06 12:55:29 (GMT) |
---|---|---|
committer | Fleming Andrew-AFLEMING <AFLEMING@freescale.com> | 2013-04-18 21:56:59 (GMT) |
commit | e9e49107ad3f879ce332a19c635f8612ad7d3c0f (patch) | |
tree | db95e17020cea5fab48c187721c6afc3efa94382 /include/linux/fsl_bman.h | |
parent | be3f3a93ea18a4e8db382eb171e02b0349d071f2 (diff) | |
download | linux-fsl-qoriq-e9e49107ad3f879ce332a19c635f8612ad7d3c0f.tar.xz |
Cleanup USDPAA resources when a process exits
Add an API to query the usage levels of DMA memory
Elminates UIO and converts USDPAA to interact with the
kernel via a character devicc
Removed misc/devices fsl_usdpaa file
Remove unneeded file
Change-Id: I797548e2c79f7098e6378484bcae2b455f022cd4
Reviewed-on: http://git.am.freescale.net:8181/1546
Reviewed-by: Ladouceur Jeffrey-R11498 <Jeffrey.Ladouceur@freescale.com>
Reviewed-by: Wang Haiying-R54964 <Haiying.Wang@freescale.com>
Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Tested-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Diffstat (limited to 'include/linux/fsl_bman.h')
-rw-r--r-- | include/linux/fsl_bman.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/fsl_bman.h b/include/linux/fsl_bman.h index 072f326..48663d7 100644 --- a/include/linux/fsl_bman.h +++ b/include/linux/fsl_bman.h @@ -403,6 +403,10 @@ static inline void bman_release_bpid(u32 bpid) bman_release_bpid_range(bpid, 1); } +void bman_seed_bpid_range(u32 bpid, unsigned int count); + + +int bman_shutdown_pool(u32 bpid); /* Pool management */ /* --------------- */ |