Searched refs:r_index (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | _a.out.h | 313 #define r_symbolnum r_index 318 uint_t r_index :24; /* segment index or symbol index */ member
|
/titanic_50/usr/src/cmd/dlstat/ |
H A D | dlstat.c | 166 char r_index[MAXSTATLEN]; member 179 offsetof(ring_fields_buf_t, r_index), print_default_cb}, 1008 (void) snprintf(buf->r_index, sizeof (buf->r_index), "--"); in print_rx_generic_ring_stats() 1010 (void) snprintf(buf->r_index, sizeof (buf->r_index), in print_rx_generic_ring_stats() 1042 (void) snprintf(buf->r_index, sizeof (buf->r_index), "--"); in print_tx_generic_ring_stats() 1044 (void) snprintf(buf->r_index, sizeof (buf->r_index), in print_tx_generic_ring_stats()
|
/titanic_50/usr/src/lib/libbc/inc/include/sun4/ |
H A D | a.out.h | 140 unsigned int r_index :24; /* segment index or symbol index */ member
|
/titanic_50/usr/src/uts/common/io/nxge/ |
H A D | nxge_kstats.c | 2201 int r_index; in nxge_rx_ring_stat() local 2207 r_index = rhp->index + nxgep->pt_config.hw_config.start_rdc; in nxge_rx_ring_stat() 2209 if (statsp->rdc_ksp[r_index] == NULL) in nxge_rx_ring_stat() 2214 *val = statsp->rdc_stats[r_index].ierrors; in nxge_rx_ring_stat() 2218 *val = statsp->rdc_stats[r_index].ibytes; in nxge_rx_ring_stat() 2222 *val = statsp->rdc_stats[r_index].ipackets; in nxge_rx_ring_stat() 2241 int r_index; in nxge_tx_ring_stat() local 2247 r_index = nxgep->pt_config.hw_config.tdc.start + rhp->index; in nxge_tx_ring_stat() 2249 if (statsp->tdc_ksp[r_index] == NULL) in nxge_tx_ring_stat() 2254 *val = statsp->tdc_stats[r_index].oerrors; in nxge_tx_ring_stat() [all …]
|
H A D | nxge_rxdma.c | 708 int r_index, l_index, anchor_index; in nxge_rxbuf_pp_to_vp() local 822 r_index = rbr_p->num_blocks - 1; in nxge_rxbuf_pp_to_vp() 825 anchor_index = MID_INDEX(r_index, l_index); in nxge_rxbuf_pp_to_vp() 827 if ((r_index == l_index) || in nxge_rxbuf_pp_to_vp() 863 anchor_index = MID_INDEX(r_index, l_index); in nxge_rxbuf_pp_to_vp() 868 r_index = anchor_index - 1; in nxge_rxbuf_pp_to_vp() 869 anchor_index = MID_INDEX(r_index, l_index); in nxge_rxbuf_pp_to_vp()
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | vnet.c | 83 const int r_index, mac_ring_info_t *infop, mac_ring_handle_t r_handle); 2215 const int r_index, mac_ring_info_t *infop, mac_ring_handle_t r_handle) in vnet_get_ring() argument 2232 ASSERT((r_index >= 0) && (r_index < rx_grp->max_ring_cnt)); in vnet_get_ring() 2235 rx_ringp = &rx_grp->rings[r_index]; in vnet_get_ring() 2283 ASSERT((r_index >= 0) && (r_index < tx_grp->ring_cnt)); in vnet_get_ring() 2286 tx_ringp = &tx_grp->rings[r_index]; in vnet_get_ring() 2289 tx_ringp->index = r_index; in vnet_get_ring()
|
/titanic_50/usr/src/uts/common/io/hxge/ |
H A D | hxge_rxdma.c | 341 int r_index, l_index, anchor_index; in hxge_rxbuf_pp_to_vp() local 443 r_index = rbr_p->num_blocks - 1; in hxge_rxbuf_pp_to_vp() 446 anchor_index = MID_INDEX(r_index, l_index); in hxge_rxbuf_pp_to_vp() 448 if ((r_index == l_index) || in hxge_rxbuf_pp_to_vp() 483 anchor_index = MID_INDEX(r_index, l_index); in hxge_rxbuf_pp_to_vp() 488 r_index = anchor_index - 1; in hxge_rxbuf_pp_to_vp() 489 anchor_index = MID_INDEX(r_index, l_index); in hxge_rxbuf_pp_to_vp()
|
/titanic_50/usr/src/cmd/sgs/rtld.4.x/ |
H A D | rtld.4.x.c | 170 unsigned int r_index :24; /* segment index or symbol index */ member
|