Home
last modified time | relevance | path

Searched refs:VP_BOUND_TX (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_intr.c82 char c = (type == VP_BOUND_TX ? 'T' : 'R'); in nxge_intr_add()
173 char c = (type == VP_BOUND_TX ? 'T' : 'R'); in nxge_intr_remove()
259 type == VP_BOUND_TX ? 'T' : 'R', channel)); in nxge_intr_vec_find()
264 type == VP_BOUND_TX ? 'T' : 'R', channel)); in nxge_intr_vec_find()
271 if (type == VP_BOUND_TX) { in nxge_intr_vec_find()
330 char c = (type == VP_BOUND_TX ? 'T' : 'R'); in nxge_hio_intr_add()
392 if (type == VP_BOUND_TX) { in nxge_hio_intr_add()
432 char c = (type == VP_BOUND_TX ? 'T' : 'R'); in nxge_hio_intr_remove()
711 nxge, VP_BOUND_TX, channel); in nxge_hio_intr_uninit()
916 if (dc->type == VP_BOUND_TX) { in nxge_hio_ldsv_add()
[all …]
H A Dnxge_hio.c213 case VP_BOUND_TX: in nxge_dci_map()
392 type = VP_BOUND_TX; in nxge_grp_remove()
439 case VP_BOUND_TX: in nxge_grp_dc_add()
463 type == VP_BOUND_TX ? 't' : 'r', in nxge_grp_dc_add()
531 if (type == VP_BOUND_TX) { in nxge_grp_dc_add()
571 type == VP_BOUND_TX ? 't' : 'r', dc->channel)); in nxge_grp_dc_remove()
616 int i, limit = (type == VP_BOUND_TX) ? in nxge_grp_dc_find()
2153 nxge_grp_dc_remove(nxge, VP_BOUND_TX, channel); in nxge_hio_tdc_share()
2349 VP_BOUND_TX : VP_BOUND_RX; in nxge_hio_dc_share()
2399 if ((nxge_grp_dc_add(nxge, group, VP_BOUND_TX, channel))) { in nxge_hio_tdc_unshare()
[all …]
H A Dnxge_txdma.c113 group, VP_BOUND_TX, tdc))) in nxge_init_txdma_channels()
135 VP_BOUND_TX, tdc); in nxge_init_txdma_channels()
195 nxge_grp_dc_remove(nxgep, VP_BOUND_TX, tdc); in nxge_uninit_txdma_channels()
428 if (nxge_hio_intr_add(nxgep, VP_BOUND_TX, channel) != NXGE_OK) in nxge_enable_txdma_channel()
H A Dnxge_hio_guest.c621 if (!(dc = nxge_grp_dc_find(nxge, VP_BOUND_TX, channel))) in nxge_tdc_lp_conf()
H A Dnxge_main.c5618 (type == MAC_RING_TYPE_TX) ? VP_BOUND_TX : VP_BOUND_RX, in nxge_ring_get_htable_idx()
5790 (void) nxge_grp_dc_remove(nxge, VP_BOUND_TX, channel); in nxge_group_add_ring()
5798 rv = nxge_grp_dc_add(nxge, grp, VP_BOUND_TX, channel); in nxge_group_add_ring()
5853 nxge_grp_dc_remove(nxge, VP_BOUND_TX, channel); in nxge_group_rem_ring()
5861 (void) nxge_grp_dc_add(nxge, grp, VP_BOUND_TX, channel); in nxge_group_rem_ring()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_hio.h153 VP_BOUND_TX = 1, enumerator