Searched refs:vcxn_mngr (Results 1 – 5 of 5) sorted by relevance
326 static void idpf_vc_xn_init(struct idpf_vc_xn_manager *vcxn_mngr) in idpf_vc_xn_init() argument330 spin_lock_init(&vcxn_mngr->xn_bm_lock); in idpf_vc_xn_init()332 for (i = 0; i < ARRAY_SIZE(vcxn_mngr->ring); i++) { in idpf_vc_xn_init()333 struct idpf_vc_xn *xn = &vcxn_mngr->ring[i]; in idpf_vc_xn_init()341 bitmap_fill(vcxn_mngr->free_xn_bm, IDPF_VC_XN_RING_LEN); in idpf_vc_xn_init()351 void idpf_vc_xn_shutdown(struct idpf_vc_xn_manager *vcxn_mngr) in idpf_vc_xn_shutdown() argument355 spin_lock_bh(&vcxn_mngr->xn_bm_lock); in idpf_vc_xn_shutdown()356 bitmap_zero(vcxn_mngr->free_xn_bm, IDPF_VC_XN_RING_LEN); in idpf_vc_xn_shutdown()357 spin_unlock_bh(&vcxn_mngr->xn_bm_lock); in idpf_vc_xn_shutdown()359 for (i = 0; i < ARRAY_SIZE(vcxn_mngr->ring); i++) { in idpf_vc_xn_shutdown()[all …]
73 kfree(adapter->vcxn_mngr); in idpf_remove()74 adapter->vcxn_mngr = NULL; in idpf_remove()
159 void idpf_vc_xn_shutdown(struct idpf_vc_xn_manager *vcxn_mngr);
650 struct idpf_vc_xn_manager *vcxn_mngr; member
1891 idpf_vc_xn_shutdown(adapter->vcxn_mngr); in idpf_vc_event_task()