Lines Matching defs:p

16 			       struct dma_desc *p, void __iomem *ioaddr)  in ndesc_get_tx_status()
64 static int ndesc_get_tx_len(struct dma_desc *p) in ndesc_get_tx_len()
74 struct dma_desc *p) in ndesc_get_rx_status()
125 static void ndesc_init_rx_desc(struct dma_desc *p, int disable_rx_ic, int mode, in ndesc_init_rx_desc()
144 static void ndesc_init_tx_desc(struct dma_desc *p, int mode, int end) in ndesc_init_tx_desc()
153 static int ndesc_get_tx_owner(struct dma_desc *p) in ndesc_get_tx_owner()
158 static void ndesc_set_tx_owner(struct dma_desc *p) in ndesc_set_tx_owner()
163 static void ndesc_set_rx_owner(struct dma_desc *p, int disable_rx_ic) in ndesc_set_rx_owner()
168 static int ndesc_get_tx_ls(struct dma_desc *p) in ndesc_get_tx_ls()
173 static void ndesc_release_tx_desc(struct dma_desc *p, int mode) in ndesc_release_tx_desc()
184 static void ndesc_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, in ndesc_prepare_tx_desc()
214 static void ndesc_set_tx_ic(struct dma_desc *p) in ndesc_set_tx_ic()
219 static int ndesc_get_rx_frame_len(struct dma_desc *p, int rx_coe_type) in ndesc_get_rx_frame_len()
238 static void ndesc_enable_tx_timestamp(struct dma_desc *p) in ndesc_enable_tx_timestamp()
243 static int ndesc_get_tx_timestamp_status(struct dma_desc *p) in ndesc_get_tx_timestamp_status()
250 struct dma_desc *p = (struct dma_desc *)desc; in ndesc_get_timestamp() local
262 struct dma_desc *p = (struct dma_desc *)desc; in ndesc_get_rx_timestamp_status() local
275 struct dma_desc *p = (struct dma_desc *)head; in ndesc_display_ring() local
295 static void ndesc_set_addr(struct dma_desc *p, dma_addr_t addr) in ndesc_set_addr()
300 static void ndesc_clear(struct dma_desc *p) in ndesc_clear()