Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.h165 struct vf_pf_resc_request alloc_resc; member
166 #define vf_rxq_count(vf) ((vf)->alloc_resc.num_rxqs)
167 #define vf_txq_count(vf) ((vf)->alloc_resc.num_txqs)
168 #define vf_sb_count(vf) ((vf)->alloc_resc.num_sbs)
169 #define vf_mac_rules_cnt(vf) ((vf)->alloc_resc.num_mac_filters)
170 #define vf_vlan_rules_cnt(vf) ((vf)->alloc_resc.num_vlan_filters)
171 #define vf_mc_rules_cnt(vf) ((vf)->alloc_resc.num_mc_filters)
Dbnx2x_sriov.c829 struct vf_pf_resc_request *resc = &vf->alloc_resc; in bnx2x_iov_static_resc()
/linux-6.1.9/drivers/net/ethernet/broadcom/
Dcnic.h317 int (*alloc_resc)(struct cnic_dev *); member
Dcnic.c5330 err = cp->alloc_resc(dev); in cnic_start_hw()
5545 cp->alloc_resc = cnic_alloc_bnx2_resc; in init_bnx2_cnic()
5610 cp->alloc_resc = cnic_alloc_bnx2x_resc; in init_bnx2x_cnic()