Searched refs:tx_cleanup (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/ |
A D | mcu.c | 126 if (dev->queue_ops->tx_cleanup) in __mt76_mcu_send_firmware() 127 dev->queue_ops->tx_cleanup(dev, in __mt76_mcu_send_firmware()
|
A D | mt76_connac.h | 290 dev->queue_ops->tx_cleanup(dev, dev->q_mcu[MT_MCUQ_WM], false); in mt76_connac_tx_cleanup() 291 dev->queue_ops->tx_cleanup(dev, dev->q_mcu[MT_MCUQ_WA], false); in mt76_connac_tx_cleanup()
|
A D | tx.c | 518 if (dev->queue_ops->tx_cleanup && in mt76_txq_schedule_list() 520 dev->queue_ops->tx_cleanup(dev, q, false); in mt76_txq_schedule_list()
|
A D | mt76.h | 247 void (*tx_cleanup)(struct mt76_dev *dev, struct mt76_queue *q, member 944 #define mt76_queue_tx_cleanup(dev, ...) (dev)->mt76.queue_ops->tx_cleanup(&((dev)->mt76), __VA_ARGS…
|
A D | dma.c | 934 .tx_cleanup = mt76_dma_tx_cleanup,
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
A D | macsec_fs.c | 1379 goto tx_cleanup; in mlx5e_macsec_fs_init() 1384 tx_cleanup: in mlx5e_macsec_fs_init()
|
Completed in 17 milliseconds