Home
last modified time | relevance | path

Searched refs:sxgbe_tx_norm_desc (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_desc.h26 struct sxgbe_tx_norm_desc { struct
159 void (*init_tx_desc)(struct sxgbe_tx_norm_desc *p);
174 void (*set_tx_owner)(struct sxgbe_tx_norm_desc *p);
177 int (*get_tx_owner)(struct sxgbe_tx_norm_desc *p);
180 void (*close_tx_desc)(struct sxgbe_tx_norm_desc *p);
183 void (*release_tx_desc)(struct sxgbe_tx_norm_desc *p);
188 void (*clear_tx_ic)(struct sxgbe_tx_norm_desc *p);
191 int (*get_tx_ls)(struct sxgbe_tx_norm_desc *p);
194 int (*get_tx_len)(struct sxgbe_tx_norm_desc *p);
197 void (*tx_enable_tstamp)(struct sxgbe_tx_norm_desc *p);
[all …]
H A Dsxgbe_desc.c23 static void sxgbe_init_tx_desc(struct sxgbe_tx_norm_desc *p) in sxgbe_init_tx_desc()
39 static void sxgbe_prepare_tx_desc(struct sxgbe_tx_norm_desc *p, u8 is_fd, in sxgbe_prepare_tx_desc()
58 static void sxgbe_set_tx_owner(struct sxgbe_tx_norm_desc *p) in sxgbe_set_tx_owner()
64 static int sxgbe_get_tx_owner(struct sxgbe_tx_norm_desc *p) in sxgbe_get_tx_owner()
70 static void sxgbe_close_tx_desc(struct sxgbe_tx_norm_desc *p) in sxgbe_close_tx_desc()
77 static void sxgbe_release_tx_desc(struct sxgbe_tx_norm_desc *p) in sxgbe_release_tx_desc()
85 static void sxgbe_clear_tx_ic(struct sxgbe_tx_norm_desc *p) in sxgbe_clear_tx_ic()
91 static int sxgbe_get_tx_ls(struct sxgbe_tx_norm_desc *p) in sxgbe_get_tx_ls()
97 static int sxgbe_get_tx_len(struct sxgbe_tx_norm_desc *p) in sxgbe_get_tx_len()
103 static void sxgbe_tx_enable_tstamp(struct sxgbe_tx_norm_desc *p) in sxgbe_tx_enable_tstamp()
[all …]
H A Dsxgbe_main.c405 tx_rsize * sizeof(struct sxgbe_tx_norm_desc), in init_tx_ring()
432 dma_free_coherent(dev, tx_rsize * sizeof(struct sxgbe_tx_norm_desc), in init_tx_ring()
550 dma_free_coherent(dev, tx_rsize * sizeof(struct sxgbe_tx_norm_desc), in free_tx_ring()
620 struct sxgbe_tx_norm_desc *tdesc = txqueue->dma_tx + dma_desc; in tx_free_ring_skbufs()
750 struct sxgbe_tx_norm_desc *p; in sxgbe_tx_queue_clean()
1247 struct sxgbe_tx_norm_desc *first_desc, in sxgbe_tso_prepare()
1284 struct sxgbe_tx_norm_desc *tx_desc, *first_desc; in sxgbe_xmit()
H A Dsxgbe_common.h379 struct sxgbe_tx_norm_desc *dma_tx;