Home
last modified time | relevance | path

Searched refs:hio (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_hv.c50 nxge_hio_data_t *nhd = (nxge_hio_data_t *)nxge->nxge_hw_p->hio; in nxge_hio_hv_init()
57 vr = &nhd->hio.vr; in nxge_hio_hv_init()
69 tx = &nhd->hio.tx; in nxge_hio_hv_init()
85 rx = &nhd->hio.rx; in nxge_hio_hv_init()
H A Dnxge_hio.c135 nhd = (nxge_hio_data_t *)nxge->nxge_hw_p->hio; in nxge_hio_init()
140 nxge->nxge_hw_p->hio = (uintptr_t)nhd; in nxge_hio_init()
169 nhd->hio.ldoms = B_FALSE; in nxge_hio_init()
179 nxge_hio_data_t *nhd = (nxge_hio_data_t *)nxge->nxge_hw_p->hio; in nxge_hio_uninit()
186 nxge->nxge_hw_p->hio = 0; in nxge_hio_uninit()
427 nxge_hio_data_t *nhd = (nxge_hio_data_t *)nxge->nxge_hw_p->hio; in nxge_grp_dc_add()
545 nxge_hio_data_t *nhd = (nxge_hio_data_t *)nxge->nxge_hw_p->hio; in nxge_grp_dc_remove()
607 nxge_hio_data_t *nhd = (nxge_hio_data_t *)nxge->nxge_hw_p->hio; in nxge_grp_dc_find()
981 nhd = (nxge_hio_data_t *)nxge->nxge_hw_p->hio; in nxge_hio_init()
989 nxge->nxge_hw_p->hio = (uintptr_t)nhd; in nxge_hio_init()
[all …]
H A Dnxge_fzc.c824 nxge_hio_data_t *nhd = (nxge_hio_data_t *)nxge->nxge_hw_p->hio; in nxge_init_fzc_rdc_tbl()
863 nxge_hio_data_t *nhd = (nxge_hio_data_t *)nxge->nxge_hw_p->hio; in rdc_tbl_bind()
931 nxge_hio_data_t *nhd = (nxge_hio_data_t *)nxge->nxge_hw_p->hio; in nxge_fzc_rdc_tbl_unbind()
1532 nxge_hio_data_t *nhd = (nxge_hio_data_t *)nxgep->nxge_hw_p->hio; in nxge_init_hv_fzc_lp_op()
1549 io_fp = &nhd->hio.tx; in nxge_init_hv_fzc_lp_op()
1560 io_fp = &nhd->hio.tx; in nxge_init_hv_fzc_lp_op()
1568 io_fp = &nhd->hio.rx; in nxge_init_hv_fzc_lp_op()
1576 io_fp = &nhd->hio.rx; in nxge_init_hv_fzc_lp_op()
1600 io_fp = &nhd->hio.tx; in nxge_init_hv_fzc_lp_op()
1611 io_fp = &nhd->hio.tx; in nxge_init_hv_fzc_lp_op()
[all …]
H A Dnxge_hio_guest.c177 nxge_hio_data_t *nhd = (nxge_hio_data_t *)nxge->nxge_hw_p->hio; in nxge_hio_vr_add()
214 fp = &nhd->hio.vr; in nxge_hio_vr_add()
281 tx = &nhd->hio.tx; in nxge_hio_vr_add()
314 rx = &nhd->hio.rx; in nxge_hio_vr_add()
381 nxge_hio_data_t *nhd = (nxge_hio_data_t *)nxge->nxge_hw_p->hio; in nxge_guest_dc_alloc()
535 nxge_hio_data_t *nhd = (nxge_hio_data_t *)nxge->nxge_hw_p->hio; in nxge_hio_vr_release()
849 nxge_hio_data_t *nhd = (nxge_hio_data_t *)nxge->nxge_hw_p->hio; in nxge_hio_start_timer()
H A Dnxge_intr.c782 nxge_hio_data_t *nhd = (nxge_hio_data_t *)nxge->nxge_hw_p->hio; in nxge_hio_tdsv_add()
784 nxhv_dc_fp_t *tx = &nhd->hio.tx; in nxge_hio_tdsv_add()
848 nxge_hio_data_t *nhd = (nxge_hio_data_t *)nxge->nxge_hw_p->hio; in nxge_hio_rdsv_add()
850 nxhv_dc_fp_t *rx = &nhd->hio.rx; in nxge_hio_rdsv_add()
H A Dnxge_txdma.c1721 (nxge_hio_data_t *)nxgep->nxge_hw_p->hio; in nxge_txdma_hung()
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c138 static void hsched_enqueue_io(struct hsfs *fsp, struct hio *hsio, int ra);
925 struct hio *hsio = kmem_cache_alloc(hio_cache, in hsfs_getpage_ra()
1304 struct hio *hsio = kmem_cache_alloc(hio_cache, in hsfs_getapage()
1775 const struct hio *h1 = x1; in hsched_deadline_compare()
1776 const struct hio *h2 = x2; in hsched_deadline_compare()
1799 const struct hio *h1 = x1; in hsched_offset_compare()
1800 const struct hio *h2 = x2; in hsched_offset_compare()
1819 sizeof (struct hio), 0, NULL, in hsched_init_caches()
1899 sizeof (struct hio), offsetof(struct hio, io_offset_node)); in hsched_init()
1901 sizeof (struct hio), offsetof(struct hio, io_deadline_node)); in hsched_init()
[all …]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h182 struct hio { struct
184 struct hio *contig_chain; /* Next adjacent read if any */ argument
218 struct hio *next;
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_hio.h307 nxhv_fp_t hio; member
H A Dnxge_common.h546 uintptr_t hio; member