HomeSort by: relevance | last modified time | path
    Searched refs:nvs_type (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/hyperv/
if_hvnreg.h 82 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_CONNRESP * 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...]
if_hvn.c 3116 cmd.nvs_type = HVN_NVS_TYPE_INIT;
3140 cmd.nvs_type = HVN_NVS_TYPE_NDIS_CONF;
3163 cmd.nvs_type = HVN_NVS_TYPE_NDIS_INIT;
3279 cmd.nvs_type = HVN_NVS_TYPE_RXBUF_CONN;
3321 cmd.nvs_type = HVN_NVS_TYPE_RXBUF_DISCONN;
3392 cmd.nvs_type = HVN_NVS_TYPE_CHIM_CONN;
3470 cmd.nvs_type = HVN_NVS_TYPE_CHIM_DISCONN;
3554 switch (nvs->nvs_type) {
3580 "on completion\n", nvs->nvs_type);
3584 switch (nvs->nvs_type) {
    [all...]

Completed in 13 milliseconds