Searched refs:tx_probe (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | nic_common.h | 120 return tx_queue->efx->type->tx_probe(tx_queue); in efx_nic_probe_tx()
|
H A D | siena.c | 1026 .tx_probe = efx_farch_tx_probe,
|
H A D | net_driver.h | 1216 * @tx_probe: Allocate resources for TX queue (and select TXQ type) 1359 int (*tx_probe)(struct efx_tx_queue *tx_queue); member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | nic_common.h | 123 return tx_queue->efx->type->tx_probe(tx_queue); in efx_nic_probe_tx()
|
H A D | ef100_nic.c | 724 .tx_probe = ef100_tx_probe, 807 .tx_probe = ef100_tx_probe,
|
H A D | siena.c | 1015 .tx_probe = efx_farch_tx_probe,
|
H A D | net_driver.h | 1255 * @tx_probe: Allocate resources for TX queue (and select TXQ type) 1395 int (*tx_probe)(struct efx_tx_queue *tx_queue); member
|
H A D | ef10.c | 4043 .tx_probe = efx_ef10_tx_probe, 4155 .tx_probe = efx_ef10_tx_probe,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | nic_common.h | 120 return tx_queue->efx->type->tx_probe(tx_queue); in efx_nic_probe_tx()
|
H A D | ef100_nic.c | 1259 .tx_probe = ef100_tx_probe, 1345 .tx_probe = ef100_tx_probe,
|
H A D | net_driver.h | 1267 * @tx_probe: Allocate resources for TX queue (and select TXQ type) 1408 int (*tx_probe)(struct efx_tx_queue *tx_queue); member
|
H A D | ef10.c | 4098 .tx_probe = efx_ef10_tx_probe, 4212 .tx_probe = efx_ef10_tx_probe,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | nic.h | 317 return tx_queue->efx->type->tx_probe(tx_queue); in ef4_nic_probe_tx()
|
H A D | net_driver.h | 975 * @tx_probe: Allocate resources for TX queue 1082 int (*tx_probe)(struct ef4_tx_queue *tx_queue); member
|
H A D | falcon.c | 2748 .tx_probe = ef4_farch_tx_probe, 2846 .tx_probe = ef4_farch_tx_probe,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | nic.h | 317 return tx_queue->efx->type->tx_probe(tx_queue); in ef4_nic_probe_tx()
|
H A D | net_driver.h | 975 * @tx_probe: Allocate resources for TX queue 1082 int (*tx_probe)(struct ef4_tx_queue *tx_queue); member
|
H A D | falcon.c | 2748 .tx_probe = ef4_farch_tx_probe, 2846 .tx_probe = ef4_farch_tx_probe,
|
Completed in 63 milliseconds