Home
last modified time | relevance | path

Searched refs:pps_workwq (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Dptp.c269 * @pps_workwq: pps work queue
333 struct workqueue_struct *pps_workwq; member
1539 ptp->pps_workwq = create_singlethread_workqueue("sfc_pps"); in efx_ptp_probe()
1540 if (!ptp->pps_workwq) { in efx_ptp_probe()
1598 if (efx->ptp_data->pps_workwq) in efx_ptp_remove()
1605 destroy_workqueue(efx->ptp_data->pps_workwq); in efx_ptp_remove()
1946 queue_work(ptp->pps_workwq, &ptp->pps_work); in ptp_event_pps()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dptp.c271 * @pps_workwq: pps work queue
330 struct workqueue_struct *pps_workwq; member
1623 ptp->pps_workwq = create_singlethread_workqueue("sfc_pps"); in efx_ptp_probe()
1624 if (!ptp->pps_workwq) { in efx_ptp_probe()
1683 if (efx->ptp_data->pps_workwq) in efx_ptp_remove()
1690 destroy_workqueue(efx->ptp_data->pps_workwq); in efx_ptp_remove()
1951 queue_work(ptp->pps_workwq, &ptp->pps_work); in ptp_event_pps()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H A Dptp.c268 * @pps_workwq: pps work queue
332 struct workqueue_struct *pps_workwq; member
1505 ptp->pps_workwq = in efx_ptp_probe()
1507 if (!ptp->pps_workwq) { in efx_ptp_probe()
1565 if (efx->ptp_data->pps_workwq) in efx_ptp_remove()
1572 destroy_workqueue(efx->ptp_data->pps_workwq); in efx_ptp_remove()
1900 queue_work(ptp->pps_workwq, &ptp->pps_work); in ptp_event_pps()

Completed in 10 milliseconds