Home
last modified time | relevance | path

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

/src/sys/dev/bxe/
H A Decore_sp.c477 o->head_exe_request = FALSE; in __ecore_vlan_mac_h_exec_pending()
503 o->head_exe_request = TRUE; in __ecore_vlan_mac_h_pend()
525 while(o->head_exe_request) { in __ecore_vlan_mac_h_write_unlock()
615 if (!o->head_reader && o->head_exe_request) { in __ecore_vlan_mac_h_read_unlock()
2304 o->head_exe_request = FALSE; in ecore_init_vlan_mac_common()
H A Decore_sp.h759 bool head_exe_request; /* Pending execution request. */ member