Searched refs:last_segment (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/net/ipv6/ |
| H A 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.15/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | ring_mode.c | 126 (tx_q->tx_skbuff_dma[entry].last_segment && in clean_desc3()
|
| H A D | chain_mode.c | 148 if (tx_q->tx_skbuff_dma[entry].last_segment && !priv->extend_desc && in clean_desc3()
|
| H A D | stmmac.h | 52 bool last_segment; member
|
| H A D | stmmac_main.c | 1894 tx_q->tx_skbuff_dma[i].last_segment = false; in __init_dma_tx_desc_rings() 2630 tx_q->tx_skbuff_dma[entry].last_segment = true; in stmmac_xdp_xmit_zc() 2808 tx_q->tx_skbuff_dma[entry].last_segment = false; in stmmac_tx_clean() 4205 int total_len, bool last_segment, u32 queue) in stmmac_tso_allocator() argument 4668 bool last_segment = (i == (nfrags - 1)); in stmmac_xmit() local 4691 tx_q->tx_skbuff_dma[entry].last_segment = last_segment; in stmmac_xmit() 4696 priv->mode, 1, last_segment, skb->len); in stmmac_xmit() 4775 bool last_segment = (nfrags == 0); in stmmac_xmit() local 4789 tx_q->tx_skbuff_dma[first_entry].last_segment = last_segment; in stmmac_xmit() 4800 csum_insertion, priv->mode, 0, last_segment, in stmmac_xmit() [all …]
|
| /linux-6.15/drivers/media/test-drivers/vidtv/ |
| H A D | vidtv_psi.h | 738 u8 last_segment; member
|
| H A 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.15/fs/f2fs/ |
| H A D | gc.c | 778 unsigned int last_segment; in f2fs_get_victim() local 784 last_segment = MAIN_SECS(sbi) * SEGS_PER_SEC(sbi); in f2fs_get_victim() 852 last_segment / p.ofs_unit, in f2fs_get_victim() 855 if (segno >= last_segment) { in f2fs_get_victim() 857 last_segment = in f2fs_get_victim()
|