Searched refs:last_segment (Results 1 – 6 of 6) sorted by relevance
| /drivers/net/ethernet/stmicro/stmmac/ |
| A D | chain_mode.c | 148 if (tx_q->tx_skbuff_dma[entry].last_segment && !priv->extend_desc && in clean_desc3()
|
| A D | ring_mode.c | 126 (tx_q->tx_skbuff_dma[entry].last_segment && in clean_desc3()
|
| A D | stmmac.h | 52 bool last_segment; member
|
| A D | stmmac_main.c | 1910 tx_q->tx_skbuff_dma[i].last_segment = false; in __init_dma_tx_desc_rings() 2646 tx_q->tx_skbuff_dma[entry].last_segment = true; in stmmac_xdp_xmit_zc() 2824 tx_q->tx_skbuff_dma[entry].last_segment = false; in stmmac_tx_clean() 4221 int total_len, bool last_segment, u32 queue) in stmmac_tso_allocator() argument 4683 bool last_segment = (i == (nfrags - 1)); in stmmac_xmit() local 4706 tx_q->tx_skbuff_dma[entry].last_segment = last_segment; in stmmac_xmit() 4711 priv->mode, 1, last_segment, skb->len); in stmmac_xmit() 4788 bool last_segment = (nfrags == 0); in stmmac_xmit() local 4802 tx_q->tx_skbuff_dma[first_entry].last_segment = last_segment; in stmmac_xmit() 4813 csum_insertion, priv->mode, 0, last_segment, in stmmac_xmit() [all …]
|
| /drivers/media/test-drivers/vidtv/ |
| A D | vidtv_psi.h | 738 u8 last_segment; member
|
| A D | vidtv_psi.c | 1880 eit->last_segment = eit->header.last_section; /* not implemented */ in vidtv_psi_eit_table_init() 1901 sizeof_field(struct vidtv_psi_table_eit, last_segment) + in vidtv_psi_eit_write_into()
|
Completed in 31 milliseconds