Searched refs:last_segment (Results 1 - 8 of 8) sorted by relevance

/linux-master/net/ipv6/
H A Drpl.c75 const struct in6_addr *last_segment)
80 if (daddr->s6_addr[plen] != last_segment->s6_addr[plen])
74 ipv6_rpl_srh_calc_cmpre(const struct in6_addr *daddr, const struct in6_addr *last_segment) argument
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dchain_mode.c148 if (tx_q->tx_skbuff_dma[entry].last_segment && !priv->extend_desc &&
H A Dring_mode.c126 (tx_q->tx_skbuff_dma[entry].last_segment &&
H A Dstmmac.h52 bool last_segment; member in struct:stmmac_tx_info
H A Dstmmac_main.c1809 tx_q->tx_skbuff_dma[i].last_segment = false;
2523 tx_q->tx_skbuff_dma[entry].last_segment = true;
2699 tx_q->tx_skbuff_dma[entry].last_segment = false;
4138 * @last_segment: condition for the last descriptor
4145 int total_len, bool last_segment, u32 queue)
4177 (last_segment) && (tmp_len <= TSO_MAX_BUFF_SIZE),
4364 tx_q->tx_skbuff_dma[tx_q->cur_tx].last_segment = true;
4433 1, tx_q->tx_skbuff_dma[first_entry].last_segment,
4599 bool last_segment = (i == (nfrags - 1)); local
4622 tx_q->tx_skbuff_dma[entry].last_segment
4144 stmmac_tso_allocator(struct stmmac_priv *priv, dma_addr_t des, int total_len, bool last_segment, u32 queue) argument
4706 bool last_segment = (nfrags == 0); local
[all...]
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.h738 u8 last_segment; member in struct:vidtv_psi_table_eit
H A Dvidtv_psi.c1880 eit->last_segment = eit->header.last_section; /* not implemented */
1901 sizeof_field(struct vidtv_psi_table_eit, last_segment) +
/linux-master/fs/f2fs/
H A Dgc.c751 unsigned int last_segment; local
757 last_segment = MAIN_SECS(sbi) * SEGS_PER_SEC(sbi);
821 last_segment / p.ofs_unit,
824 if (segno >= last_segment) {
826 last_segment =

Completed in 189 milliseconds