Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.h306 struct bnx2x_credit_pool_obj *macs_pool;
309 struct bnx2x_credit_pool_obj *vlans_pool;
643 struct bnx2x_credit_pool_obj { struct
668 bool (*get_entry)(struct bnx2x_credit_pool_obj *o, int *entry); argument
676 bool (*put_entry)(struct bnx2x_credit_pool_obj *o, int entry); argument
684 bool (*get)(struct bnx2x_credit_pool_obj *o, int cnt); argument
692 bool (*put)(struct bnx2x_credit_pool_obj *o, int cnt); argument
697 int (*check)(struct bnx2x_credit_pool_obj *o); argument
1390 struct bnx2x_credit_pool_obj *macs_pool);
1397 struct bnx2x_credit_pool_obj *vlans_pool);
[all …]
Dbnx2x_sp.c325 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 …]
Dbnx2x.h1856 struct bnx2x_credit_pool_obj vlans_pool;
1858 struct bnx2x_credit_pool_obj macs_pool;