Searched refs:bnx2x_init_credit_pool (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.c | 3904 static inline void bnx2x_init_credit_pool(struct bnx2x_credit_pool_obj *p, in bnx2x_init_credit_pool() function 3962 bnx2x_init_credit_pool(p, func_id * cam_sz, cam_sz); in bnx2x_init_mac_credit_pool() 3973 bnx2x_init_credit_pool(p, func_id * cam_sz, cam_sz); in bnx2x_init_mac_credit_pool() 3976 bnx2x_init_credit_pool(p, 0, 0); in bnx2x_init_mac_credit_pool() 3995 bnx2x_init_credit_pool(p, -1, cam_sz); in bnx2x_init_mac_credit_pool() 3998 bnx2x_init_credit_pool(p, 0, 0); in bnx2x_init_mac_credit_pool() 4014 bnx2x_init_credit_pool(p, 0, -1); in bnx2x_init_vlan_credit_pool() 4022 bnx2x_init_credit_pool(p, func_id * credit, credit); in bnx2x_init_vlan_credit_pool() 4025 bnx2x_init_credit_pool(p, 0, 0); in bnx2x_init_vlan_credit_pool()
|