widx 5078 dev/pci/if_em_hw.c uint16_t widx = 0;
widx 5082 dev/pci/if_em_hw.c while (widx < words) {
widx 5102 dev/pci/if_em_hw.c em_shift_out_ee_bits(hw, (uint16_t)((offset + widx)*2),
widx 5108 dev/pci/if_em_hw.c while (widx < words) {
widx 5109 dev/pci/if_em_hw.c uint16_t word_out = data[widx];
widx 5112 dev/pci/if_em_hw.c widx++;
widx 5118 dev/pci/if_em_hw.c if ((((offset + widx)*2) % eeprom->page_size) == 0) {
widx 1753 dev/pci/if_txp.c u_int32_t widx, ridx, nfree;
widx 1755 dev/pci/if_txp.c widx = sc->sc_cmdring.lastwrite;
widx 1758 dev/pci/if_txp.c if (widx == ridx) {
widx 1762 dev/pci/if_txp.c if (widx > ridx)
widx 1764 dev/pci/if_txp.c (widx - ridx + sizeof(struct txp_cmd_desc));
widx 1766 dev/pci/if_txp.c nfree = ridx - widx - sizeof(struct txp_cmd_desc);