Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/falcon/
Dnic.h322 tx_queue->efx->type->tx_init(tx_queue); in ef4_nic_init_tx()
Dnet_driver.h1086 void (*tx_init)(struct ef4_tx_queue *tx_queue); member
Dfalcon.c2751 .tx_init = ef4_farch_tx_init,
2849 .tx_init = ef4_farch_tx_init,
/drivers/net/ethernet/sfc/
Dnic.h473 tx_queue->efx->type->tx_init(tx_queue); in efx_nic_init_tx()
Dnet_driver.h1207 void (*tx_init)(struct efx_tx_queue *tx_queue); member
Dsiena.c1000 .tx_init = efx_farch_tx_init,
Def10.c6439 .tx_init = efx_ef10_tx_init,
6549 .tx_init = efx_ef10_tx_init,
/drivers/atm/
Diphase.c1899 static int tx_init(struct atm_dev *dev) function
2560 error = tx_init(dev);
/drivers/net/ethernet/marvell/
Dsky2.c1121 static void tx_init(struct sky2_port *sky2) in tx_init() function
1670 tx_init(sky2); in sky2_hw_up()