Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hnreg.h96 uint32_t nvs_type; member
100 uint32_t nvs_type; /* HN_NVS_TYPE_INIT */ member
109 uint32_t nvs_type; /* HN_NVS_TYPE_INIT_RESP */ member
117 uint32_t nvs_type; /* HN_NVS_TYPE_NDIS_CONF */ member
132 uint32_t nvs_type; /* HN_NVS_TYPE_NDIS_INIT */ member
144 uint32_t nvs_type; /* HN_NVS_TYPE_VFASSOC_NOTE */ member
151 uint32_t nvs_type; /* HN_NVS_TYPE_SET_DATAPATH */ member
159 uint32_t nvs_type; /* HN_NVS_TYPE_RXBUF_CONN */ member
175 uint32_t nvs_type; /* HN_NVS_TYPE_RXBUF_CONNRESP */ member
183 uint32_t nvs_type; /* HN_NVS_TYPE_RXBUF_DISCONN */ member
[all …]
H A Dhn_nvs.c127 if (hdr->nvs_type != type) { in hn_nvs_xact_execute()
129 "expect 0x%08x\n", hdr->nvs_type, type); in hn_nvs_xact_execute()
190 conn->nvs_type = HN_NVS_TYPE_RXBUF_CONN; in hn_nvs_conn_rxbuf()
259 chim->nvs_type = HN_NVS_TYPE_CHIM_CONN; in hn_nvs_conn_chim()
341 disconn.nvs_type = HN_NVS_TYPE_RXBUF_DISCONN; in hn_nvs_disconn_rxbuf()
401 disconn.nvs_type = HN_NVS_TYPE_CHIM_DISCONN; in hn_nvs_disconn_chim()
471 init->nvs_type = HN_NVS_TYPE_INIT; in hn_nvs_doinit()
512 conf.nvs_type = HN_NVS_TYPE_NDIS_CONF; in hn_nvs_conf_ndis()
541 ndis.nvs_type = HN_NVS_TYPE_NDIS_INIT; in hn_nvs_init_ndis()
704 req->nvs_type = HN_NVS_TYPE_SUBCH_REQ; in hn_nvs_alloc_subchans()
[all …]
H A Dhn_nvs.h83 rndis.nvs_type = HN_NVS_TYPE_RNDIS; in hn_nvs_send_rndis_sglist()
H A Dif_hn.c688 rndis.nvs_type = HN_NVS_TYPE_RNDIS; in hn_txpkt_chim()
7719 if (hdr->nvs_type == HN_NVS_TYPE_VFASSOC_NOTE) { in hn_nvs_handle_notify()
7743 if (hdr->nvs_type == HN_NVS_TYPE_TXTBL_NOTE) { in hn_nvs_handle_notify()
7747 if_printf(sc->hn_ifp, "got notify, nvs type %u\n", hdr->nvs_type); in hn_nvs_handle_notify()
7782 if (__predict_false(nvs_hdr->nvs_type != HN_NVS_TYPE_RNDIS)) { in hn_nvs_handle_rxbuf()
7784 nvs_hdr->nvs_type); in hn_nvs_handle_rxbuf()
7840 ack.nvs_type = HN_NVS_TYPE_RNDIS_ACK; in hn_nvs_ack_rxbuf()