Searched refs:ecore_credit_pool_obj (Results 1 – 3 of 3) sorted by relevance
360 struct ecore_credit_pool_obj *macs_pool;363 struct ecore_credit_pool_obj *vlans_pool;701 struct ecore_credit_pool_obj { struct726 BOOL (*get_entry)(struct ecore_credit_pool_obj *o, int *entry); argument734 BOOL (*put_entry)(struct ecore_credit_pool_obj *o, int entry); argument742 BOOL (*get)(struct ecore_credit_pool_obj *o, int cnt); argument750 BOOL (*put)(struct ecore_credit_pool_obj *o, int cnt); argument755 int (*check)(struct ecore_credit_pool_obj *o); argument1463 struct ecore_credit_pool_obj *macs_pool);1470 struct ecore_credit_pool_obj *vlans_pool);[all …]
583 struct ecore_credit_pool_obj *mp = o->macs_pool; in ecore_get_cam_offset_mac()592 struct ecore_credit_pool_obj *mp = o->macs_pool; in ecore_get_credit_mac()601 struct ecore_credit_pool_obj *vp = o->vlans_pool; in ecore_get_cam_offset_vlan()610 struct ecore_credit_pool_obj *vp = o->vlans_pool; in ecore_get_credit_vlan()619 struct ecore_credit_pool_obj *mp = o->macs_pool; in ecore_get_credit_vlan_mac()620 struct ecore_credit_pool_obj *vp = o->vlans_pool; in ecore_get_credit_vlan_mac()635 struct ecore_credit_pool_obj *mp = o->macs_pool; in ecore_put_cam_offset_mac()642 struct ecore_credit_pool_obj *mp = o->macs_pool; in ecore_put_credit_mac()649 struct ecore_credit_pool_obj *vp = o->vlans_pool; in ecore_put_cam_offset_vlan()656 struct ecore_credit_pool_obj *vp = o->vlans_pool; in ecore_put_credit_vlan()[all …]
2987 struct ecore_credit_pool_obj vlans_pool;2988 struct ecore_credit_pool_obj macs_pool;