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
145 uint32_t nvs_type; /* HN_NVS_TYPE_SET_DATAPATH */ member
153 uint32_t nvs_type; /* HN_NVS_TYPE_RXBUF_CONN */ member
169 uint32_t nvs_type; /* HN_NVS_TYPE_RXBUF_CONNRESP */ member
177 uint32_t nvs_type; /* HN_NVS_TYPE_RXBUF_DISCONN */ member
185 uint32_t nvs_type; /* HN_NVS_TYPE_CHIM_CONN */ member
[all …]
H A Dhn_nvs.c126 if (hdr->nvs_type != type) { in hn_nvs_xact_execute()
128 "expect 0x%08x\n", hdr->nvs_type, type); in hn_nvs_xact_execute()
189 conn->nvs_type = HN_NVS_TYPE_RXBUF_CONN; in hn_nvs_conn_rxbuf()
258 chim->nvs_type = HN_NVS_TYPE_CHIM_CONN; in hn_nvs_conn_chim()
340 disconn.nvs_type = HN_NVS_TYPE_RXBUF_DISCONN; in hn_nvs_disconn_rxbuf()
400 disconn.nvs_type = HN_NVS_TYPE_CHIM_DISCONN; in hn_nvs_disconn_chim()
470 init->nvs_type = HN_NVS_TYPE_INIT; in hn_nvs_doinit()
511 conf.nvs_type = HN_NVS_TYPE_NDIS_CONF; in hn_nvs_conf_ndis()
540 ndis.nvs_type = HN_NVS_TYPE_NDIS_INIT; in hn_nvs_init_ndis()
703 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.c687 rndis.nvs_type = HN_NVS_TYPE_RNDIS; in hn_txpkt_chim()
7401 if (hdr->nvs_type == HN_NVS_TYPE_TXTBL_NOTE) { in hn_nvs_handle_notify()
7405 if_printf(sc->hn_ifp, "got notify, nvs type %u\n", hdr->nvs_type); in hn_nvs_handle_notify()
7440 if (__predict_false(nvs_hdr->nvs_type != HN_NVS_TYPE_RNDIS)) { in hn_nvs_handle_rxbuf()
7442 nvs_hdr->nvs_type); in hn_nvs_handle_rxbuf()
7498 ack.nvs_type = HN_NVS_TYPE_RNDIS_ACK; in hn_nvs_ack_rxbuf()