toe_tx_bd
bd_size = sizeof(struct toe_tx_bd);
struct toe_tx_bd * cur_tx_bd = NULL;
cur_tx_bd = (struct toe_tx_bd *)tx_con->bd_chain.bd_chain_virt;
tx_bd = (struct toe_tx_bd *)lm_toe_bd_chain_produce_bd(tx_chain);
struct toe_tx_bd *tx_bd;
tx_bd = (struct toe_tx_bd *)lm_toe_bd_chain_produce_bd(&(tcp_con->bd_chain));
struct toe_tx_bd *tx_bd = NULL ;