Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/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.c1789 tx_q->tx_skbuff_dma[i].last_segment = false; in __init_dma_tx_desc_rings()
2451 tx_q->tx_skbuff_dma[entry].last_segment = true; in stmmac_xdp_xmit_zc()
2604 tx_q->tx_skbuff_dma[entry].last_segment = false; in stmmac_tx_clean()
3984 int total_len, bool last_segment, u32 queue) in stmmac_tso_allocator() argument
4016 (last_segment) && (tmp_len <= TSO_MAX_BUFF_SIZE), in stmmac_tso_allocator()
4201 tx_q->tx_skbuff_dma[tx_q->cur_tx].last_segment = true; in stmmac_tso_xmit()
4267 1, tx_q->tx_skbuff_dma[first_entry].last_segment, in stmmac_tso_xmit()
4388 bool last_segment = (i == (nfrags - 1)); in stmmac_xmit() local
4411 tx_q->tx_skbuff_dma[entry].last_segment = last_segment; in stmmac_xmit()
4416 priv->mode, 1, last_segment, skb->len); in stmmac_xmit()
[all …]
/Linux-v6.1/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-v6.1/fs/f2fs/
Dgc.c721 unsigned int last_segment; in get_victim_by_default() local
727 last_segment = MAIN_SECS(sbi) * sbi->segs_per_sec; in get_victim_by_default()
791 last_segment / p.ofs_unit, in get_victim_by_default()
794 if (segno >= last_segment) { in get_victim_by_default()
796 last_segment = in get_victim_by_default()
/Linux-v6.1/fs/nfsd/
Dnfs4xdr.c4854 int last_segment = xdr->buf->len; in nfsd4_encode_read_plus() local
4894 last_segment = xdr->buf->len; in nfsd4_encode_read_plus()
4903 xdr_truncate_encode(xdr, last_segment); in nfsd4_encode_read_plus()