Searched refs:vf_event_bmap (Results 1 – 3 of 3) sorted by relevance
106 if (softc->pf.vf_event_bmap) { in bnxt_free_vf_resources()107 kfree(softc->pf.vf_event_bmap); in bnxt_free_vf_resources()108 softc->pf.vf_event_bmap = NULL; in bnxt_free_vf_resources()518 vf_id = find_next_bit(softc->pf.vf_event_bmap, active_vfs, i); in bnxt_hwrm_exec_fwd_req()522 clear_bit(vf_id, softc->pf.vf_event_bmap); in bnxt_hwrm_exec_fwd_req()864 softc->pf.vf_event_bmap = kzalloc(ALIGN(DIV_ROUND_UP(num_vfs, 8), in bnxt_alloc_vf_resources()866 if (!softc->pf.vf_event_bmap) in bnxt_alloc_vf_resources()
526 unsigned long *vf_event_bmap; member
3914 set_bit(vf_id - softc->pf.first_vf_id, softc->pf.vf_event_bmap); in bnxt_process_async_msg()