Home
last modified time | relevance | path

Searched refs:end_ix (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_rxdring.c604 uint32_t end_ix; in vsw_ldc_rcv_shm() local
685 end_ix = lp->dringp->next_rxi; in vsw_ldc_rcv_shm()
686 DECR_RXI(dp, end_ix); in vsw_ldc_rcv_shm()
694 msgp->end_idx = end_ix; in vsw_ldc_rcv_shm()
H A Dvnet_rxdring.c871 uint32_t end_ix; in vgen_intr_rcv_shm() local
944 end_ix = ldcp->next_rxi; in vgen_intr_rcv_shm()
945 DECR_RXI(end_ix, ldcp); in vgen_intr_rcv_shm()
948 VNET_START_IDX_UNSPEC, end_ix, VIO_DP_STOPPED); in vgen_intr_rcv_shm()
H A Dvnet_gen.c5522 uint32_t end_ix; in vgen_enable_intr() local
5537 end_ix = ldcp->next_rxi; in vgen_enable_intr()
5538 DECR_RXI(end_ix, ldcp); in vgen_enable_intr()
5541 VNET_START_IDX_UNSPEC, end_ix, VIO_DP_STOPPED); in vgen_enable_intr()