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()
575 set = dc->type == VP_BOUND_TX ? &nxge->tx_set : &nxge->rx_set; in nxge_grp_dc_remove()
610 current = (type == VP_BOUND_TX) ? &nhd->tdc[0] : &nhd->rdc[0]; in nxge_grp_dc_find()
616 int i, limit = (type == VP_BOUND_TX) ? in nxge_grp_dc_find()
2138 if (nxge_intr_remove(nxge, VP_BOUND_TX, channel) != NXGE_OK) { in nxge_hio_tdc_share()
[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.c5619 (type == MAC_RING_TYPE_TX) ? VP_BOUND_TX : VP_BOUND_RX, in nxge_ring_get_htable_idx()
5791 (void) nxge_grp_dc_remove(nxge, VP_BOUND_TX, channel); in nxge_group_add_ring()
5799 rv = nxge_grp_dc_add(nxge, grp, VP_BOUND_TX, channel); in nxge_group_add_ring()
5854 nxge_grp_dc_remove(nxge, VP_BOUND_TX, channel); in nxge_group_rem_ring()
5862 (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