Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c690 if (o->head_reader) { in __ecore_vlan_mac_h_write_trylock()
801 o->head_reader++; in __ecore_vlan_mac_h_read_lock()
803 o->head_reader); in __ecore_vlan_mac_h_read_lock()
841 if (!o->head_reader) { in __ecore_vlan_mac_h_read_unlock()
847 o->head_reader--; in __ecore_vlan_mac_h_read_unlock()
849 o->head_reader); in __ecore_vlan_mac_h_read_unlock()
855 if (!o->head_reader && o->head_exe_request) { in __ecore_vlan_mac_h_read_unlock()
2425 o->head_reader = 0; in ecore_init_vlan_mac_common()
H A Decore_sp_verbs.h352 u8 head_reader; /* Num. of readers accessing head list */ member