Searched refs:tx_cleanup (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H 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()
|
H A D | mt76_connac.h | 320 dev->queue_ops->tx_cleanup(dev, dev->q_mcu[MT_MCUQ_WM], false); in mt76_connac_tx_cleanup() 321 dev->queue_ops->tx_cleanup(dev, dev->q_mcu[MT_MCUQ_WA], false); in mt76_connac_tx_cleanup()
|
H A D | tx.c | 528 if (dev->queue_ops->tx_cleanup && in mt76_txq_schedule_list() 530 dev->queue_ops->tx_cleanup(dev, q, false); in mt76_txq_schedule_list()
|
H A D | mt76.h | 248 void (*tx_cleanup)(struct mt76_dev *dev, struct mt76_queue *q, member 1066 #define mt76_queue_tx_cleanup(dev, ...) (dev)->mt76.queue_ops->tx_cleanup(&((dev)->mt76), __VA_ARGS…
|
H A D | dma.c | 943 .tx_cleanup = mt76_dma_tx_cleanup,
|
/openbmc/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()
|