Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/drivers/net/ethernet/stmicro/stmmac/
Dring_mode.c128 (tx_q->tx_skbuff_dma[entry].last_segment && in clean_desc3()
Dchain_mode.c150 if (tx_q->tx_skbuff_dma[entry].last_segment && !priv->extend_desc && in clean_desc3()
Dstmmac.h50 bool last_segment; member
Dstmmac_main.c1776 tx_q->tx_skbuff_dma[i].last_segment = false; in __init_dma_tx_desc_rings()
2400 tx_q->tx_skbuff_dma[entry].last_segment = true; in stmmac_xdp_xmit_zc()
2536 tx_q->tx_skbuff_dma[entry].last_segment = false; in stmmac_tx_clean()
3850 int total_len, bool last_segment, u32 queue) in stmmac_tso_allocator() argument
3882 (last_segment) && (tmp_len <= TSO_MAX_BUFF_SIZE), in stmmac_tso_allocator()
4067 tx_q->tx_skbuff_dma[tx_q->cur_tx].last_segment = true; in stmmac_tso_xmit()
4133 1, tx_q->tx_skbuff_dma[first_entry].last_segment, in stmmac_tso_xmit()
4254 bool last_segment = (i == (nfrags - 1)); in stmmac_xmit() local
4277 tx_q->tx_skbuff_dma[entry].last_segment = last_segment; in stmmac_xmit()
4282 priv->mode, 1, last_segment, skb->len); in stmmac_xmit()
[all …]
/Linux-v5.15/drivers/media/test-drivers/vidtv/
Dvidtv_psi.h738 u8 last_segment; member
Dvidtv_psi.c1851 eit->last_segment = eit->header.last_section; /* not implemented */ in vidtv_psi_eit_table_init()
1872 sizeof_field(struct vidtv_psi_table_eit, last_segment) + in vidtv_psi_eit_write_into()
/Linux-v5.15/fs/f2fs/
Dgc.c647 unsigned int last_segment; in get_victim_by_default() local
653 last_segment = MAIN_SECS(sbi) * sbi->segs_per_sec; in get_victim_by_default()
717 last_segment / p.ofs_unit, in get_victim_by_default()
720 if (segno >= last_segment) { in get_victim_by_default()
722 last_segment = in get_victim_by_default()
/Linux-v5.15/fs/nfsd/
Dnfs4xdr.c4826 int last_segment = xdr->buf->len; in nfsd4_encode_read_plus() local
4868 last_segment = xdr->buf->len; in nfsd4_encode_read_plus()
4877 xdr_truncate_encode(xdr, last_segment); in nfsd4_encode_read_plus()