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

/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_var.h107 uint32_t consecutive; member in struct:iwh_beacon_missed
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_var.h107 uint32_t consecutive; member in struct:iwp_beacon_missed
H A Diwp.c2728 (LE_32(miss->consecutive) > 50)) {
2731 LE_32(miss->consecutive),
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_db.c182 int consecutive; local
213 for (cnt = dbsize; cnt > 0; cnt -= consecutive) {
216 consecutive = MDDB_VERIFY_SIZE;
218 consecutive = cnt;
225 iosize = DEV_BSIZE * consecutive;
241 startblk += consecutive;
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnreg.h1235 uint32_t consecutive; member in struct:iwn_beacon_missed
H A Dif_iwn.c356 * If more than 50 consecutive beacons are missed,
358 * If more than 5 consecutive beacons are missed,
3047 * consecutive beacons are missed, we've probably lost
3050 * consecutive beacons are missed, reinitialize the
3056 if (le32toh(miss->consecutive)
3059 "!iwn_notif_intr(): %d consecutive "
3061 le32toh(miss->consecutive));
3064 } else if (le32toh(miss->consecutive)

Completed in 105 milliseconds