Home
last modified time | relevance | path

Searched refs:tx_init (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/sfc/falcon/
Dnic.h321 tx_queue->efx->type->tx_init(tx_queue); in ef4_nic_init_tx()
Dnet_driver.h1083 void (*tx_init)(struct ef4_tx_queue *tx_queue); member
Dfalcon.c2749 .tx_init = ef4_farch_tx_init,
2847 .tx_init = ef4_farch_tx_init,
/Linux-v5.4/drivers/net/ethernet/sfc/
Dnic.h498 tx_queue->efx->type->tx_init(tx_queue); in efx_nic_init_tx()
Dnet_driver.h1322 void (*tx_init)(struct efx_tx_queue *tx_queue); member
Dsiena.c1005 .tx_init = efx_farch_tx_init,
Def10.c6644 .tx_init = efx_ef10_tx_init,
6753 .tx_init = efx_ef10_tx_init,
/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Dwil6210.h609 int (*tx_init)(struct wil6210_priv *wil); member
Dtxrx_edma.c1633 wil->txrx_ops.tx_init = wil_tx_init_edma; in wil_init_txrx_ops_edma()
Dmain.c1841 rc = wil->txrx_ops.tx_init(wil); in __wil_up()
Dtxrx.c2586 wil->txrx_ops.tx_init = wil_tx_init; in wil_init_txrx_ops_legacy_dma()
/Linux-v5.4/drivers/atm/
Diphase.c1899 static int tx_init(struct atm_dev *dev) function
2560 error = tx_init(dev);
/Linux-v5.4/drivers/net/ethernet/marvell/
Dsky2.c1109 static void tx_init(struct sky2_port *sky2) in tx_init() function
1654 tx_init(sky2); in sky2_hw_up()