Searched refs:tx_cleanup_work (Results 1 – 2 of 2) sorted by relevance
205 struct delayed_work tx_cleanup_work; member
1097 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()