Lines Matching defs:dtim
6454 iwn_set_pslevel(struct iwn_softc *sc, int dtim, int level, int async)
6463 "%s: dtim=%d, level=%d, async=%d\n",
6465 dtim,
6470 if (dtim <= 2)
6472 else if (dtim <= 10)
6489 if (dtim == 0) {
6490 dtim = 1;
6498 max = dtim * (skip_dtim + 1);
6499 else if (max > dtim)
6500 max = rounddown(max, dtim);
6502 max = dtim;
6611 btprio.dtim = 0x6;