Lines Matching defs:dtim
3795 wpi_set_pslevel(struct wpi_softc *sc, uint8_t dtim, int level, int async)
3804 "%s: dtim=%d, level=%d, async=%d\n",
3805 __func__, dtim, level, async);
3808 if (dtim <= 10)
3824 if (dtim == 0) {
3825 dtim = 1;
3834 max = dtim * (skip_dtim + 1);
3835 else if (max > dtim)
3836 max = rounddown(max, dtim);
3838 max = dtim;