Lines Matching refs:xlgmac_pdata
21 static void xlgmac_unmap_desc_data(struct xlgmac_pdata *pdata, in xlgmac_unmap_desc_data()
74 static void xlgmac_free_ring(struct xlgmac_pdata *pdata, in xlgmac_free_ring()
125 static int xlgmac_init_ring(struct xlgmac_pdata *pdata, in xlgmac_init_ring()
158 static void xlgmac_free_rings(struct xlgmac_pdata *pdata) in xlgmac_free_rings()
173 static int xlgmac_alloc_rings(struct xlgmac_pdata *pdata) in xlgmac_alloc_rings()
213 static void xlgmac_free_channels(struct xlgmac_pdata *pdata) in xlgmac_free_channels()
230 static int xlgmac_alloc_channels(struct xlgmac_pdata *pdata) in xlgmac_alloc_channels()
303 static void xlgmac_free_channels_and_rings(struct xlgmac_pdata *pdata) in xlgmac_free_channels_and_rings()
310 static int xlgmac_alloc_channels_and_rings(struct xlgmac_pdata *pdata) in xlgmac_alloc_channels_and_rings()
330 static int xlgmac_alloc_pages(struct xlgmac_pdata *pdata, in xlgmac_alloc_pages()
389 static int xlgmac_map_rx_buffer(struct xlgmac_pdata *pdata, in xlgmac_map_rx_buffer()
421 static void xlgmac_tx_desc_init(struct xlgmac_pdata *pdata) in xlgmac_tx_desc_init()
458 static void xlgmac_rx_desc_init(struct xlgmac_pdata *pdata) in xlgmac_rx_desc_init()
500 struct xlgmac_pdata *pdata = channel->pdata; in xlgmac_map_tx_skb()