Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbd_chain.h507 __inline static void lm_bd_chain_bds_consumed(lm_bd_chain_t* bd_chain, u16_t nbds) in lm_bd_chain_bds_consumed() argument
509 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() argument
647 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() argument
682 DbgBreakIfFastPath(bd_chain->bd_left < nbds); in lm_bd_chain_bds_produced()
[all …]
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c30 u16_t nbds, in _lm_tcp_tx_write_db() argument
35 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()
/titanic_50/usr/src/uts/sun4u/serengeti/sys/
H A Dsbdp_priv.h169 int nbds; /* number of bds for this node */ member
/titanic_50/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp.c513 wnodep->nbds = boards; in sbdp_wnode_init()
533 boards = wnodep->nbds; in sbdp_wnode_fini()
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h703 u16_t nbds /* BDs update value */; member
717 u16_t nbds /* BDs update value */;