Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/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.h38 bool last_segment; member
Dstmmac_main.c1469 tx_q->tx_skbuff_dma[i].last_segment = false; in init_dma_tx_desc_rings()
2032 tx_q->tx_skbuff_dma[entry].last_segment = false; in stmmac_tx_clean()
2993 int total_len, bool last_segment, u32 queue) in stmmac_tso_allocator() argument
3025 (last_segment) && (tmp_len <= TSO_MAX_BUFF_SIZE), in stmmac_tso_allocator()
3185 tx_q->tx_skbuff_dma[tx_q->cur_tx].last_segment = true; in stmmac_tso_xmit()
3249 1, tx_q->tx_skbuff_dma[first_entry].last_segment, in stmmac_tso_xmit()
3382 bool last_segment = (i == (nfrags - 1)); in stmmac_xmit() local
3405 tx_q->tx_skbuff_dma[entry].last_segment = last_segment; in stmmac_xmit()
3409 priv->mode, 1, last_segment, skb->len); in stmmac_xmit()
3483 bool last_segment = (nfrags == 0); in stmmac_xmit() local
[all …]
/Linux-v5.10/fs/f2fs/
Dgc.c630 unsigned int last_segment; in get_victim_by_default() local
636 last_segment = MAIN_SECS(sbi) * sbi->segs_per_sec; in get_victim_by_default()
700 last_segment / p.ofs_unit, in get_victim_by_default()
703 if (segno >= last_segment) { in get_victim_by_default()
705 last_segment = in get_victim_by_default()
/Linux-v5.10/drivers/media/test-drivers/vidtv/
Dvidtv_psi.h738 u8 last_segment; member
Dvidtv_psi.c1852 eit->last_segment = eit->header.last_section; /* not implemented */ in vidtv_psi_eit_table_init()
1873 sizeof_field(struct vidtv_psi_table_eit, last_segment) + in vidtv_psi_eit_write_into()
/Linux-v5.10/fs/nfsd/
Dnfs4xdr.c4684 int last_segment = xdr->buf->len; in nfsd4_encode_read_plus() local
4726 last_segment = xdr->buf->len; in nfsd4_encode_read_plus()
4739 xdr_truncate_encode(xdr, last_segment); in nfsd4_encode_read_plus()