Searched refs:res_query (Results 1 – 2 of 2) sorted by relevance
197 struct vf_resource_query *res_query; in bnx2x_loop_obtain_resources() local223 res_query = &sc->vf2pf_mbox->query[0].acquire.res_query; in bnx2x_loop_obtain_resources()227 res_query->num_txqs = min(res_query->num_txqs, resc->num_txqs); in bnx2x_loop_obtain_resources()228 res_query->num_rxqs = min(res_query->num_rxqs, resc->num_rxqs); in bnx2x_loop_obtain_resources()229 res_query->num_sbs = min(res_query->num_sbs, resc->num_sbs); in bnx2x_loop_obtain_resources()230 res_query->num_mac_filters = min(res_query->num_mac_filters, resc->num_mac_filters); in bnx2x_loop_obtain_resources()231 res_query->num_vlan_filters = min(res_query->num_vlan_filters, resc->num_vlan_filters); in bnx2x_loop_obtain_resources()232 res_query->num_mc_filters = min(res_query->num_mc_filters, resc->num_mc_filters); in bnx2x_loop_obtain_resources()262 acq->res_query.num_rxqs = rx_count; in bnx2x_vf_get_resources()263 acq->res_query.num_txqs = tx_count; in bnx2x_vf_get_resources()[all …]
82 struct vf_resource_query res_query; member