Searched refs:alloc_resc (Results 1 – 4 of 4) sorted by relevance
164 struct vf_pf_resc_request alloc_resc; member165 #define vf_rxq_count(vf) ((vf)->alloc_resc.num_rxqs)166 #define vf_txq_count(vf) ((vf)->alloc_resc.num_txqs)167 #define vf_sb_count(vf) ((vf)->alloc_resc.num_sbs)168 #define vf_mac_rules_cnt(vf) ((vf)->alloc_resc.num_mac_filters)169 #define vf_vlan_rules_cnt(vf) ((vf)->alloc_resc.num_vlan_filters)170 #define vf_mc_rules_cnt(vf) ((vf)->alloc_resc.num_mc_filters)
837 struct vf_pf_resc_request *resc = &vf->alloc_resc; in bnx2x_iov_static_resc()
317 int (*alloc_resc)(struct cnic_dev *); member
5332 err = cp->alloc_resc(dev); in cnic_start_hw()5547 cp->alloc_resc = cnic_alloc_bnx2_resc; in init_bnx2_cnic()5612 cp->alloc_resc = cnic_alloc_bnx2x_resc; in init_bnx2x_cnic()