Home
last modified time | relevance | path

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

/titanic_41/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()
428 nxge_hio_data_t *nhd = (nxge_hio_data_t *)nxge->nxge_hw_p->hio; in nxge_grp_dc_add()
549 nxge_hio_data_t *nhd = (nxge_hio_data_t *)nxge->nxge_hw_p->hio; in nxge_grp_dc_remove()
611 nxge_hio_data_t *nhd = (nxge_hio_data_t *)nxge->nxge_hw_p->hio; in nxge_grp_dc_find()
985 nhd = (nxge_hio_data_t *)nxge->nxge_hw_p->hio; in nxge_hio_init()
993 nxge->nxge_hw_p->hio = (uintptr_t)nhd; in nxge_hio_init()
[all …]
H A Dnxge_fzc.c832 nxge_hio_data_t *nhd = (nxge_hio_data_t *)nxge->nxge_hw_p->hio; in nxge_init_fzc_rdc_tbl()
871 nxge_hio_data_t *nhd = (nxge_hio_data_t *)nxge->nxge_hw_p->hio; in rdc_tbl_bind()
939 nxge_hio_data_t *nhd = (nxge_hio_data_t *)nxge->nxge_hw_p->hio; in nxge_fzc_rdc_tbl_unbind()
1540 nxge_hio_data_t *nhd = (nxge_hio_data_t *)nxgep->nxge_hw_p->hio; in nxge_init_hv_fzc_lp_op()
1557 io_fp = &nhd->hio.tx; in nxge_init_hv_fzc_lp_op()
1568 io_fp = &nhd->hio.tx; in nxge_init_hv_fzc_lp_op()
1576 io_fp = &nhd->hio.rx; in nxge_init_hv_fzc_lp_op()
1584 io_fp = &nhd->hio.rx; in nxge_init_hv_fzc_lp_op()
1608 io_fp = &nhd->hio.tx; in nxge_init_hv_fzc_lp_op()
1619 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.c779 nxge_hio_data_t *nhd = (nxge_hio_data_t *)nxge->nxge_hw_p->hio; in nxge_hio_tdsv_add()
781 nxhv_dc_fp_t *tx = &nhd->hio.tx; in nxge_hio_tdsv_add()
845 nxge_hio_data_t *nhd = (nxge_hio_data_t *)nxge->nxge_hw_p->hio; in nxge_hio_rdsv_add()
847 nxhv_dc_fp_t *rx = &nhd->hio.rx; in nxge_hio_rdsv_add()
H A Dnxge_txdma.c1720 (nxge_hio_data_t *)nxgep->nxge_hw_p->hio; in nxge_txdma_hung()
/titanic_41/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c155 static void hsched_enqueue_io(struct hsfs *fsp, struct hio *hsio, int ra);
1019 struct hio *hsio = kmem_cache_alloc(hio_cache, in hsfs_getpage_ra()
1406 struct hio *hsio = kmem_cache_alloc(hio_cache, in hsfs_getapage()
1929 const struct hio *h1 = x1; in hsched_deadline_compare()
1930 const struct hio *h2 = x2; in hsched_deadline_compare()
1953 const struct hio *h1 = x1; in hsched_offset_compare()
1954 const struct hio *h2 = x2; in hsched_offset_compare()
1973 sizeof (struct hio), 0, NULL, in hsched_init_caches()
2053 sizeof (struct hio), offsetof(struct hio, io_offset_node)); in hsched_init()
2055 sizeof (struct hio), offsetof(struct hio, io_deadline_node)); in hsched_init()
[all …]
/titanic_41/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h184 struct hio { struct
186 struct hio *contig_chain; /* Next adjacent read if any */ argument
220 struct hio *next;
/titanic_41/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