Home
last modified time | relevance | path

Searched refs:ecore_credit_pool_obj (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/dev/bxe/
HDecore_sp.h755 struct ecore_credit_pool_obj *macs_pool;
758 struct ecore_credit_pool_obj *vlans_pool;
1096 struct ecore_credit_pool_obj { struct
1121 bool (*get_entry)(struct ecore_credit_pool_obj *o, int *entry); argument
1129 bool (*put_entry)(struct ecore_credit_pool_obj *o, int entry); argument
1137 bool (*get)(struct ecore_credit_pool_obj *o, int cnt); argument
1145 bool (*put)(struct ecore_credit_pool_obj *o, int cnt); argument
1150 int (*check)(struct ecore_credit_pool_obj *o); argument
1765 struct ecore_credit_pool_obj *macs_pool);
1772 struct ecore_credit_pool_obj *vlans_pool);
[all …]
HDecore_sp.c340 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 …]
HDbxe.h1555 struct ecore_credit_pool_obj vlans_pool;
1556 struct ecore_credit_pool_obj macs_pool;