Lines Matching defs:p
29 struct dma_desc *p, void __iomem *ioaddr) in ndesc_get_tx_status()
65 static int ndesc_get_tx_len(struct dma_desc *p) in ndesc_get_tx_len()
75 struct dma_desc *p) in ndesc_get_rx_status()
124 static void ndesc_init_rx_desc(struct dma_desc *p, unsigned int ring_size, in ndesc_init_rx_desc()
140 static void ndesc_init_tx_desc(struct dma_desc *p, unsigned int ring_size) in ndesc_init_tx_desc()
150 static int ndesc_get_tx_owner(struct dma_desc *p) in ndesc_get_tx_owner()
155 static int ndesc_get_rx_owner(struct dma_desc *p) in ndesc_get_rx_owner()
160 static void ndesc_set_tx_owner(struct dma_desc *p) in ndesc_set_tx_owner()
165 static void ndesc_set_rx_owner(struct dma_desc *p) in ndesc_set_rx_owner()
170 static int ndesc_get_tx_ls(struct dma_desc *p) in ndesc_get_tx_ls()
175 static void ndesc_release_tx_desc(struct dma_desc *p) in ndesc_release_tx_desc()
183 static void ndesc_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, in ndesc_prepare_tx_desc()
193 static void ndesc_clear_tx_ic(struct dma_desc *p) in ndesc_clear_tx_ic()
198 static void ndesc_close_tx_desc(struct dma_desc *p) in ndesc_close_tx_desc()
204 static int ndesc_get_rx_frame_len(struct dma_desc *p) in ndesc_get_rx_frame_len()