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

/freebsd-11.0-release/sys/dev/pci/
H A Dpci.c997 int bytesinval; member in struct:vpd_readstate
1008 if (vrs->bytesinval == 0) {
1014 vrs->bytesinval = 3;
1018 vrs->bytesinval--;
1041 vrs.bytesinval = 0;
1058 printf("vpd: val: %#x, off: %d, bytesinval: %d, byte: %#hhx, " \
1060 vrs.off, vrs.bytesinval, byte, state, remain, name, i);
1231 cfg->vpd.vpd_w[off].start = vrs.off - vrs.bytesinval;

Completed in 57 milliseconds