Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.h308 struct bnx2x_credit_pool_obj *macs_pool;
311 struct bnx2x_credit_pool_obj *vlans_pool;
645 struct bnx2x_credit_pool_obj { struct
670 bool (*get_entry)(struct bnx2x_credit_pool_obj *o, int *entry); argument
678 bool (*put_entry)(struct bnx2x_credit_pool_obj *o, int entry); argument
686 bool (*get)(struct bnx2x_credit_pool_obj *o, int cnt); argument
694 bool (*put)(struct bnx2x_credit_pool_obj *o, int cnt); argument
699 int (*check)(struct bnx2x_credit_pool_obj *o); argument
1407 struct bnx2x_credit_pool_obj *macs_pool);
1414 struct bnx2x_credit_pool_obj *vlans_pool);
[all …]
Dbnx2x_sp.c327 struct bnx2x_credit_pool_obj *mp = o->macs_pool; in bnx2x_get_cam_offset_mac()
336 struct bnx2x_credit_pool_obj *mp = o->macs_pool; in bnx2x_get_credit_mac()
345 struct bnx2x_credit_pool_obj *vp = o->vlans_pool; in bnx2x_get_cam_offset_vlan()
354 struct bnx2x_credit_pool_obj *vp = o->vlans_pool; in bnx2x_get_credit_vlan()
363 struct bnx2x_credit_pool_obj *mp = o->macs_pool; in bnx2x_get_credit_vlan_mac()
364 struct bnx2x_credit_pool_obj *vp = o->vlans_pool; in bnx2x_get_credit_vlan_mac()
379 struct bnx2x_credit_pool_obj *mp = o->macs_pool; in bnx2x_put_cam_offset_mac()
386 struct bnx2x_credit_pool_obj *mp = o->macs_pool; in bnx2x_put_credit_mac()
393 struct bnx2x_credit_pool_obj *vp = o->vlans_pool; in bnx2x_put_cam_offset_vlan()
400 struct bnx2x_credit_pool_obj *vp = o->vlans_pool; in bnx2x_put_credit_vlan()
[all …]
Dbnx2x_sriov.h210 struct bnx2x_credit_pool_obj vf_vlans_pool;
211 struct bnx2x_credit_pool_obj vf_macs_pool;
Dbnx2x.h1883 struct bnx2x_credit_pool_obj vlans_pool;
1885 struct bnx2x_credit_pool_obj macs_pool;