Searched refs:last_segment (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/ | 
| D | chain_mode.c | 150 	if (tx_q->tx_skbuff_dma[entry].last_segment && !priv->extend_desc &&  in clean_desc3()
  | 
| D | ring_mode.c | 128 		     (tx_q->tx_skbuff_dma[entry].last_segment &&  in clean_desc3()
  | 
| D | stmmac.h | 38 	bool last_segment;  member
  | 
| D | stmmac_main.c | 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 [all …] 
 | 
| /Linux-v5.4/fs/f2fs/ | 
| D | gc.c | 314 	unsigned int last_segment;  in get_victim_by_default()  local 318 	last_segment = MAIN_SECS(sbi) * sbi->segs_per_sec;  in get_victim_by_default() 363 		segno = find_next_bit(p.dirty_segmap, last_segment, p.offset);  in get_victim_by_default() 364 		if (segno >= last_segment) {  in get_victim_by_default() 366 				last_segment =  in get_victim_by_default()
  |