Home
last modified time | relevance | path

Searched refs:last_segment (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/net/ipv6/
Drpl.c81 const struct in6_addr *last_segment) in ipv6_rpl_srh_calc_cmpre() argument
86 if (daddr->s6_addr[plen] != last_segment->s6_addr[plen]) in ipv6_rpl_srh_calc_cmpre()
/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/
Dchain_mode.c150 if (tx_q->tx_skbuff_dma[entry].last_segment && !priv->extend_desc && in clean_desc3()
Dring_mode.c128 (tx_q->tx_skbuff_dma[entry].last_segment && in clean_desc3()
Dstmmac.h50 bool last_segment; member
Dstmmac_main.c1794 tx_q->tx_skbuff_dma[i].last_segment = false; in __init_dma_tx_desc_rings()
2456 tx_q->tx_skbuff_dma[entry].last_segment = true; in stmmac_xdp_xmit_zc()
2609 tx_q->tx_skbuff_dma[entry].last_segment = false; in stmmac_tx_clean()
3989 int total_len, bool last_segment, u32 queue) in stmmac_tso_allocator() argument
4021 (last_segment) && (tmp_len <= TSO_MAX_BUFF_SIZE), in stmmac_tso_allocator()
4206 tx_q->tx_skbuff_dma[tx_q->cur_tx].last_segment = true; in stmmac_tso_xmit()
4272 1, tx_q->tx_skbuff_dma[first_entry].last_segment, in stmmac_tso_xmit()
4393 bool last_segment = (i == (nfrags - 1)); in stmmac_xmit() local
4416 tx_q->tx_skbuff_dma[entry].last_segment = last_segment; in stmmac_xmit()
4421 priv->mode, 1, last_segment, skb->len); in stmmac_xmit()
[all …]
/linux-6.1.9/drivers/media/test-drivers/vidtv/
Dvidtv_psi.h738 u8 last_segment; member
Dvidtv_psi.c1845 eit->last_segment = eit->header.last_section; /* not implemented */ in vidtv_psi_eit_table_init()
1866 sizeof_field(struct vidtv_psi_table_eit, last_segment) + in vidtv_psi_eit_write_into()
/linux-6.1.9/fs/f2fs/
Dgc.c720 unsigned int last_segment; in get_victim_by_default() local
726 last_segment = MAIN_SECS(sbi) * sbi->segs_per_sec; in get_victim_by_default()
790 last_segment / p.ofs_unit, in get_victim_by_default()
793 if (segno >= last_segment) { in get_victim_by_default()
795 last_segment = in get_victim_by_default()
/linux-6.1.9/fs/nfsd/
Dnfs4xdr.c4865 int last_segment = xdr->buf->len; in nfsd4_encode_read_plus() local
4905 last_segment = xdr->buf->len; in nfsd4_encode_read_plus()
4914 xdr_truncate_encode(xdr, last_segment); in nfsd4_encode_read_plus()