Searched refs:nbds (Results 1 – 5 of 5) sorted by relevance
507 __inline static void lm_bd_chain_bds_consumed(lm_bd_chain_t* bd_chain, u16_t nbds) in lm_bd_chain_bds_consumed() argument509 bd_chain->bd_left += nbds; in lm_bd_chain_bds_consumed()642 __inline static void lm_toe_bd_chain_bds_produced(lm_bd_chain_t* bd_chain, u16_t nbds) in lm_toe_bd_chain_bds_produced() argument647 DbgBreakIfFastPath(bd_chain->bd_left < nbds); in lm_toe_bd_chain_bds_produced()648 bd_chain->bd_left -= nbds; in lm_toe_bd_chain_bds_produced()653 nbds_mod_usable_bds = nbds; in lm_toe_bd_chain_bds_produced()660 next_bds += nbds / bd_chain->usable_bds_per_page; in lm_toe_bd_chain_bds_produced()669 bd_chain->prod_idx += nbds + next_bds * bd_chain->bds_skip_eop; in lm_toe_bd_chain_bds_produced()677 __inline static void lm_bd_chain_bds_produced(lm_bd_chain_t* bd_chain, u16_t nbds) in lm_bd_chain_bds_produced() argument682 DbgBreakIfFastPath(bd_chain->bd_left < nbds); in lm_bd_chain_bds_produced()[all …]
30 u16_t nbds, in _lm_tcp_tx_write_db() argument35 db_data->bds_prod += nbds; /* nbds should be written before nbytes (FW assumption) */ in _lm_tcp_tx_write_db()47 cid, nbytes, nbds, fin); in _lm_tcp_tx_write_db()
169 int nbds; /* number of bds for this node */ member
513 wnodep->nbds = boards; in sbdp_wnode_init()533 boards = wnodep->nbds; in sbdp_wnode_fini()
703 u16_t nbds /* BDs update value */; member717 u16_t nbds /* BDs update value */;