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 */ member145 uint32_t nvs_type; /* HN_NVS_TYPE_SET_DATAPATH */ member153 uint32_t nvs_type; /* HN_NVS_TYPE_RXBUF_CONN */ member169 uint32_t nvs_type; /* HN_NVS_TYPE_RXBUF_CONNRESP */ member177 uint32_t nvs_type; /* HN_NVS_TYPE_RXBUF_DISCONN */ member185 uint32_t nvs_type; /* HN_NVS_TYPE_CHIM_CONN */ member[all …]
126 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 …]
83 rndis.nvs_type = HN_NVS_TYPE_RNDIS; in hn_nvs_send_rndis_sglist()
687 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()