Searched refs:bnx2x_init_credit_pool (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.c | 3857 static inline void bnx2x_init_credit_pool(struct bnx2x_credit_pool_obj *p, in bnx2x_init_credit_pool() function 3915 bnx2x_init_credit_pool(p, func_id * cam_sz, cam_sz); in bnx2x_init_mac_credit_pool() 3926 bnx2x_init_credit_pool(p, func_id * cam_sz, cam_sz); in bnx2x_init_mac_credit_pool() 3929 bnx2x_init_credit_pool(p, 0, 0); in bnx2x_init_mac_credit_pool() 3946 bnx2x_init_credit_pool(p, -1, cam_sz); in bnx2x_init_mac_credit_pool() 3949 bnx2x_init_credit_pool(p, 0, 0); in bnx2x_init_mac_credit_pool() 3963 bnx2x_init_credit_pool(p, 0, -1); in bnx2x_init_vlan_credit_pool() 3970 bnx2x_init_credit_pool(p, func_id * credit, credit); in bnx2x_init_vlan_credit_pool() 3973 bnx2x_init_credit_pool(p, 0, 0); in bnx2x_init_vlan_credit_pool()
|