Searched refs:init_tx_desc (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_desc.h | 159 void (*init_tx_desc)(struct sxgbe_tx_norm_desc *p); member
|
D | sxgbe_desc.c | 474 .init_tx_desc = sxgbe_init_tx_desc,
|
D | sxgbe_main.c | 333 priv->hw->desc->init_tx_desc(&priv->txq[j]->dma_tx[i]); in sxgbe_clear_descriptors()
|
/linux-5.19.10/drivers/net/ethernet/stmicro/stmmac/ |
D | norm_desc.c | 310 .init_tx_desc = ndesc_init_tx_desc,
|
D | dwxgmac2_descs.c | 362 .init_tx_desc = dwxgmac2_init_tx_desc,
|
D | enh_desc.c | 458 .init_tx_desc = enh_desc_init_tx_desc,
|
D | hwif.h | 40 void (*init_tx_desc)(struct dma_desc *p, int mode, int end); member 104 stmmac_do_void_callback(__priv, desc, init_tx_desc, __args)
|
D | dwmac4_descs.c | 570 .init_tx_desc = dwmac4_rd_init_tx_desc,
|