Searched refs:__FM10K_RESETTING (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pci.c216 * can. It does nothing and returns false if __FM10K_RESETTING was already set
227 if (test_and_set_bit(__FM10K_RESETTING, interface->state))
262 WARN_ON(!test_bit(__FM10K_RESETTING, interface->state));
322 clear_bit(__FM10K_RESETTING, interface->state);
334 clear_bit(__FM10K_RESETTING, interface->state);
484 if (test_bit(__FM10K_RESETTING, interface->state))
674 test_bit(__FM10K_RESETTING, interface->state))
703 test_bit(__FM10K_RESETTING, interface->state))
H A Dfm10k_ethtool.c548 while (test_and_set_bit(__FM10K_RESETTING, interface->state))
634 clear_bit(__FM10K_RESETTING, interface->state);
H A Dfm10k.h268 __FM10K_RESETTING, enumerator in enum:fm10k_state_t

Completed in 291 milliseconds