Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/bxe/
H A Decore_sp.c479 o->head_exe_request = FALSE; in __ecore_vlan_mac_h_exec_pending()
505 o->head_exe_request = TRUE; in __ecore_vlan_mac_h_pend()
527 while(o->head_exe_request) { in __ecore_vlan_mac_h_write_unlock()
617 if (!o->head_reader && o->head_exe_request) { in __ecore_vlan_mac_h_read_unlock()
2306 o->head_exe_request = FALSE; in ecore_init_vlan_mac_common()
H A Decore_sp.h764 bool head_exe_request; /* Pending execution request. */ member