Searched refs:tx_cleanup (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mcu.c | 153 if (dev->queue_ops->tx_cleanup) in __mt76_mcu_send_firmware() 154 dev->queue_ops->tx_cleanup(dev, in __mt76_mcu_send_firmware()
|
H A D | mt76_connac.h | 347 dev->queue_ops->tx_cleanup(dev, dev->q_mcu[MT_MCUQ_WM], false); in mt76_connac_tx_cleanup() 348 dev->queue_ops->tx_cleanup(dev, dev->q_mcu[MT_MCUQ_WA], false); in mt76_connac_tx_cleanup()
|
H A D | tx.c | 548 if (dev->queue_ops->tx_cleanup && in mt76_txq_schedule_list() 550 dev->queue_ops->tx_cleanup(dev, q, false); in mt76_txq_schedule_list()
|
H A D | mt76.h | 286 void (*tx_cleanup)(struct mt76_dev *dev, struct mt76_queue *q, member 1216 #define mt76_queue_tx_cleanup(dev, ...) (dev)->mt76.queue_ops->tx_cleanup(&((dev)->mt76), __VA_ARGS__)
|
H A D | dma.c | 992 .tx_cleanup = mt76_dma_tx_cleanup,
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | macsec_fs.c | 2395 goto tx_cleanup; in mlx5_macsec_fs_init() 2402 tx_cleanup: in mlx5_macsec_fs_init()
|