Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbnad.h213 struct work_struct rx_cleanup_work; member
H A Dbnad.c1176 container_of(work, struct bnad_rx_info, rx_cleanup_work); in bnad_rx_cleanup()
1227 queue_work(bnad->work_q, &rx_info->rx_cleanup_work); in bnad_cb_rx_cleanup()
2252 INIT_WORK(&rx_info->rx_cleanup_work, in bnad_setup_rx()