Home
last modified time | relevance | path

Searched refs:nvs_type (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/pv/
Dif_hvnreg.h79 uint32_t nvs_type; member
83 uint32_t nvs_type; /* HVN_NVS_TYPE_INIT */ member
90 uint32_t nvs_type; /* HVN_NVS_TYPE_INIT_RESP */ member
98 uint32_t nvs_type; /* HVN_NVS_TYPE_NDIS_CONF */ member
110 uint32_t nvs_type; /* HVN_NVS_TYPE_NDIS_INIT */ member
117 uint32_t nvs_type; /* HVN_NVS_TYPE_RXBUF_CONN */ member
131 uint32_t nvs_type; /* HVN_NVS_TYPE_RXBUF_CONNRESP */ member
139 uint32_t nvs_type; /* HVN_NVS_TYPE_RXBUF_DISCONN */ member
145 uint32_t nvs_type; /* HVN_NVS_TYPE_CHIM_CONN */ member
152 uint32_t nvs_type; /* HVN_NVS_TYPE_CHIM_CONNRESP */ member
[all …]
Dif_hvn.c675 cmd.nvs_type = HVN_NVS_TYPE_RXBUF_CONN; in hvn_rx_ring_create()
719 cmd.nvs_type = HVN_NVS_TYPE_RXBUF_DISCONN; in hvn_rx_ring_destroy()
915 cmd.nvs_type = HVN_NVS_TYPE_INIT; in hvn_nvs_attach()
935 ccmd.nvs_type = HVN_NVS_TYPE_NDIS_CONF; in hvn_nvs_attach()
945 ncmd.nvs_type = HVN_NVS_TYPE_NDIS_INIT; in hvn_nvs_attach()
986 switch (nvs->nvs_type) { in hvn_nvs_intr()
1002 nvs->nvs_type); in hvn_nvs_intr()
1005 switch (nvs->nvs_type) { in hvn_nvs_intr()
1012 nvs->nvs_type); in hvn_nvs_intr()
1048 sc->sc_dev.dv_xname, hdr->nvs_type, rv); in hvn_nvs_cmd()
[all …]