Searched refs:vf_event_bmap (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_sriov.c | 387 kfree(bp->pf.vf_event_bmap); in bnxt_free_vf_resources() 388 bp->pf.vf_event_bmap = NULL; in bnxt_free_vf_resources() 442 bp->pf.vf_event_bmap = kzalloc(16, GFP_KERNEL); in bnxt_alloc_vf_resources() 443 if (!bp->pf.vf_event_bmap) in bnxt_alloc_vf_resources() 1112 vf_id = find_next_bit(bp->pf.vf_event_bmap, active_vfs, i); in bnxt_hwrm_exec_fwd_req() 1116 clear_bit(vf_id, bp->pf.vf_event_bmap); in bnxt_hwrm_exec_fwd_req()
|
H A D | bnxt.h | 1127 unsigned long *vf_event_bmap; member
|
H A D | bnxt.c | 2206 set_bit(vf_id - bp->pf.first_vf_id, bp->pf.vf_event_bmap); in bnxt_hwrm_handler()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_sriov.c | 405 kfree(bp->pf.vf_event_bmap); in bnxt_free_vf_resources() 406 bp->pf.vf_event_bmap = NULL; in bnxt_free_vf_resources() 460 bp->pf.vf_event_bmap = kzalloc(16, GFP_KERNEL); in bnxt_alloc_vf_resources() 461 if (!bp->pf.vf_event_bmap) in bnxt_alloc_vf_resources() 1160 vf_id = find_next_bit(bp->pf.vf_event_bmap, active_vfs, i); in bnxt_hwrm_exec_fwd_req() 1164 clear_bit(vf_id, bp->pf.vf_event_bmap); in bnxt_hwrm_exec_fwd_req()
|
H A D | bnxt.h | 1172 unsigned long *vf_event_bmap; member
|
H A D | bnxt.c | 2429 set_bit(vf_id - bp->pf.first_vf_id, bp->pf.vf_event_bmap); in bnxt_hwrm_handler()
|
Completed in 47 milliseconds