Searched refs:dtim (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/sys/dev/netif/wpi/ |
| HD | if_wpi.c | 3842 wpi_set_pslevel(struct wpi_softc *sc, uint8_t dtim, int level, int async) in wpi_set_pslevel() argument 3852 __func__, dtim, level, async); in wpi_set_pslevel() 3855 if (dtim <= 10) in wpi_set_pslevel() 3877 if (dtim == 0) { in wpi_set_pslevel() 3878 dtim = 1; in wpi_set_pslevel() 3887 max = dtim * (skip_dtim + 1); in wpi_set_pslevel() 3888 else if (max > dtim) in wpi_set_pslevel() 3889 max = rounddown(max, dtim); in wpi_set_pslevel() 3891 max = dtim; in wpi_set_pslevel()
|
| /dragonfly/sys/dev/netif/iwn/ |
| HD | if_iwn.c | 6420 iwn_set_pslevel(struct iwn_softc *sc, int dtim, int level, int async) argument 6431 dtim, 6436 if (dtim <= 2) 6438 else if (dtim <= 10) 6461 if (dtim == 0) { 6462 dtim = 1; 6470 max = dtim * (skip_dtim + 1); 6471 else if (max > dtim) 6472 max = rounddown(max, dtim); 6474 max = dtim; [all …]
|
| HD | if_iwnreg.h | 1079 uint8_t dtim; member
|