Lines Matching defs:p
16 struct dma_desc *p, void __iomem *ioaddr) in ndesc_get_tx_status()
60 static int ndesc_get_tx_len(struct dma_desc *p) in ndesc_get_tx_len()
70 struct dma_desc *p) in ndesc_get_rx_status()
118 static void ndesc_init_rx_desc(struct dma_desc *p, int disable_rx_ic, int mode, in ndesc_init_rx_desc()
137 static void ndesc_init_tx_desc(struct dma_desc *p, int mode, int end) in ndesc_init_tx_desc()
146 static int ndesc_get_tx_owner(struct dma_desc *p) in ndesc_get_tx_owner()
151 static void ndesc_set_tx_owner(struct dma_desc *p) in ndesc_set_tx_owner()
156 static void ndesc_set_rx_owner(struct dma_desc *p, int disable_rx_ic) in ndesc_set_rx_owner()
161 static int ndesc_get_tx_ls(struct dma_desc *p) in ndesc_get_tx_ls()
166 static void ndesc_release_tx_desc(struct dma_desc *p, int mode) in ndesc_release_tx_desc()
177 static void ndesc_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, in ndesc_prepare_tx_desc()
207 static void ndesc_set_tx_ic(struct dma_desc *p) in ndesc_set_tx_ic()
212 static int ndesc_get_rx_frame_len(struct dma_desc *p, int rx_coe_type) in ndesc_get_rx_frame_len()
231 static void ndesc_enable_tx_timestamp(struct dma_desc *p) in ndesc_enable_tx_timestamp()
236 static int ndesc_get_tx_timestamp_status(struct dma_desc *p) in ndesc_get_tx_timestamp_status()
243 struct dma_desc *p = (struct dma_desc *)desc; in ndesc_get_timestamp() local
255 struct dma_desc *p = (struct dma_desc *)desc; in ndesc_get_rx_timestamp_status() local
268 struct dma_desc *p = (struct dma_desc *)head; in ndesc_display_ring() local
288 static void ndesc_set_addr(struct dma_desc *p, dma_addr_t addr) in ndesc_set_addr()
293 static void ndesc_clear(struct dma_desc *p) in ndesc_clear()