Searched refs:xgmac_dma_desc (Results 1 – 1 of 1) sorted by relevance
323 struct xgmac_dma_desc { struct354 struct xgmac_dma_desc *dma_rx;359 struct xgmac_dma_desc *dma_tx;403 static inline void desc_set_buf_len(struct xgmac_dma_desc *p, u32 buf_sz) in desc_set_buf_len()412 static inline int desc_get_buf_len(struct xgmac_dma_desc *p) in desc_get_buf_len()419 static inline void desc_init_rx_desc(struct xgmac_dma_desc *p, int ring_size, in desc_init_rx_desc()422 struct xgmac_dma_desc *end = p + ring_size - 1; in desc_init_rx_desc()432 static inline void desc_init_tx_desc(struct xgmac_dma_desc *p, u32 ring_size) in desc_init_tx_desc()438 static inline int desc_get_owner(struct xgmac_dma_desc *p) in desc_get_owner()443 static inline void desc_set_rx_owner(struct xgmac_dma_desc *p) in desc_set_rx_owner()[all …]