Home
last modified time | relevance | path

Searched refs:ftmac100_rxdes (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/faraday/
H A Dftmac100.c45 struct ftmac100_rxdes rxdes[RX_QUEUE_ENTRIES];
72 struct ftmac100_rxdes *rxdes, gfp_t gfp);
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()
[all …]
H A Dftmac100.h145 struct ftmac100_rxdes { struct
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dftmac100.c25 struct ftmac100_rxdes rxdes[PKTBUFSRX];
79 struct ftmac100_rxdes *rxdes = priv->rxdes; in _ftmac100_init()
142 struct ftmac100_rxdes *curr_des; in _ftmac100_free_pkt()
155 struct ftmac100_rxdes *curr_des; in __ftmac100_recv()
245 struct ftmac100_rxdes *curr_des; in _ftmac100_recv()
338 struct ftmac100_rxdes *curr_des; in ftmac100_recv()
H A Dftmac100.h120 struct ftmac100_rxdes { struct