Searched refs:bd_prod (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h142 u16_t bd_prod /* The HQ producer */; member in struct:cstorm_toe_ag_context
144 u16_t bd_prod /* The HQ producer */; member in struct:cstorm_toe_ag_context
3007 u16_t __bd_ind_max_val /* modulo value for bd_prod */;
3009 u16_t __bd_ind_max_val /* modulo value for bd_prod */;
4418 u16_t bd_prod /* Producer of the RX BD ring */; member in struct:ustorm_eth_rx_producers
4422 u16_t bd_prod /* Producer of the RX BD ring */;
9315 u16_t bd_prod; member in struct:xstorm_toe_context_section
9319 u16_t bd_prod; member in struct:xstorm_toe_context_section
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c2043 xctx_st->toe.bd_prod = lm_bd_chain_prod_idx(&tcp->tx_con->bd_chain); /* Bd containing the last byte the application wishes to trasnmit */
2131 cctx_ag->bd_prod = lm_bd_chain_prod_idx(&tcp->tx_con->bd_chain); /* Bd containing the last byte the application wishes to trasnmit */
5330 /* xag.cmp_bd_cons <= cst.bd_cons <= xst.tx_bd_cons <= xst.bd_prod <= Driver bd prod (16 bit cyclic) */
5332 DbgBreakIf(S16_SUB(xst_toe->tx_bd_cons, xst_toe->bd_prod) > 0);
5333 DbgBreakIf(S16_SUB(xst_toe->bd_prod, tcp->tx_con->db_data.tx->bds_prod) > 0);

Completed in 112 milliseconds