Lines Matching refs:last_segment
1386 tx_q->tx_skbuff_dma[i].last_segment = false; in init_dma_tx_desc_rings()
1914 tx_q->tx_skbuff_dma[entry].last_segment = false; in stmmac_tx_clean()
2777 int total_len, bool last_segment, u32 queue) in stmmac_tso_allocator() argument
2797 (last_segment) && (tmp_len <= TSO_MAX_BUFF_SIZE), in stmmac_tso_allocator()
2927 tx_q->tx_skbuff_dma[tx_q->cur_tx].last_segment = true; in stmmac_tso_xmit()
2972 1, tx_q->tx_skbuff_dma[first_entry].last_segment, in stmmac_tso_xmit()
3089 bool last_segment = (i == (nfrags - 1)); in stmmac_xmit() local
3110 tx_q->tx_skbuff_dma[entry].last_segment = last_segment; in stmmac_xmit()
3114 priv->mode, 1, last_segment, skb->len); in stmmac_xmit()
3176 bool last_segment = (nfrags == 0); in stmmac_xmit() local
3188 tx_q->tx_skbuff_dma[first_entry].last_segment = last_segment; in stmmac_xmit()
3199 csum_insertion, priv->mode, 1, last_segment, in stmmac_xmit()