Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ixl/
HDixlvc.c387 ixl_vc_schedule_retry(&sc->vc_mgr); in ixlv_configure_queues()
479 ixl_vc_schedule_retry(&sc->vc_mgr); in ixlv_map_queues()
527 ixl_vc_process_resp(&sc->vc_mgr, IXLV_FLAG_AQ_ADD_VLAN_FILTER, in ixlv_add_vlans()
538 ixl_vc_schedule_retry(&sc->vc_mgr); in ixlv_add_vlans()
546 ixl_vc_schedule_retry(&sc->vc_mgr); in ixlv_add_vlans()
566 ixl_vc_process_resp(&sc->vc_mgr, IXLV_FLAG_AQ_ADD_VLAN_FILTER, in ixlv_add_vlans()
596 ixl_vc_process_resp(&sc->vc_mgr, IXLV_FLAG_AQ_DEL_VLAN_FILTER, in ixlv_del_vlans()
607 ixl_vc_schedule_retry(&sc->vc_mgr); in ixlv_del_vlans()
615 ixl_vc_schedule_retry(&sc->vc_mgr); in ixlv_del_vlans()
636 ixl_vc_process_resp(&sc->vc_mgr, IXLV_FLAG_AQ_DEL_VLAN_FILTER, in ixlv_del_vlans()
[all …]
HDif_ixlv.c467 ixl_vc_init_mgr(sc, &sc->vc_mgr); in ixlv_if_attach_post()
773 ixl_vc_flush(&sc->vc_mgr); in ixlv_reinit_locked()
824 ixl_vc_enqueue(&sc->vc_mgr, &sc->del_mac_cmd, in ixlv_init_internal()
844 ixl_vc_enqueue(&sc->vc_mgr, &sc->add_mac_cmd, in ixlv_init_internal()
860 ixl_vc_enqueue(&sc->vc_mgr, &sc->config_queues_cmd, in ixlv_init_internal()
867 ixl_vc_enqueue(&sc->vc_mgr, &sc->map_vectors_cmd, in ixlv_init_internal()
871 ixl_vc_enqueue(&sc->vc_mgr, &sc->enable_queues_cmd, in ixlv_init_internal()
1335 ixl_vc_enqueue(&sc->vc_mgr, &sc->add_vlan_cmd, in ixlv_if_vlan_register()
1362 ixl_vc_enqueue(&sc->vc_mgr, &sc->del_vlan_cmd, in ixlv_if_vlan_unregister()
1716 ixl_vc_enqueue(&sc->vc_mgr, &sc->del_multi_cmd, in ixlv_init_multi()
[all …]
HDixlv.h142 struct ixl_vc_mgr vc_mgr; member