Home
last modified time | relevance | path

Searched refs:vf_event_bmap (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_sriov.c407 kfree(bp->pf.vf_event_bmap); in bnxt_free_vf_resources()
408 bp->pf.vf_event_bmap = NULL; in bnxt_free_vf_resources()
462 bp->pf.vf_event_bmap = kzalloc(16, GFP_KERNEL); in bnxt_alloc_vf_resources()
463 if (!bp->pf.vf_event_bmap) in bnxt_alloc_vf_resources()
1232 vf_id = find_next_bit(bp->pf.vf_event_bmap, active_vfs, i); in bnxt_hwrm_exec_fwd_req()
1236 clear_bit(vf_id, bp->pf.vf_event_bmap); in bnxt_hwrm_exec_fwd_req()
H A Dbnxt.h1401 unsigned long *vf_event_bmap; member
H A Dbnxt.c2909 set_bit(vf_id - bp->pf.first_vf_id, bp->pf.vf_event_bmap); in bnxt_hwrm_handler()