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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbd_chain.h505 * - nbds - number of _usable_ consumed bds
507 __inline static void lm_bd_chain_bds_consumed(lm_bd_chain_t* bd_chain, u16_t nbds) argument
509 bd_chain->bd_left += nbds;
640 * - nbds - number of _usable_ produced bds
642 __inline static void lm_toe_bd_chain_bds_produced(lm_bd_chain_t* bd_chain, u16_t nbds) argument
647 DbgBreakIfFastPath(bd_chain->bd_left < nbds);
648 bd_chain->bd_left -= nbds;
650 /* perform the operation "nbds % bd_chain->usable_bds_per_page" manually
653 nbds_mod_usable_bds = nbds;
660 next_bds += nbds / bd_chai
677 lm_bd_chain_bds_produced(lm_bd_chain_t* bd_chain, u16_t nbds) argument
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c30 u16_t nbds,
35 db_data->bds_prod += nbds; /* nbds should be written before nbytes (FW assumption) */
46 "ringing tx doorbell: cid=%d, (nbytes+=%d, nbds+=%d, fin=%d)\n",
47 cid, nbytes, nbds, fin);
25 _lm_tcp_tx_write_db( lm_device_t * pdev, lm_tcp_con_t * tx_con, u32_t cid, u32_t nbytes, u16_t nbds, u8_t fin) argument
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsbdp_priv.h169 int nbds; /* number of bds for this node */ member in struct:sbdp_wnode
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp.c513 wnodep->nbds = boards;
533 boards = wnodep->nbds;
/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 in struct:toe_rx_bds_doorbell
717 u16_t nbds /* BDs update value */;

Completed in 876 milliseconds