Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/idpf/
Didpf.h90 IDPF_HR_RESET_IN_PROG, enumerator
740 return (test_bit(IDPF_HR_RESET_IN_PROG, adapter->flags) || in idpf_is_reset_in_prog()
Didpf_lib.c1005 if (!test_bit(IDPF_HR_RESET_IN_PROG, adapter->flags)) in idpf_vport_dealloc()
1192 if (vport && !test_bit(IDPF_HR_RESET_IN_PROG, adapter->flags)) in idpf_statistics_task()
1551 clear_bit(IDPF_HR_RESET_IN_PROG, adapter->flags); in idpf_init_task()
1570 clear_bit(IDPF_HR_RESET_IN_PROG, adapter->flags); in idpf_init_task()
1694 clear_bit(IDPF_HR_RESET_IN_PROG, adapter->flags); in idpf_check_reset_complete()
1797 while (test_bit(IDPF_HR_RESET_IN_PROG, adapter->flags)) in idpf_init_hard_reset()
1821 set_bit(IDPF_HR_RESET_IN_PROG, adapter->flags); in idpf_vc_event_task()