Searched refs:bnx2x_credit_pool_obj (Results 1 – 3 of 3) sorted by relevance
306 struct bnx2x_credit_pool_obj *macs_pool;309 struct bnx2x_credit_pool_obj *vlans_pool;643 struct bnx2x_credit_pool_obj { struct668 bool (*get_entry)(struct bnx2x_credit_pool_obj *o, int *entry); argument676 bool (*put_entry)(struct bnx2x_credit_pool_obj *o, int entry); argument684 bool (*get)(struct bnx2x_credit_pool_obj *o, int cnt); argument692 bool (*put)(struct bnx2x_credit_pool_obj *o, int cnt); argument697 int (*check)(struct bnx2x_credit_pool_obj *o); argument1390 struct bnx2x_credit_pool_obj *macs_pool);1397 struct bnx2x_credit_pool_obj *vlans_pool);[all …]
325 struct bnx2x_credit_pool_obj *mp = o->macs_pool; in bnx2x_get_cam_offset_mac()334 struct bnx2x_credit_pool_obj *mp = o->macs_pool; in bnx2x_get_credit_mac()343 struct bnx2x_credit_pool_obj *vp = o->vlans_pool; in bnx2x_get_cam_offset_vlan()352 struct bnx2x_credit_pool_obj *vp = o->vlans_pool; in bnx2x_get_credit_vlan()360 struct bnx2x_credit_pool_obj *mp = o->macs_pool; in bnx2x_put_cam_offset_mac()367 struct bnx2x_credit_pool_obj *mp = o->macs_pool; in bnx2x_put_credit_mac()374 struct bnx2x_credit_pool_obj *vp = o->vlans_pool; in bnx2x_put_cam_offset_vlan()381 struct bnx2x_credit_pool_obj *vp = o->vlans_pool; in bnx2x_put_credit_vlan()1930 struct bnx2x_credit_pool_obj *macs_pool, in bnx2x_init_vlan_mac_common()1931 struct bnx2x_credit_pool_obj *vlans_pool) in bnx2x_init_vlan_mac_common()[all …]
1856 struct bnx2x_credit_pool_obj vlans_pool;1858 struct bnx2x_credit_pool_obj macs_pool;