Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.c403 o->head_exe_request = FALSE; in __ecore_vlan_mac_h_exec_pending()
430 o->head_exe_request = TRUE; in __ecore_vlan_mac_h_pend()
452 while (o->head_exe_request) { in __ecore_vlan_mac_h_write_unlock()
544 if (!o->head_reader && o->head_exe_request) { in __ecore_vlan_mac_h_read_unlock()
1867 o->head_exe_request = FALSE; in ecore_init_vlan_mac_common()
H A Decore_sp.h710 bool head_exe_request; /* Pending execution request. */ member