Lines Matching defs:p
12 struct dma_desc *p, void __iomem *ioaddr) in dwxgmac2_get_tx_status()
26 struct dma_desc *p) in dwxgmac2_get_rx_status()
42 static int dwxgmac2_get_tx_len(struct dma_desc *p) in dwxgmac2_get_tx_len()
47 static int dwxgmac2_get_tx_owner(struct dma_desc *p) in dwxgmac2_get_tx_owner()
52 static void dwxgmac2_set_tx_owner(struct dma_desc *p) in dwxgmac2_set_tx_owner()
57 static void dwxgmac2_set_rx_owner(struct dma_desc *p, int disable_rx_ic) in dwxgmac2_set_rx_owner()
67 static int dwxgmac2_get_tx_ls(struct dma_desc *p) in dwxgmac2_get_tx_ls()
72 static int dwxgmac2_get_rx_frame_len(struct dma_desc *p, int rx_coe) in dwxgmac2_get_rx_frame_len()
77 static void dwxgmac2_enable_tx_timestamp(struct dma_desc *p) in dwxgmac2_enable_tx_timestamp()
82 static int dwxgmac2_get_tx_timestamp_status(struct dma_desc *p) in dwxgmac2_get_tx_timestamp_status()
89 struct dma_desc *p = (struct dma_desc *)desc; in dwxgmac2_get_timestamp() local
100 struct dma_desc *p = (struct dma_desc *)desc; in dwxgmac2_rx_check_timestamp() local
121 struct dma_desc *p = (struct dma_desc *)desc; in dwxgmac2_get_rx_timestamp_status() local
131 static void dwxgmac2_init_rx_desc(struct dma_desc *p, int disable_rx_ic, in dwxgmac2_init_rx_desc()
137 static void dwxgmac2_init_tx_desc(struct dma_desc *p, int mode, int end) in dwxgmac2_init_tx_desc()
145 static void dwxgmac2_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, in dwxgmac2_prepare_tx_desc()
183 static void dwxgmac2_prepare_tso_tx_desc(struct dma_desc *p, int is_fs, in dwxgmac2_prepare_tso_tx_desc()
223 static void dwxgmac2_release_tx_desc(struct dma_desc *p, int mode) in dwxgmac2_release_tx_desc()
231 static void dwxgmac2_set_tx_ic(struct dma_desc *p) in dwxgmac2_set_tx_ic()
236 static void dwxgmac2_set_mss(struct dma_desc *p, unsigned int mss) in dwxgmac2_set_mss()
244 static void dwxgmac2_set_addr(struct dma_desc *p, dma_addr_t addr) in dwxgmac2_set_addr()
250 static void dwxgmac2_clear(struct dma_desc *p) in dwxgmac2_clear()
258 static int dwxgmac2_get_rx_hash(struct dma_desc *p, u32 *hash, in dwxgmac2_get_rx_hash()
286 static void dwxgmac2_get_rx_header_len(struct dma_desc *p, unsigned int *len) in dwxgmac2_get_rx_header_len()
292 static void dwxgmac2_set_sec_addr(struct dma_desc *p, dma_addr_t addr, bool is_valid) in dwxgmac2_set_sec_addr()
298 static void dwxgmac2_set_sarc(struct dma_desc *p, u32 sarc_type) in dwxgmac2_set_sarc()
305 static void dwxgmac2_set_vlan_tag(struct dma_desc *p, u16 tag, u16 inner_tag, in dwxgmac2_set_vlan_tag()
332 static void dwxgmac2_set_vlan(struct dma_desc *p, u32 type) in dwxgmac2_set_vlan()
338 static void dwxgmac2_set_tbs(struct dma_edesc *p, u32 sec, u32 nsec) in dwxgmac2_set_tbs()