Searched defs:end_index (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_rx.c138 * end_index: the end indexer of BDs for one packet.
314 uint64_t end_index; local
331 end_index = sync_start = rrp->prod_index;
357 end_index = rrp->prod_index;
358 srbdp = &brp->sw_rbds[end_index];
372 mp = nge_recv_packet(ngep, end_index, len);
387 rrp->prod_index = NEXT(end_index, rrp->desc.nslots);
H A Dnge_tx.c440 uint32_t end_index; local
509 for (end_index = slot + ncookies;
510 ++slot != end_index;
539 end_index = NEXT_INDEX(start_index, slot - 1, nslots);
541 for (i = slot - 1, j = end_index; start_index - j != 0;
561 for (j = start_index; end_index - j != 0; j = NEXT(j, nslots)) {
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1841 int32_t bsize, shift, index, end_index; local
1850 end_index = 1;
1852 end_index = 3;
1860 for (index = 0; index < end_index; index++) {
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c356 int32_t index, bsize, shift, end_index; local
371 end_index = 1;
374 end_index = sizeof (last_block_index) / 4;
377 for (index = 0; index < end_index; index++) {
392 if ((end_index == 0) ||
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c1326 int index, end_index, start_index; local
1392 end_index = index;
1445 dnetp->tx_msgbufp[end_index] = mp;
1452 ring[end_index].desc1.last_desc = 1;
1453 ring[end_index].desc1.int_on_comp = 1;
1454 for (index = end_index; index != start_index;
1460 dnetp->tx_current_desc = NextTXIndex(end_index);

Completed in 61 milliseconds