Lines Matching defs:nvs
281 /* NVS */
342 /* NVS protocol */
676 aprint_normal_dev(self, "NVS %d.%d NDIS %d.%d\n",
845 * Detach the synthetics parts, i.e. NVS and RNDIS.
850 * Reattach the synthetic parts, i.e. NVS and RNDIS,
2688 * Attach the primary channel _before_ attaching NVS and RNDIS.
2698 * Attach NVS.
2707 * Attach RNDIS _after_ NVS is attached.
2745 * the # of channels that NVS offered.
2833 /* Detach NVS. */
3191 * Initialize NVS.
3195 * NVS version and NDIS version MUST NOT be changed.
3197 DPRINTF("%s: reinit NVS version %#x, NDIS version %u.%u\n",
3208 * Find the supported NVS version and set NDIS version
3227 DPRINTF("%s: NVS version %#x, NDIS version %u.%u\n",
3336 * Wait for the hypervisor to receive this NVS request.
3351 * Linger long enough for NVS to disconnect RXBUF.
3485 * Wait for the hypervisor to receive this NVS request.
3500 * Linger long enough for NVS to disconnect chimney
3533 const struct hvn_nvs_hdr *nvs;
3551 nvs = (const struct hvn_nvs_hdr *)VMBUS_CHANPKT_CONST_DATA(cph);
3554 switch (nvs->nvs_type) {
3561 memcpy(&sc->sc_nvsrsp, nvs, HVN_NVS_MSGSIZE);
3580 "on completion\n", nvs->nvs_type);
3584 switch (nvs->nvs_type) {
3598 "on receive\n", nvs->nvs_type);
3602 switch (nvs->nvs_type) {
3608 "got notify, nvs type %u\n", nvs->nvs_type);
5142 /* No RNDIS completion; rely on NVS message send completion */