Searched refs:next_idx (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi.c77 rt->next_idx = 0;
92 idx = rt->next_idx;
104 rt->next_idx++;
105 if (rt->next_idx > rt->last_idx) {
106 rt->next_idx = 0;
116 idx = rt->next_idx;
138 rt->next_idx++;
139 if (rt->next_idx > rt->last_idx) {
140 rt->next_idx = 0;
161 cursor = rt->next_idx;
[all...]
H A Dnpi.h153 uint16_t next_idx; member in struct:_rtrace
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi.c74 rt->next_idx = 0;
89 idx = rt->next_idx;
99 rt->next_idx++;
100 if (rt->next_idx > rt->last_idx) {
101 rt->next_idx = 0;
H A Dhpi.h125 uint16_t next_idx; member in struct:_rtrace
H A Dhxge_hw.c734 start_blk = rtp->next_idx;
742 rtp->next_idx = hpi_rtracebuf.next_idx;
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_recv.c544 int next_idx; local
547 next_idx = (i + 1) % icp->ic_nframes;
548 jump_cmd = (ixl1394_command_t *)&irp->ir_ixl_data[next_idx];
552 dp->rd_jump.next_ixlp = (next_idx != 0) ? jump_cmd : NULL;
719 int idx, next_idx; local
732 next_idx = (idx + 1) % icp->ic_nframes;
737 new_jmp.label = (ixl1394_command_t *)&irp->ir_ixl_data[next_idx];
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_rc.c497 uint8_t *next_idx)
503 *next_idx = ath_rc_priv->valid_rate_index[i+1];
509 *next_idx = 0;
537 uint8_t cur_valid_txrate, uint8_t *next_idx)
543 *next_idx = ath_rc_priv->valid_rate_index[i-1];
494 arn_rc_get_nextvalid_txrate(struct ath_rate_table *rate_table, struct ath_rate_priv *ath_rc_priv, uint8_t cur_valid_txrate, uint8_t *next_idx) argument
535 arn_rc_get_nextlowervalid_txrate(struct ath_rate_table *rate_table, struct ath_rate_priv *ath_rc_priv, uint8_t cur_valid_txrate, uint8_t *next_idx) argument
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_page_tables.c1216 uint16_t next_idx; local
1241 level--, pt = NULL, next_idx = 0) {
1244 &next_idx, path, km_flags)) != DDI_SUCCESS) {
1258 index = next_idx;
1262 ASSERT(next_idx == 0);
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree_rb.c80 int next_idx; /* next available table index */ member in struct:Rbtree
629 (*ppRbtree)->next_idx = 3;
651 *n = tree->next_idx++;
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_hw.c1267 start_blk = rtp->next_idx;
1275 rtp->next_idx = npi_rtracebuf.next_idx;
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c3070 int next_idx; local
3101 next_idx = idx + 1;
3102 if (next_idx >= vdcp->dring_len)
3103 next_idx = VDC_DRING_FIRST_ENTRY;
3104 vdcp->dring_curr_idx = next_idx;

Completed in 93 milliseconds