Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dhn_nvs.c110 error = hn_nvs_send(sc->hn_prichan, VMBUS_CHANPKT_FLAG_RC, in hn_nvs_xact_execute()
116 hdr = vmbus_chan_xact_wait(sc->hn_prichan, xact, &resplen, in hn_nvs_xact_execute()
140 return (hn_nvs_send(sc->hn_prichan, VMBUS_CHANPKT_FLAG_NONE, in hn_nvs_req_send()
169 error = vmbus_chan_gpadl_connect(sc->hn_prichan, in hn_nvs_conn_rxbuf()
239 error = vmbus_chan_gpadl_connect(sc->hn_prichan, in hn_nvs_conn_chim()
352 if (!vmbus_chan_is_revoked(sc->hn_prichan)) in hn_nvs_disconn_rxbuf()
364 while (!vmbus_chan_tx_empty(sc->hn_prichan) && in hn_nvs_disconn_rxbuf()
365 !vmbus_chan_is_revoked(sc->hn_prichan)) in hn_nvs_disconn_rxbuf()
377 error = vmbus_chan_gpadl_disconnect(sc->hn_prichan, in hn_nvs_disconn_rxbuf()
412 if (!vmbus_chan_is_revoked(sc->hn_prichan)) in hn_nvs_disconn_chim()
[all …]
H A Dif_hn.c2096 sc->hn_prichan = vmbus_get_channel(dev); in hn_attach()
2233 vmbus_chan_set_orphan(sc->hn_prichan, sc->hn_xact); in hn_attach()
2234 if (vmbus_chan_is_revoked(sc->hn_prichan)) { in hn_attach()
2492 if (sc->hn_xact != NULL && vmbus_chan_is_revoked(sc->hn_prichan)) { in hn_detach()
2557 vmbus_chan_unset_orphan(sc->hn_prichan); in hn_detach()
4432 subch = vmbus_subchan_get(sc->hn_prichan, nsubch); in hn_polling()
4437 hn_chan_polling(sc->hn_prichan, pollhz); in hn_polling()
6294 subchans = vmbus_subchan_get(sc->hn_prichan, subchan_cnt); in hn_attach_subchans()
6328 subchans = vmbus_subchan_get(sc->hn_prichan, subchan_cnt); in hn_detach_allchans()
6338 hn_chan_detach(sc, sc->hn_prichan); in hn_detach_allchans()
[all …]
H A Dif_hnvar.h197 struct vmbus_channel *hn_prichan; member
H A Dhn_rndis.c244 error = hn_nvs_send_rndis_ctrl(sc->hn_prichan, sndc, gpa, gpa_cnt); in hn_rndis_xact_exec1()
250 return (vmbus_chan_xact_wait(sc->hn_prichan, xact, comp_len, in hn_rndis_xact_exec1()