Searched refs:last_segment (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac.h | 45 bool last_segment; member
|
D | ring_mode.c | 135 (tx_q->tx_skbuff_dma[entry].last_segment && in clean_desc3()
|
D | chain_mode.c | 160 if (tx_q->tx_skbuff_dma[entry].last_segment && !priv->extend_desc && in clean_desc3()
|
D | stmmac_main.c | 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 [all …]
|
/Linux-v4.19/fs/f2fs/ |
D | gc.c | 309 unsigned int last_segment = MAIN_SEGS(sbi); in get_victim_by_default() local 342 segno = find_next_bit(p.dirty_segmap, last_segment, p.offset); in get_victim_by_default() 343 if (segno >= last_segment) { in get_victim_by_default() 345 last_segment = in get_victim_by_default()
|