Home
last modified time | relevance | path

Searched defs:rxdes (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/faraday/
Dftmac100.c59 struct ftmac100_rxdes rxdes[RX_QUEUE_ENTRIES]; member
204 static bool ftmac100_rxdes_first_segment(struct ftmac100_rxdes *rxdes) in ftmac100_rxdes_first_segment()
209 static bool ftmac100_rxdes_last_segment(struct ftmac100_rxdes *rxdes) in ftmac100_rxdes_last_segment()
214 static bool ftmac100_rxdes_owned_by_dma(struct ftmac100_rxdes *rxdes) in ftmac100_rxdes_owned_by_dma()
219 static void ftmac100_rxdes_set_dma_own(struct ftmac100_rxdes *rxdes) in ftmac100_rxdes_set_dma_own()
225 static bool ftmac100_rxdes_rx_error(struct ftmac100_rxdes *rxdes) in ftmac100_rxdes_rx_error()
230 static bool ftmac100_rxdes_crc_error(struct ftmac100_rxdes *rxdes) in ftmac100_rxdes_crc_error()
235 static bool ftmac100_rxdes_frame_too_long(struct ftmac100_rxdes *rxdes) in ftmac100_rxdes_frame_too_long()
240 static bool ftmac100_rxdes_runt(struct ftmac100_rxdes *rxdes) in ftmac100_rxdes_runt()
245 static bool ftmac100_rxdes_odd_nibble(struct ftmac100_rxdes *rxdes) in ftmac100_rxdes_odd_nibble()
[all …]
Dftgmac100.c73 struct ftgmac100_rxdes *rxdes; member
395 struct ftgmac100_rxdes *rxdes, gfp_t gfp) in ftgmac100_alloc_rx_buf()
464 struct ftgmac100_rxdes *rxdes; in ftgmac100_rx_packet() local
876 struct ftgmac100_rxdes *rxdes = &priv->rxdes[i]; in ftgmac100_free_buffers() local
964 struct ftgmac100_rxdes *rxdes = NULL; in ftgmac100_init_rings() local
1000 struct ftgmac100_rxdes *rxdes = &priv->rxdes[i]; in ftgmac100_alloc_rx_buffers() local
1310 struct ftgmac100_rxdes *rxdes = &priv->rxdes[priv->rx_pointer]; in ftgmac100_check_rx() local