Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/sfc/
Dptp.c298 struct workqueue_struct *workwq; member
1281 queue_delayed_work(ptp->workwq, &ptp->cleanup_work, in efx_ptp_insert_filter()
1536 queue_delayed_work(ptp->workwq, &ptp->cleanup_work, in efx_ptp_cleanup_worker()
1582 ptp->workwq = create_singlethread_workqueue("sfc_ptp"); in efx_ptp_probe()
1583 if (!ptp->workwq) { in efx_ptp_probe()
1638 destroy_workqueue(efx->ptp_data->workwq); in efx_ptp_probe()
1695 destroy_workqueue(efx->ptp_data->workwq); in efx_ptp_remove()
1780 queue_work(ptp->workwq, &ptp->work); in efx_ptp_rx()
1798 queue_work(ptp->workwq, &ptp->work); in efx_ptp_tx()
1927 queue_work(ptp->workwq, &ptp->work); in ptp_event_failure()
/linux-6.12.1/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()
1833 queue_work(ptp->workwq, &ptp->work); in ptp_event_failure()
1872 queue_work(ptp->workwq, &ptp->work); in ptp_event_rx()