Searched defs:is_chain_mode (Results 1 – 2 of 2) sorted by relevance
16 #define NUM_BDS_USED_FOR_NEXT_PTR(bd_size,is_chain_mode) ((is_chain_mode)? (1 + ((sizeof(lm_bd_chain_next)-1) / (bd_size))): 0) argument 19 #define USABLE_BDS_PER_PAGE(bd_size,is_chain_mode) ((u32_t) (BD_PER_PAGE(bd_size)-NUM_BDS_USED_FOR_NEXT_PTR(bd_size,is_chain_mode))) argument 197 u8_t is_chain_mode) /* Is the next pointer the last entry*/ in lm_bd_chain_add_page() argument 271 u8_t is_chain_mode) /* Is the next pointer the last entry*/ in lm_bd_chain_setup() argument [all...]
223 IN const u8_t is_chain_mode) in lm_sc_setup_eq() argument 338 IN const u8_t is_chain_mode) in lm_fc_setup_eq() argument 749 const u8_t is_chain_mode = TRUE; in lm_sc_init() local 935 const u8_t is_chain_mode = FALSE; lm_fc_init() local [all...]