Searched defs:next_bds (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbd_chain.h645 u8_t next_bds = 0; local
660 next_bds += nbds / bd_chain->usable_bds_per_page;
661 if(next_bds && ((bd_chain->prod_idx & bd_chain->bds_per_page_mask) == 0)) {
662 next_bds--; /* special care here, this next bd will be counted only next time bds are produced */
665 next_bds++;
669 bd_chain->prod_idx += nbds + next_bds * bd_chain->bds_skip_eop;
680 u8_t next_bds = 0; local
695 next_bds += nbds / bd_chain->usable_bds_per_page;
697 next_bds++;
701 bd_chain->prod_idx += nbds + next_bds * bd_chai
[all...]

Completed in 107 milliseconds