Searched defs:bnx2x_credit_pool_obj (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.h291 struct bnx2x_credit_pool_obj *macs_pool;
294 struct bnx2x_credit_pool_obj *vlans_pool;
625 struct bnx2x_credit_pool_obj { struct
651 bool (*get_entry)(struct bnx2x_credit_pool_obj *o, int *entry);
659 bool (*put_entry)(struct bnx2x_credit_pool_obj *o, int entry);
667 bool (*get)(struct bnx2x_credit_pool_obj *o, int cnt);
675 bool (*put)(struct bnx2x_credit_pool_obj *o, int cnt);
680 int (*check)(struct bnx2x_credit_pool_obj *o);
1222 struct bnx2x_credit_pool_obj *macs_pool);
1229 struct bnx2x_credit_pool_obj *vlans_poo
[all...]

Completed in 42 milliseconds