Searched refs:ecore_credit_pool_obj (Results 1 – 3 of 3) sorted by relevance
755 struct ecore_credit_pool_obj *macs_pool;758 struct ecore_credit_pool_obj *vlans_pool;1096 struct ecore_credit_pool_obj { struct1121 bool (*get_entry)(struct ecore_credit_pool_obj *o, int *entry); argument1129 bool (*put_entry)(struct ecore_credit_pool_obj *o, int entry); argument1137 bool (*get)(struct ecore_credit_pool_obj *o, int cnt); argument1145 bool (*put)(struct ecore_credit_pool_obj *o, int cnt); argument1150 int (*check)(struct ecore_credit_pool_obj *o); argument1765 struct ecore_credit_pool_obj *macs_pool);1772 struct ecore_credit_pool_obj *vlans_pool);[all …]
340 struct ecore_credit_pool_obj *mp = o->macs_pool; in ecore_get_cam_offset_mac()349 struct ecore_credit_pool_obj *mp = o->macs_pool; in ecore_get_credit_mac()358 struct ecore_credit_pool_obj *vp = o->vlans_pool; in ecore_get_cam_offset_vlan()367 struct ecore_credit_pool_obj *vp = o->vlans_pool; in ecore_get_credit_vlan()376 struct ecore_credit_pool_obj *mp = o->macs_pool; in ecore_get_credit_vlan_mac()377 struct ecore_credit_pool_obj *vp = o->vlans_pool; in ecore_get_credit_vlan_mac()392 struct ecore_credit_pool_obj *mp = o->macs_pool; in ecore_put_cam_offset_mac()399 struct ecore_credit_pool_obj *mp = o->macs_pool; in ecore_put_credit_mac()406 struct ecore_credit_pool_obj *vp = o->vlans_pool; in ecore_put_cam_offset_vlan()413 struct ecore_credit_pool_obj *vp = o->vlans_pool; in ecore_put_credit_vlan()[all …]
1555 struct ecore_credit_pool_obj vlans_pool;1556 struct ecore_credit_pool_obj macs_pool;