Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/hyperv/netvsc/
HDhn_nvs.c107 error = hn_nvs_send(sc->hn_prichan, VMBUS_CHANPKT_FLAG_RC, in hn_nvs_xact_execute()
113 hdr = vmbus_chan_xact_wait(sc->hn_prichan, xact, &resplen, in hn_nvs_xact_execute()
137 return (hn_nvs_send(sc->hn_prichan, VMBUS_CHANPKT_FLAG_NONE, in hn_nvs_req_send()
166 error = vmbus_chan_gpadl_connect(sc->hn_prichan, in hn_nvs_conn_rxbuf()
235 error = vmbus_chan_gpadl_connect(sc->hn_prichan, in hn_nvs_conn_chim()
347 if (!vmbus_chan_is_revoked(sc->hn_prichan)) in hn_nvs_disconn_rxbuf()
359 while (!vmbus_chan_tx_empty(sc->hn_prichan) && in hn_nvs_disconn_rxbuf()
360 !vmbus_chan_is_revoked(sc->hn_prichan)) in hn_nvs_disconn_rxbuf()
372 error = vmbus_chan_gpadl_disconnect(sc->hn_prichan, in hn_nvs_disconn_rxbuf()
407 if (!vmbus_chan_is_revoked(sc->hn_prichan)) in hn_nvs_disconn_chim()
[all …]
HDif_hn.c2110 sc->hn_prichan = vmbus_get_channel(dev); in hn_attach()
2247 vmbus_chan_set_orphan(sc->hn_prichan, sc->hn_xact); in hn_attach()
2248 if (vmbus_chan_is_revoked(sc->hn_prichan)) { in hn_attach()
2504 if (sc->hn_xact != NULL && vmbus_chan_is_revoked(sc->hn_prichan)) { in hn_detach()
2569 vmbus_chan_unset_orphan(sc->hn_prichan); in hn_detach()
4479 subch = vmbus_subchan_get(sc->hn_prichan, nsubch); in hn_polling()
4484 hn_chan_polling(sc->hn_prichan, pollhz); in hn_polling()
6332 subchans = vmbus_subchan_get(sc->hn_prichan, subchan_cnt); in hn_attach_subchans()
6366 subchans = vmbus_subchan_get(sc->hn_prichan, subchan_cnt); in hn_detach_allchans()
6376 hn_chan_detach(sc, sc->hn_prichan); in hn_detach_allchans()
[all …]
HDif_hnvar.h198 struct vmbus_channel *hn_prichan; member
HDhn_rndis.c245 error = hn_nvs_send_rndis_ctrl(sc->hn_prichan, sndc, gpa, gpa_cnt); in hn_rndis_xact_exec1()
251 return (vmbus_chan_xact_wait(sc->hn_prichan, xact, comp_len, in hn_rndis_xact_exec1()