Searched refs:nbds_mod_usable_bds (Results 1 – 1 of 1) sorted by relevance
644 u16_t nbds_mod_usable_bds; in lm_toe_bd_chain_bds_produced() local653 nbds_mod_usable_bds = nbds; in lm_toe_bd_chain_bds_produced()654 while (nbds_mod_usable_bds >= bd_chain->usable_bds_per_page) in lm_toe_bd_chain_bds_produced()656 nbds_mod_usable_bds -= bd_chain->usable_bds_per_page; in lm_toe_bd_chain_bds_produced()664 …if((bd_chain->prod_idx & bd_chain->bds_per_page_mask) + nbds_mod_usable_bds > bd_chain->usable_bds… in lm_toe_bd_chain_bds_produced()679 u16_t nbds_mod_usable_bds; in lm_bd_chain_bds_produced() local688 nbds_mod_usable_bds = nbds; in lm_bd_chain_bds_produced()689 while (nbds_mod_usable_bds >= bd_chain->usable_bds_per_page) in lm_bd_chain_bds_produced()691 nbds_mod_usable_bds -= bd_chain->usable_bds_per_page; in lm_bd_chain_bds_produced()696 …if((bd_chain->prod_idx & bd_chain->bds_per_page_mask) + nbds_mod_usable_bds > bd_chain->usable_bds… in lm_bd_chain_bds_produced()