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

/netbsd-current/sys/dev/hyperv/
H A Dif_hvnreg.h82 uint32_t nvs_type; member in struct:hvn_nvs_hdr
86 uint32_t nvs_type; /* HVN_NVS_TYPE_INIT */ member in struct:hvn_nvs_init
93 uint32_t nvs_type; /* HVN_NVS_TYPE_INIT_RESP */ member in struct:hvn_nvs_init_resp
101 uint32_t nvs_type; /* HVN_NVS_TYPE_NDIS_CONF */ member in struct:hvn_nvs_ndis_conf
113 uint32_t nvs_type; /* HVN_NVS_TYPE_NDIS_INIT */ member in struct:hvn_nvs_ndis_init
120 uint32_t nvs_type; /* HVN_NVS_TYPE_RXBUF_CONN */ member in struct:hvn_nvs_rxbuf_conn
134 uint32_t nvs_type; /* HVN_NVS_TYPE_RXBUF_CONNRESP */ member in struct:hvn_nvs_rxbuf_conn_resp
142 uint32_t nvs_type; /* HVN_NVS_TYPE_RXBUF_DISCONN */ member in struct:hvn_nvs_rxbuf_disconn
148 uint32_t nvs_type; /* HVN_NVS_TYPE_CHIM_CONN */ member in struct:hvn_nvs_chim_conn
155 uint32_t nvs_type; /* HVN_NVS_TYPE_CHIM_CONNRES member in struct:hvn_nvs_chim_conn_resp
162 uint32_t nvs_type; /* HVN_NVS_TYPE_CHIM_DISCONN */ member in struct:hvn_nvs_chim_disconn
170 uint32_t nvs_type; /* HVN_NVS_TYPE_SUBCH_REQ */ member in struct:hvn_nvs_subch_req
177 uint32_t nvs_type; /* HVN_NVS_TYPE_SUBCH_RESP */ member in struct:hvn_nvs_subch_resp
183 uint32_t nvs_type; /* HVN_NVS_TYPE_RNDIS */ member in struct:hvn_nvs_rndis
199 uint32_t nvs_type; /* HVN_NVS_TYPE_RNDIS_ACK */ member in struct:hvn_nvs_rndis_ack
[all...]
H A Dif_hvn.c3118 cmd.nvs_type = HVN_NVS_TYPE_INIT;
3142 cmd.nvs_type = HVN_NVS_TYPE_NDIS_CONF;
3165 cmd.nvs_type = HVN_NVS_TYPE_NDIS_INIT;
3281 cmd.nvs_type = HVN_NVS_TYPE_RXBUF_CONN;
3323 cmd.nvs_type = HVN_NVS_TYPE_RXBUF_DISCONN;
3394 cmd.nvs_type = HVN_NVS_TYPE_CHIM_CONN;
3472 cmd.nvs_type = HVN_NVS_TYPE_CHIM_DISCONN;
3556 switch (nvs->nvs_type) {
3582 "on completion\n", nvs->nvs_type);
3586 switch (nvs->nvs_type) {
[all...]

Completed in 295 milliseconds