Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbd_chain.h644 u16_t nbds_mod_usable_bds; in lm_toe_bd_chain_bds_produced() local
653 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() local
688 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()