Lines Matching defs:rxdes

45 	struct ftmac100_rxdes rxdes[RX_QUEUE_ENTRIES];  member
190 static bool ftmac100_rxdes_first_segment(struct ftmac100_rxdes *rxdes) in ftmac100_rxdes_first_segment()
195 static bool ftmac100_rxdes_last_segment(struct ftmac100_rxdes *rxdes) in ftmac100_rxdes_last_segment()
200 static bool ftmac100_rxdes_owned_by_dma(struct ftmac100_rxdes *rxdes) in ftmac100_rxdes_owned_by_dma()
205 static void ftmac100_rxdes_set_dma_own(struct ftmac100_rxdes *rxdes) in ftmac100_rxdes_set_dma_own()
211 static bool ftmac100_rxdes_rx_error(struct ftmac100_rxdes *rxdes) in ftmac100_rxdes_rx_error()
216 static bool ftmac100_rxdes_crc_error(struct ftmac100_rxdes *rxdes) in ftmac100_rxdes_crc_error()
221 static bool ftmac100_rxdes_frame_too_long(struct ftmac100_rxdes *rxdes) in ftmac100_rxdes_frame_too_long()
226 static bool ftmac100_rxdes_runt(struct ftmac100_rxdes *rxdes) in ftmac100_rxdes_runt()
231 static bool ftmac100_rxdes_odd_nibble(struct ftmac100_rxdes *rxdes) in ftmac100_rxdes_odd_nibble()
236 static unsigned int ftmac100_rxdes_frame_length(struct ftmac100_rxdes *rxdes) in ftmac100_rxdes_frame_length()
241 static bool ftmac100_rxdes_multicast(struct ftmac100_rxdes *rxdes) in ftmac100_rxdes_multicast()
246 static void ftmac100_rxdes_set_buffer_size(struct ftmac100_rxdes *rxdes, in ftmac100_rxdes_set_buffer_size()
253 static void ftmac100_rxdes_set_end_of_ring(struct ftmac100_rxdes *rxdes) in ftmac100_rxdes_set_end_of_ring()
258 static void ftmac100_rxdes_set_dma_addr(struct ftmac100_rxdes *rxdes, in ftmac100_rxdes_set_dma_addr()
264 static dma_addr_t ftmac100_rxdes_get_dma_addr(struct ftmac100_rxdes *rxdes) in ftmac100_rxdes_get_dma_addr()
273 static void ftmac100_rxdes_set_page(struct ftmac100_rxdes *rxdes, struct page *page) in ftmac100_rxdes_set_page()
278 static struct page *ftmac100_rxdes_get_page(struct ftmac100_rxdes *rxdes) in ftmac100_rxdes_get_page()
304 struct ftmac100_rxdes *rxdes = ftmac100_current_rxdes(priv); in ftmac100_rx_locate_first_segment() local
319 struct ftmac100_rxdes *rxdes) in ftmac100_rx_packet_error()
366 struct ftmac100_rxdes *rxdes = ftmac100_current_rxdes(priv); in ftmac100_rx_drop_packet() local
387 struct ftmac100_rxdes *rxdes; in ftmac100_rx_packet() local
659 struct ftmac100_rxdes *rxdes, gfp_t gfp) in ftmac100_alloc_rx_page()
692 struct ftmac100_rxdes *rxdes = &priv->descs->rxdes[i]; in ftmac100_free_buffers() local
733 struct ftmac100_rxdes *rxdes = &priv->descs->rxdes[i]; in ftmac100_alloc_buffers() local