Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dptp.c292 struct workqueue_struct *workwq; member
1275 queue_delayed_work(ptp->workwq, &ptp->cleanup_work, in efx_ptp_insert_filter()
1535 queue_delayed_work(ptp->workwq, &ptp->cleanup_work, in efx_ptp_cleanup_worker()
1581 ptp->workwq = create_singlethread_workqueue("sfc_ptp"); in efx_ptp_probe()
1582 if (!ptp->workwq) { in efx_ptp_probe()
1637 destroy_workqueue(efx->ptp_data->workwq); in efx_ptp_probe()
1694 destroy_workqueue(efx->ptp_data->workwq); in efx_ptp_remove()
1779 queue_work(ptp->workwq, &ptp->work); in efx_ptp_rx()
1797 queue_work(ptp->workwq, &ptp->work); in efx_ptp_tx()
1934 queue_work(ptp->workwq, &ptp->work); in ptp_event_failure()
/drivers/net/ethernet/sfc/siena/
Dptp.c294 struct workqueue_struct *workwq; member
1461 ptp->workwq = create_singlethread_workqueue("sfc_siena_ptp"); in efx_ptp_probe()
1462 if (!ptp->workwq) { in efx_ptp_probe()
1520 destroy_workqueue(efx->ptp_data->workwq); in efx_ptp_probe()
1576 destroy_workqueue(efx->ptp_data->workwq); in efx_ptp_remove()
1694 queue_work(ptp->workwq, &ptp->work); in efx_ptp_rx()
1712 queue_work(ptp->workwq, &ptp->work); in efx_siena_ptp_tx()
1839 queue_work(ptp->workwq, &ptp->work); in ptp_event_failure()
1878 queue_work(ptp->workwq, &ptp->work); in ptp_event_rx()