Home
last modified time | relevance | path

Searched refs:lm_toe_bd_chain_produce_bd (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c141 tx_bd = (struct toe_tx_bd *)lm_toe_bd_chain_produce_bd(tx_chain); in lm_tcp_tx_post_buf()
619 tx_bd = (struct toe_tx_bd *)lm_toe_bd_chain_produce_bd(&(tcp_con->bd_chain)); in lm_tcp_graceful_disconnect()
H A Dlm_l4rx.c317 rx_bd = (struct toe_rx_bd *)lm_toe_bd_chain_produce_bd(rx_chain); in _lm_tcp_rx_set_bd()
H A Dlm_l4sp.c482 grq_bd = (struct toe_rx_grq_bd *)lm_toe_bd_chain_produce_bd(bd_chain); in lm_tcp_rx_fill_grq()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbd_chain.h516 __inline static void *lm_toe_bd_chain_produce_bd(lm_bd_chain_t* bd_chain) in lm_toe_bd_chain_produce_bd() function