Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/calxeda/
Dxgmac.c334 struct xgmac_dma_desc { struct
365 struct xgmac_dma_desc *dma_rx;
370 struct xgmac_dma_desc *dma_tx;
414 static inline void desc_set_buf_len(struct xgmac_dma_desc *p, u32 buf_sz) in desc_set_buf_len()
423 static inline int desc_get_buf_len(struct xgmac_dma_desc *p) in desc_get_buf_len()
430 static inline void desc_init_rx_desc(struct xgmac_dma_desc *p, int ring_size, in desc_init_rx_desc()
433 struct xgmac_dma_desc *end = p + ring_size - 1; in desc_init_rx_desc()
443 static inline void desc_init_tx_desc(struct xgmac_dma_desc *p, u32 ring_size) in desc_init_tx_desc()
449 static inline int desc_get_owner(struct xgmac_dma_desc *p) in desc_get_owner()
454 static inline void desc_set_rx_owner(struct xgmac_dma_desc *p) in desc_set_rx_owner()
[all …]