Home
last modified time | relevance | path

Searched refs:tx_cleanup_work (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbnad.h205 struct delayed_work tx_cleanup_work; member
H A Dbnad.c1097 container_of(work, struct bnad_tx_info, tx_cleanup_work); in bnad_tx_cleanup()
1122 queue_delayed_work(bnad->work_q, &tx_info->tx_cleanup_work, in bnad_tx_cleanup()
1145 queue_delayed_work(bnad->work_q, &tx_info->tx_cleanup_work, 0); in bnad_cb_tx_cleanup()
1995 INIT_DELAYED_WORK(&tx_info->tx_cleanup_work, in bnad_setup_tx()