Searched refs:nvs_type (Results 1 – 4 of 4) sorted by relevance
96 uint32_t nvs_type; member100 uint32_t nvs_type; /* HN_NVS_TYPE_INIT */ member109 uint32_t nvs_type; /* HN_NVS_TYPE_INIT_RESP */ member117 uint32_t nvs_type; /* HN_NVS_TYPE_NDIS_CONF */ member132 uint32_t nvs_type; /* HN_NVS_TYPE_NDIS_INIT */ member144 uint32_t nvs_type; /* HN_NVS_TYPE_VFASSOC_NOTE */ member151 uint32_t nvs_type; /* HN_NVS_TYPE_SET_DATAPATH */ member159 uint32_t nvs_type; /* HN_NVS_TYPE_RXBUF_CONN */ member175 uint32_t nvs_type; /* HN_NVS_TYPE_RXBUF_CONNRESP */ member183 uint32_t nvs_type; /* HN_NVS_TYPE_RXBUF_DISCONN */ member[all …]
127 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 …]
83 rndis.nvs_type = HN_NVS_TYPE_RNDIS; in hn_nvs_send_rndis_sglist()
688 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()