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

  /src/sys/arch/sparc64/include/
hypervisor.h 326 int64_t hv_ldc_rx_set_qhead(uint64_t ldc_id, uint64_t head_offset);
  /src/sys/arch/sparc64/dev/
vnet.c 391 err = hv_ldc_rx_set_qhead(lc->lc_id, rx_tail);
394 printf("%s: hv_ldc_rx_set_qhead %d\n", __func__, err);
410 err = hv_ldc_rx_set_qhead(lc->lc_id, rx_tail);
413 printf("%s: hv_ldc_rx_set_qhead %d\n", __func__, err);
454 err = hv_ldc_rx_set_qhead(lc->lc_id, rx_head);
456 printf("%s: hv_ldc_rx_set_qhead %d\n", __func__, err);
vdsk.c 508 hv_ldc_rx_set_qhead(lc->lc_id, rx_tail);
537 err = hv_ldc_rx_set_qhead(lc->lc_id, rx_head);
539 printf("%s: hv_ldc_rx_set_qhead %d\n", __func__, err);
  /src/sys/arch/sparc64/sparc64/
hvcall.S 617 ENTRY(hv_ldc_rx_set_qhead) function

Completed in 16 milliseconds