Searched refs:dma_desc (Results 1 - 6 of 6) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/ |
H A D | hwif.h | 30 struct dma_desc; 37 void (*init_rx_desc)(struct dma_desc *p, int disable_rx_ic, int mode, 40 void (*init_tx_desc)(struct dma_desc *p, int mode, int end); 42 void (*prepare_tx_desc)(struct dma_desc *p, int is_fs, int len, 45 void (*prepare_tso_tx_desc)(struct dma_desc *p, int is_fs, int len1, 49 void (*set_tx_owner)(struct dma_desc *p); 50 int (*get_tx_owner)(struct dma_desc *p); 52 void (*release_tx_desc)(struct dma_desc *p, int mode); 55 void (*set_tx_ic)(struct dma_desc *p); 57 int (*get_tx_ls)(struct dma_desc * [all...] |
H A D | descs.h | 158 struct dma_desc { struct 167 struct dma_desc basic; /* Basic descriptors */ 180 struct dma_desc basic;
|
H A D | dwmac-rk-tool.c | 60 struct dma_desc *dma_tx; 66 struct dma_desc *dma_rx ____cacheline_aligned_in_smp; 531 struct dma_desc *p; in dwmac_rk_rx_fill() 593 struct dma_desc *p; in dwmac_rk_rx_validate() 632 struct dma_desc *txp, *rxp; in dwmac_rk_get_desc_status() 659 struct dma_desc *p; in dwmac_rk_tx_clean() 686 struct dma_desc *desc; in dwmac_rk_xmit() 1015 struct dma_desc *p; in dwmac_rk_init_dma_desc_rings() 1042 sizeof(struct dma_desc), in dwmac_rk_alloc_dma_desc_resources() 1049 sizeof(struct dma_desc), in dwmac_rk_alloc_dma_desc_resources() [all...] |
H A D | stmmac.h | 54 struct dma_desc *dma_tx; 78 struct dma_desc *dma_rx ____cacheline_aligned_in_smp;
|
/device/soc/rockchip/common/vendor/drivers/net/ethernet/ |
H A D | dwmac-rk-tool.c | 53 struct dma_desc *dma_tx; 59 struct dma_desc *dma_rx ____cacheline_aligned_in_smp; 530 struct dma_desc *p; in dwmac_rk_rx_fill() 587 struct dma_desc *p; in dwmac_rk_rx_validate() 621 struct dma_desc *txp, *rxp; in dwmac_rk_get_desc_status() 646 struct dma_desc *p; in dwmac_rk_tx_clean() 669 struct dma_desc *desc; in dwmac_rk_xmit() 989 struct dma_desc *p; in dwmac_rk_init_dma_desc_rings() 1010 lb_priv->dma_rx = dma_alloc_coherent(priv->device, sizeof(struct dma_desc), &lb_priv->dma_rx_phy, GFP_KERNEL); in dwmac_rk_alloc_dma_desc_resources() 1015 lb_priv->dma_tx = dma_alloc_coherent(priv->device, sizeof(struct dma_desc), in dwmac_rk_alloc_dma_desc_resources() [all...] |
/device/soc/rockchip/rk3588/kernel/include/linux/ |
H A D | stmmac.h | 54 struct dma_desc *dma_tx; 78 struct dma_desc *dma_rx ____cacheline_aligned_in_smp;
|
Completed in 8 milliseconds