HomeSort by: relevance | last modified time | path
    Searched refs:hv_ldc_tx_get_state (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/sparc64/dev/
ldc.c 253 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state);
291 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state);
329 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state);
367 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state);
405 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state);
445 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state);
vnet.c 343 hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state);
1162 err = hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state);
vdsk.c 452 hv_ldc_tx_get_state(lc->lc_id, &tx_head, &tx_tail, &tx_state);
  /src/sys/arch/sparc64/include/
hypervisor.h 317 int64_t hv_ldc_tx_get_state(uint64_t ldc_id, uint64_t *head_offset,
  /src/sys/arch/sparc64/sparc64/
hvcall.S 574 ENTRY(hv_ldc_tx_get_state) function

Completed in 19 milliseconds