Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Drpl.c75 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/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.h738 u8 last_segment; member
H A Dvidtv_psi.c1878 eit->last_segment = eit->header.last_section; /* not implemented */ in vidtv_psi_eit_table_init()
1899 sizeof_field(struct vidtv_psi_table_eit, last_segment) + in vidtv_psi_eit_write_into()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h53 bool last_segment; member
H A Dstmmac_main.c1979 tx_q->tx_skbuff_dma[i].last_segment = false; in __init_dma_tx_desc_rings()
2711 tx_q->tx_skbuff_dma[entry].last_segment = true; in stmmac_xdp_xmit_zc()
2889 tx_q->tx_skbuff_dma[entry].last_segment = false; in stmmac_tx_clean()
4277 int total_len, bool last_segment, u32 queue) in stmmac_tso_allocator() argument
4305 (last_segment) && (tmp_len <= TSO_MAX_BUFF_SIZE), in stmmac_tso_allocator()
4507 tx_q->tx_skbuff_dma[tx_q->cur_tx].last_segment = true; in stmmac_tso_xmit()
4752 bool last_segment = (i == (nfrags - 1)); in stmmac_xmit() local
4775 tx_q->tx_skbuff_dma[entry].last_segment = last_segment; in stmmac_xmit()
4780 priv->mode, 1, last_segment, skb->len); in stmmac_xmit()
4857 bool last_segment = (nfrags == 0); in stmmac_xmit() local
[all …]