Searched refs:last_segment (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/net/ipv6/ |
D | rpl.c | 75 const struct in6_addr *last_segment) in ipv6_rpl_srh_calc_cmpre() argument 80 if (daddr->s6_addr[plen] != last_segment->s6_addr[plen]) in ipv6_rpl_srh_calc_cmpre()
|
/linux-6.12.1/drivers/net/ethernet/stmicro/stmmac/ |
D | ring_mode.c | 126 (tx_q->tx_skbuff_dma[entry].last_segment && in clean_desc3()
|
D | chain_mode.c | 148 if (tx_q->tx_skbuff_dma[entry].last_segment && !priv->extend_desc && in clean_desc3()
|
D | stmmac.h | 52 bool last_segment; member
|
D | stmmac_main.c | 1826 tx_q->tx_skbuff_dma[i].last_segment = false; in __init_dma_tx_desc_rings() 2542 tx_q->tx_skbuff_dma[entry].last_segment = true; in stmmac_xdp_xmit_zc() 2718 tx_q->tx_skbuff_dma[entry].last_segment = false; in stmmac_tx_clean() 4123 int total_len, bool last_segment, u32 queue) in stmmac_tso_allocator() argument 4155 (last_segment) && (tmp_len <= TSO_MAX_BUFF_SIZE), in stmmac_tso_allocator() 4362 tx_q->tx_skbuff_dma[tx_q->cur_tx].last_segment = true; in stmmac_tso_xmit() 4431 1, tx_q->tx_skbuff_dma[first_entry].last_segment, in stmmac_tso_xmit() 4597 bool last_segment = (i == (nfrags - 1)); in stmmac_xmit() local 4620 tx_q->tx_skbuff_dma[entry].last_segment = last_segment; in stmmac_xmit() 4625 priv->mode, 1, last_segment, skb->len); in stmmac_xmit() [all …]
|
/linux-6.12.1/drivers/media/test-drivers/vidtv/ |
D | vidtv_psi.h | 738 u8 last_segment; member
|
D | vidtv_psi.c | 1880 eit->last_segment = eit->header.last_section; /* not implemented */ in vidtv_psi_eit_table_init() 1901 sizeof_field(struct vidtv_psi_table_eit, last_segment) + in vidtv_psi_eit_write_into()
|
/linux-6.12.1/fs/f2fs/ |
D | gc.c | 785 unsigned int last_segment; in f2fs_get_victim() local 791 last_segment = MAIN_SECS(sbi) * SEGS_PER_SEC(sbi); in f2fs_get_victim() 856 last_segment / p.ofs_unit, in f2fs_get_victim() 859 if (segno >= last_segment) { in f2fs_get_victim() 861 last_segment = in f2fs_get_victim()
|