Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_sriov.c106 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()
H A Dbnxt.h526 unsigned long *vf_event_bmap; member
H A Dif_bnxt.c3914 set_bit(vf_id - softc->pf.first_vf_id, softc->pf.vf_event_bmap); in bnxt_process_async_msg()