HomeSort by: relevance | last modified time | path
    Searched refs:dtim (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_iwn.c 4356 iwn_set_pslevel(struct iwn_softc *sc, int dtim, int level, int async)
4365 if (dtim <= 2)
4367 else if (dtim <= 10)
4385 if (dtim == 0) {
4386 dtim = 1;
4394 maxp = dtim * (skip_dtim + 1);
4395 else if (maxp > dtim)
4396 maxp = (maxp / dtim) * dtim;
4398 maxp = dtim;
    [all...]
if_iwnreg.h 981 uint8_t dtim; member in struct:iwn_btcoex_priotable
1782 /* DTIM <= 2 */
1791 /* 3 <= DTIM <= 10 */
1800 /* DTIM >= 11 */

Completed in 19 milliseconds