Lines Matching refs:last_segment
1469 tx_q->tx_skbuff_dma[i].last_segment = false; in init_dma_tx_desc_rings()
2032 tx_q->tx_skbuff_dma[entry].last_segment = false; in stmmac_tx_clean()
2993 int total_len, bool last_segment, u32 queue) in stmmac_tso_allocator() argument
3025 (last_segment) && (tmp_len <= TSO_MAX_BUFF_SIZE), in stmmac_tso_allocator()
3185 tx_q->tx_skbuff_dma[tx_q->cur_tx].last_segment = true; in stmmac_tso_xmit()
3249 1, tx_q->tx_skbuff_dma[first_entry].last_segment, in stmmac_tso_xmit()
3382 bool last_segment = (i == (nfrags - 1)); in stmmac_xmit() local
3405 tx_q->tx_skbuff_dma[entry].last_segment = last_segment; in stmmac_xmit()
3409 priv->mode, 1, last_segment, skb->len); in stmmac_xmit()
3483 bool last_segment = (nfrags == 0); in stmmac_xmit() local
3495 tx_q->tx_skbuff_dma[first_entry].last_segment = last_segment; in stmmac_xmit()
3506 csum_insertion, priv->mode, 0, last_segment, in stmmac_xmit()