Searched refs:lm_toe_bd_chain_produce_bd (Results 1 – 4 of 4) sorted by relevance
141 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()
317 rx_bd = (struct toe_rx_bd *)lm_toe_bd_chain_produce_bd(rx_chain); in _lm_tcp_rx_set_bd()
482 grq_bd = (struct toe_rx_grq_bd *)lm_toe_bd_chain_produce_bd(bd_chain); in lm_tcp_rx_fill_grq()
516 __inline static void *lm_toe_bd_chain_produce_bd(lm_bd_chain_t* bd_chain) in lm_toe_bd_chain_produce_bd() function