Home
last modified time | relevance | path

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

/trueos/sys/dev/bxe/
HDecore_sp.c159 ECORE_LIST_REMOVE_ENTRY(&elem->link, &o->pending_comp); in __ecore_exe_queue_reset_pending()
214 ECORE_LIST_REMOVE_ENTRY(&elem->link, &o->exe_queue); in ecore_exe_queue_step()
216 ECORE_LIST_REMOVE_ENTRY(&spacer.link, &o->pending_comp); in ecore_exe_queue_step()
1760 ECORE_LIST_REMOVE_ENTRY(&pos->link, &exeq->exe_queue); in ecore_optimize_vlan_mac()
1920 ECORE_LIST_REMOVE_ENTRY(&reg_elem->link, &o->head); in ecore_execute_vlan_mac()
1950 ECORE_LIST_REMOVE_ENTRY(&reg_elem->link, in ecore_execute_vlan_mac()
2105 ECORE_LIST_REMOVE_ENTRY(&exeq_pos->link, in ecore_vlan_mac_del_all()
2936 ECORE_LIST_REMOVE_ENTRY(&pmac_pos->link, in ecore_mcast_hdl_pending_add_e2()
3030 ECORE_LIST_REMOVE_ENTRY(&cmd_pos->link, in ecore_mcast_handle_pending_cmds_e2()
3643 ECORE_LIST_REMOVE_ENTRY(&cmd_pos->link, &o->pending_cmds_head); in ecore_mcast_handle_pending_cmds_e1()
HDecore_sp.h358 #define ECORE_LIST_REMOVE_ENTRY(_elem, _list) \ macro