Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnx2x/
H A Decore_sp.c1008 struct ecore_vlan_mac_registry_elem **ppos) in ecore_vlan_mac_restore() argument
1015 *ppos = NULL; in ecore_vlan_mac_restore()
1020 if (*ppos == NULL) in ecore_vlan_mac_restore()
1021 *ppos = ECORE_LIST_FIRST_ENTRY(&o->head, struct in ecore_vlan_mac_restore()
1025 *ppos = ECORE_LIST_NEXT(*ppos, link, in ecore_vlan_mac_restore()
1028 pos = *ppos; in ecore_vlan_mac_restore()
1032 *ppos = NULL; in ecore_vlan_mac_restore()
H A Decore_sp.h826 struct ecore_vlan_mac_registry_elem **ppos);