Searched defs:r_idx (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mem.c774 * register. Increment the array indices b_idx and r_idx for each entry
781 int *b_idx, sbdp_mc_idle_script_t mc_idle_regs[], int *r_idx)
854 mc_idle_regs[*r_idx].addr = addr;
855 mc_idle_regs[*r_idx].asi = asi;
856 mc_idle_regs[*r_idx].node = memnodes[i];
857 mc_idle_regs[*r_idx].bd_id = bp->bd;
858 (*r_idx)++;
780 sbdp_prep_mc_idle_one(sbdp_bd_t *bp, sbdp_rename_script_t phys_banks[], int *b_idx, sbdp_mc_idle_script_t mc_idle_regs[], int *r_idx) argument
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c4824 int r_idx = 0; local
4831 r_idx = bt_getlowbit(vect->rx_map, 0, (ixgbe->num_rx_rings - 1));
4832 while (r_idx >= 0) {
4833 ixgbe_intr_rx_work(&ixgbe->rx_rings[r_idx]);
4834 r_idx = bt_getlowbit(vect->rx_map, (r_idx + 1),
4841 r_idx = bt_getlowbit(vect->tx_map, 0, (ixgbe->num_tx_rings - 1));
4842 while (r_idx >= 0) {
4843 ixgbe_intr_tx_work(&ixgbe->tx_rings[r_idx]);
4844 r_idx
5223 ixgbe_map_rxring_to_vector(ixgbe_t *ixgbe, int r_idx, int v_idx) argument
5559 int r_idx; /* ring index */ local
6142 int r_idx = rx_ring->index; local
6185 int r_idx = rx_ring->index; local
[all...]

Completed in 70 milliseconds