Searched refs:__IXGBE_PTP_RUNNING (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ptp.c | 1490 set_bit(__IXGBE_PTP_RUNNING, &adapter->state); in ixgbe_ptp_init() 1505 if (!test_and_clear_bit(__IXGBE_PTP_RUNNING, &adapter->state)) in ixgbe_ptp_suspend()
|
H A D | ixgbe.h | 815 __IXGBE_PTP_RUNNING, enumerator
|
H A D | ixgbe_main.c | 5982 if (test_bit(__IXGBE_PTP_RUNNING, &adapter->state)) in ixgbe_reset() 7470 if (test_bit(__IXGBE_PTP_RUNNING, &adapter->state)) in ixgbe_watchdog_link_is_up() 7535 if (test_bit(__IXGBE_PTP_RUNNING, &adapter->state)) in ixgbe_watchdog_link_is_down() 7965 if (test_bit(__IXGBE_PTP_RUNNING, &adapter->state)) { in ixgbe_service_task()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ptp.c | 1477 set_bit(__IXGBE_PTP_RUNNING, &adapter->state); in ixgbe_ptp_init() 1492 if (!test_and_clear_bit(__IXGBE_PTP_RUNNING, &adapter->state)) in ixgbe_ptp_suspend()
|
H A D | ixgbe.h | 874 __IXGBE_PTP_RUNNING, enumerator
|
H A D | ixgbe_main.c | 6016 if (test_bit(__IXGBE_PTP_RUNNING, &adapter->state)) in ixgbe_reset() 7541 if (test_bit(__IXGBE_PTP_RUNNING, &adapter->state)) in ixgbe_watchdog_link_is_up() 7606 if (test_bit(__IXGBE_PTP_RUNNING, &adapter->state)) in ixgbe_watchdog_link_is_down() 8036 if (test_bit(__IXGBE_PTP_RUNNING, &adapter->state)) { in ixgbe_service_task()
|
Completed in 33 milliseconds