Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dcalxedaxgmac.c204 struct xgmac_dma_desc { struct
214 static inline void desc_set_buf_len(struct xgmac_dma_desc *p, u32 buf_sz) in desc_set_buf_len() argument
223 static inline int desc_get_buf_len(struct xgmac_dma_desc *p) in desc_get_buf_len()
230 static inline void desc_init_rx_desc(struct xgmac_dma_desc *p, int ring_size, in desc_init_rx_desc()
233 struct xgmac_dma_desc *end = p + ring_size - 1; in desc_init_rx_desc()
243 static inline void desc_init_tx_desc(struct xgmac_dma_desc *p, u32 ring_size) in desc_init_tx_desc()
249 static inline int desc_get_owner(struct xgmac_dma_desc *p) in desc_get_owner()
254 static inline void desc_set_rx_owner(struct xgmac_dma_desc *p) in desc_set_rx_owner()
260 static inline void desc_set_tx_owner(struct xgmac_dma_desc *p, u32 flags) in desc_set_tx_owner()
268 static inline void *desc_get_buf_addr(struct xgmac_dma_desc *p) in desc_get_buf_addr()
[all …]