Home
last modified time | relevance | path

Searched refs:app_tbl (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.c870 dpit->app_tbl[bit_num] = app; in bnxt_qplib_alloc_dpi()
932 if (dpit->app_tbl) in bnxt_qplib_dealloc_dpi()
933 dpit->app_tbl[dpi->bit] = NULL; in bnxt_qplib_dealloc_dpi()
943 kfree(dpit->app_tbl); in bnxt_qplib_free_dpi_tbl()
945 dpit->app_tbl = NULL; in bnxt_qplib_free_dpi_tbl()
974 dpit->app_tbl = kzalloc(dpit->max * sizeof(void*), GFP_KERNEL); in bnxt_qplib_alloc_dpi_tbl()
975 if (!dpit->app_tbl) { in bnxt_qplib_alloc_dpi_tbl()
987 kfree(dpit->app_tbl); in bnxt_qplib_alloc_dpi_tbl()
H A Dqplib_res.h333 void **app_tbl; member