Searched refs:tx_bd (Results 1 – 1 of 1) sorted by relevance
96 struct toe_tx_bd *tx_bd = NULL ; in lm_tcp_tx_post_buf() local141 tx_bd = (struct toe_tx_bd *)lm_toe_bd_chain_produce_bd(tx_chain); in lm_tcp_tx_post_buf()142 tx_bd->addr_hi = frag->addr.as_u32.high; in lm_tcp_tx_post_buf()143 tx_bd->addr_lo = frag->addr.as_u32.low; in lm_tcp_tx_post_buf()144 tx_bd->flags = 0; in lm_tcp_tx_post_buf()145 tx_bd->size = (u16_t)frag->size; in lm_tcp_tx_post_buf()147 tx_bd->nextBdStartSeq = dbg_bytes_prod_seq; in lm_tcp_tx_post_buf()154 tx_bd->flags |= TOE_TX_BD_LARGE_IO; in lm_tcp_tx_post_buf()158 tx_bd->addr_lo, tx_bd->addr_hi, tx_bd->size); in lm_tcp_tx_post_buf()180 tx_bd->flags |= TOE_TX_BD_LARGE_IO; in lm_tcp_tx_post_buf()[all …]