Searched defs:xact (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/hyperv/vmbus/ |
H A D | vmbus_xact.c | 84 struct vmbus_xact *xact; in vmbus_xact_alloc() local 104 vmbus_xact_free(struct vmbus_xact * xact) vmbus_xact_free() argument 117 struct vmbus_xact *xact; vmbus_xact_get1() local 206 struct vmbus_xact *xact; vmbus_xact_get() local 220 vmbus_xact_put(struct vmbus_xact * xact) vmbus_xact_put() argument 235 vmbus_xact_req_data(const struct vmbus_xact * xact) vmbus_xact_req_data() argument 242 vmbus_xact_req_paddr(const struct vmbus_xact * xact) vmbus_xact_req_paddr() argument 249 vmbus_xact_priv(const struct vmbus_xact * xact,size_t priv_len) vmbus_xact_priv() argument 258 vmbus_xact_activate(struct vmbus_xact * xact) vmbus_xact_activate() argument 271 vmbus_xact_deactivate(struct vmbus_xact * xact) vmbus_xact_deactivate() argument 282 vmbus_xact_return(struct vmbus_xact * xact,size_t * resp_len) vmbus_xact_return() argument 311 vmbus_xact_wait1(struct vmbus_xact * xact,size_t * resp_len,bool can_sleep) vmbus_xact_wait1() argument 339 vmbus_xact_wait(struct vmbus_xact * xact,size_t * resp_len) vmbus_xact_wait() argument 346 vmbus_xact_busywait(struct vmbus_xact * xact,size_t * resp_len) vmbus_xact_busywait() argument 353 vmbus_xact_poll(struct vmbus_xact * xact,size_t * resp_len) vmbus_xact_poll() argument 375 vmbus_xact_save_resp(struct vmbus_xact * xact,const void * data,size_t dlen) vmbus_xact_save_resp() argument 395 vmbus_xact_wakeup(struct vmbus_xact * xact,const void * data,size_t dlen) vmbus_xact_wakeup() argument [all...] |
H A D | vmbus_chan.c | 2320 vmbus_chan_set_orphan(struct vmbus_channel * chan,struct vmbus_xact_ctx * xact) vmbus_chan_set_orphan() argument 2339 vmbus_chan_xact_wait(const struct vmbus_channel * chan,struct vmbus_xact * xact,size_t * resp_len,bool can_sleep) vmbus_chan_xact_wait() argument
|
H A D | vmbus.c | 263 struct vmbus_xact *xact; in vmbus_msghc_get() local
|
/freebsd/sys/dev/hyperv/netvsc/ |
H A D | hn_nvs.c | 93 hn_nvs_xact_execute(struct hn_softc *sc, struct vmbus_xact *xact, in hn_nvs_xact_execute() 147 struct vmbus_xact *xact = NULL; in hn_nvs_conn_rxbuf() local 225 struct vmbus_xact *xact = NULL; in hn_nvs_conn_chim() local 458 struct vmbus_xact *xact; in hn_nvs_doinit() local 687 struct vmbus_xact *xact; in hn_nvs_alloc_subchans() local
|
H A D | hn_rndis.c | 207 hn_rndis_xact_exec1(struct hn_softc *sc, struct vmbus_xact *xact, size_t reqlen, in hn_rndis_xact_exec1() 255 hn_rndis_xact_execute(struct hn_softc *sc, struct vmbus_xact *xact, uint32_t rid, in hn_rndis_xact_execute() 322 struct vmbus_xact *xact; in hn_rndis_query2() local 534 struct vmbus_xact *xact; in hn_rndis_set() local 852 struct vmbus_xact *xact; in hn_rndis_init() local 918 struct vmbus_xact *xact; in hn_rndis_halt() local
|
/freebsd/sys/dev/hyperv/input/ |
H A D | hv_kbdc.c | 244 struct vmbus_xact_ctx *xact = sc->hs_xact_ctx; in hv_kbd_on_response() local 344 struct vmbus_xact *xact; in hv_kbd_connect_vsp() local
|
H A D | hv_hid.c | 195 struct vmbus_xact *xact; in hv_hid_connect_vsp() local 265 struct vmbus_xact *xact; in hv_hid_receive() local
|