Lines Matching refs:last_segment
1411 tx_q->tx_skbuff_dma[i].last_segment = false; in init_dma_tx_desc_rings()
1944 tx_q->tx_skbuff_dma[entry].last_segment = false; in stmmac_tx_clean()
2850 int total_len, bool last_segment, u32 queue) in stmmac_tso_allocator() argument
2877 (last_segment) && (tmp_len <= TSO_MAX_BUFF_SIZE), in stmmac_tso_allocator()
3022 tx_q->tx_skbuff_dma[tx_q->cur_tx].last_segment = true; in stmmac_tso_xmit()
3073 1, tx_q->tx_skbuff_dma[first_entry].last_segment, in stmmac_tso_xmit()
3197 bool last_segment = (i == (nfrags - 1)); in stmmac_xmit() local
3218 tx_q->tx_skbuff_dma[entry].last_segment = last_segment; in stmmac_xmit()
3222 priv->mode, 1, last_segment, skb->len); in stmmac_xmit()
3294 bool last_segment = (nfrags == 0); in stmmac_xmit() local
3306 tx_q->tx_skbuff_dma[first_entry].last_segment = last_segment; in stmmac_xmit()
3317 csum_insertion, priv->mode, 1, last_segment, in stmmac_xmit()