Home
last modified time | relevance | path

Searched refs:tx_desc_init (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/synopsys/
Ddwc-xlgmac.h392 void (*tx_desc_init)(struct xlgmac_pdata *pdata); member
426 void (*tx_desc_init)(struct xlgmac_channel *channel); member
Ddwc-xlgmac-desc.c454 hw_ops->tx_desc_init(channel); in xlgmac_tx_desc_init()
642 desc_ops->tx_desc_init = xlgmac_tx_desc_init; in xlgmac_init_desc_ops()
Ddwc-xlgmac-hw.c3009 desc_ops->tx_desc_init(pdata); in xlgmac_hw_init()
3094 hw_ops->tx_desc_init = xlgmac_tx_desc_init; in xlgmac_init_hw_ops()
/linux-6.1.9/drivers/net/ethernet/amd/xgbe/
Dxgbe-desc.c421 hw_if->tx_desc_init(channel); in xgbe_wrapper_tx_descriptor_init()
Dxgbe.h800 void (*tx_desc_init)(struct xgbe_channel *); member
Dxgbe-dev.c3592 hw_if->tx_desc_init = xgbe_tx_desc_init; in xgbe_init_function_ptrs_dev()