Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbd_chain.h509 bd_chain->bd_left += nbds; in lm_bd_chain_bds_consumed()
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()
682 DbgBreakIfFastPath(bd_chain->bd_left < nbds); in lm_bd_chain_bds_produced()
683 bd_chain->bd_left -= nbds; in lm_bd_chain_bds_produced()
688 nbds_mod_usable_bds = nbds; in lm_bd_chain_bds_produced()
695 next_bds += nbds / bd_chain->usable_bds_per_page; in lm_bd_chain_bds_produced()
[all …]
/illumos-gate/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()
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsbdp_priv.h169 int nbds; /* number of bds for this node */ member
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Deth_common.h163 …u8 nbds /* Number of BDs in packet. Should be at least 1 in non-LSO packet and at least 3 in LSO (… member
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_fp.c190 nbd = first_bd->data.nbds; in qede_process_tx_completions()
1030 first_bd->data.nbds = 1; in qede_tx_bcopy()
1340 first_bd->data.nbds = nbd; in qede_tx_mapped()
/illumos-gate/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 */;