Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_sram_mgr.c66 struct tf_sram_block *first_not_full_block; member
508 struct tf_sram_block **first_not_full_block) in tf_sram_find_first_not_full_block() argument
532 *first_not_full_block = NULL; in tf_sram_find_first_not_full_block()
537 *first_not_full_block = block; in tf_sram_find_first_not_full_block()
658 if (!slice_list->first_not_full_block) { in tf_sram_mgr_alloc()
685 &slice_list->first_not_full_block); in tf_sram_mgr_alloc()
801 slice_list->first_not_full_block = NULL; in tf_sram_mgr_free()
803 if (slice_list->first_not_full_block) in tf_sram_mgr_free()
809 &slice_list->first_not_full_block); in tf_sram_mgr_free()
840 if (slice_list->first_not_full_block) in tf_sram_mgr_dump()
[all …]