Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_vfpf.c300 bp->acquire_resp.resc.num_txqs); in bnx2x_vfpf_acquire()
303 bp->acquire_resp.resc.num_rxqs); in bnx2x_vfpf_acquire()
306 bp->acquire_resp.resc.num_sbs); in bnx2x_vfpf_acquire()
309 bp->acquire_resp.resc.num_mac_filters); in bnx2x_vfpf_acquire()
312 bp->acquire_resp.resc.num_vlan_filters); in bnx2x_vfpf_acquire()
315 bp->acquire_resp.resc.num_mc_filters); in bnx2x_vfpf_acquire()
374 bp->igu_sb_cnt = bp->acquire_resp.resc.num_sbs; in bnx2x_vfpf_acquire()
375 bp->igu_base_sb = bp->acquire_resp.resc.hw_sbs[0].hw_sb_id; in bnx2x_vfpf_acquire()
379 if (is_valid_ether_addr(bp->acquire_resp.resc.current_mac_addr)) in bnx2x_vfpf_acquire()
381 bp->acquire_resp.resc.current_mac_addr, in bnx2x_vfpf_acquire()
[all …]
Dbnx2x_sriov.c877 struct vf_pf_resc_request *resc = &vf->alloc_resc; in bnx2x_iov_static_resc() local
881 resc->num_rxqs = 0; in bnx2x_iov_static_resc()
882 resc->num_txqs = 0; in bnx2x_iov_static_resc()
885 resc->num_mac_filters = 1; in bnx2x_iov_static_resc()
895 resc->num_mc_filters = 0; in bnx2x_iov_static_resc()
898 resc->num_sbs = vf->sb_count; in bnx2x_iov_static_resc()
2045 struct vf_pf_resc_request *resc) in bnx2x_vf_acquire() argument
2064 if (!bnx2x_vf_chk_avail_resc(bp, vf, resc)) { in bnx2x_vf_acquire()
2083 if (!bnx2x_vf_chk_avail_resc(bp, vf, resc)) { in bnx2x_vf_acquire()
2091 vf_sb_count(vf) = resc->num_sbs; in bnx2x_vf_acquire()
[all …]
Dbnx2x_sriov.h412 struct vf_pf_resc_request *resc);
511 bp->acquire_resp.resc.hw_qid[fp->index] * in bnx2x_vf_ustorm_prods_offset()
Dbnx2x_vfpf.h198 } resc; member