Searched refs:widx (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_nvm.c607 u16 widx = 0; local
620 while (widx < words) {
649 e1000_shift_out_eec_bits(hw, (u16)((offset + widx) * 2),
653 while (widx < words) {
654 u16 word_out = data[widx];
657 widx++;
659 if ((((offset + widx) * 2) % nvm->page_size) == 0) {
690 u16 widx = 0; local
729 for (widx = 0; widx < 20
[all...]
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c2861 uint32_t widx; local
2961 widx = ipw2200_csr_get32(sc,
2965 "ipw2200_intr(): rx-ring,widx=%u,ridx=%u\n",
2966 ridx, widx));

Completed in 64 milliseconds