Searched refs:VP_BOUND_TX (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/io/nxge/ |
H A D | nxge_intr.c | 83 char c = (type == VP_BOUND_TX ? 'T' : 'R'); in nxge_intr_add() 172 char c = (type == VP_BOUND_TX ? 'T' : 'R'); in nxge_intr_remove() 258 type == VP_BOUND_TX ? 'T' : 'R', channel)); in nxge_intr_vec_find() 263 type == VP_BOUND_TX ? 'T' : 'R', channel)); in nxge_intr_vec_find() 270 if (type == VP_BOUND_TX) { in nxge_intr_vec_find() 329 char c = (type == VP_BOUND_TX ? 'T' : 'R'); in nxge_hio_intr_add() 389 if (type == VP_BOUND_TX) { in nxge_hio_intr_add() 429 char c = (type == VP_BOUND_TX ? 'T' : 'R'); in nxge_hio_intr_remove() 708 nxge, VP_BOUND_TX, channel); in nxge_hio_intr_uninit() 913 if (dc->type == VP_BOUND_TX) { in nxge_hio_ldsv_add() [all …]
|
H A D | nxge_hio.c | 216 case VP_BOUND_TX: in nxge_dci_map() 393 type = VP_BOUND_TX; in nxge_grp_remove() 440 case VP_BOUND_TX: in nxge_grp_dc_add() 464 type == VP_BOUND_TX ? 't' : 'r', in nxge_grp_dc_add() 532 if (type == VP_BOUND_TX) { in nxge_grp_dc_add() 575 type == VP_BOUND_TX ? 't' : 'r', dc->channel)); in nxge_grp_dc_remove() 579 set = dc->type == VP_BOUND_TX ? &nxge->tx_set : &nxge->rx_set; in nxge_grp_dc_remove() 614 current = (type == VP_BOUND_TX) ? &nhd->tdc[0] : &nhd->rdc[0]; in nxge_grp_dc_find() 620 int i, limit = (type == VP_BOUND_TX) ? in nxge_grp_dc_find() 2142 if (nxge_intr_remove(nxge, VP_BOUND_TX, channel) != NXGE_OK) { in nxge_hio_tdc_share() [all …]
|
H A D | nxge_txdma.c | 113 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 D | nxge_hio_guest.c | 621 if (!(dc = nxge_grp_dc_find(nxge, VP_BOUND_TX, channel))) in nxge_tdc_lp_conf()
|
H A D | nxge_main.c | 5637 (type == MAC_RING_TYPE_TX) ? VP_BOUND_TX : VP_BOUND_RX, in nxge_ring_get_htable_idx() 5809 (void) nxge_grp_dc_remove(nxge, VP_BOUND_TX, channel); in nxge_group_add_ring() 5817 rv = nxge_grp_dc_add(nxge, grp, VP_BOUND_TX, channel); in nxge_group_add_ring() 5872 nxge_grp_dc_remove(nxge, VP_BOUND_TX, channel); in nxge_group_rem_ring() 5880 (void) nxge_grp_dc_add(nxge, grp, VP_BOUND_TX, channel); in nxge_group_rem_ring()
|
/titanic_41/usr/src/uts/common/sys/nxge/ |
H A D | nxge_hio.h | 153 VP_BOUND_TX = 1, enumerator
|