Searched refs:ECORE_LIST_FOR_EACH_ENTRY (Results 1 – 2 of 2) sorted by relevance
| /trueos/sys/dev/bxe/ |
| HD | ecore_sp.c | 91 ECORE_LIST_FOR_EACH_ENTRY(elem, &o->exe_queue, link, in ecore_exe_queue_length() 661 ECORE_LIST_FOR_EACH_ENTRY(pos, &o->head, link, in ecore_get_n_elements() 693 ECORE_LIST_FOR_EACH_ENTRY(pos, &o->head, link, in ecore_check_mac_add() 710 ECORE_LIST_FOR_EACH_ENTRY(pos, &o->head, link, in ecore_check_vlan_add() 727 ECORE_LIST_FOR_EACH_ENTRY(pos, &o->head, link, in ecore_check_vlan_mac_add() 749 ECORE_LIST_FOR_EACH_ENTRY(pos, &o->head, link, in ecore_check_mac_del() 767 ECORE_LIST_FOR_EACH_ENTRY(pos, &o->head, link, in ecore_check_vlan_del() 785 ECORE_LIST_FOR_EACH_ENTRY(pos, &o->head, link, in ecore_check_vlan_mac_del() 1332 ECORE_LIST_FOR_EACH_ENTRY(pos, &o->exe_queue, link, in ecore_exeq_get_mac() 1350 ECORE_LIST_FOR_EACH_ENTRY(pos, &o->exe_queue, link, in ecore_exeq_get_vlan() [all …]
|
| HD | ecore_sp.h | 388 #define ECORE_LIST_FOR_EACH_ENTRY(pos, _list, _link, cast) \ macro
|