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

/freebsd-current/contrib/wpa/src/common/
H A Dhw_features_common.c76 struct hostapd_hw_modes *curr_mode = &hw_features[i]; local
78 if (curr_mode->mode != mode)
81 chan_data = hw_mode_get_channel(curr_mode, freq, chan);
/freebsd-current/sys/dev/rtwn/
H A Dif_rtwn.c856 if (uvp2->curr_mode != R92C_MSR_NOLINK)
888 if (uvp->curr_mode != R92C_MSR_NOLINK) {
992 sc->vaps[id]->curr_mode = mode;
1194 if (rvp == NULL || rvp->curr_mode == R92C_MSR_NOLINK)
H A Dif_rtwnvar.h111 int curr_mode; member in struct:rtwn_vap
/freebsd-current/sys/dev/mvs/
H A Dmvs.h554 enum mvs_edma_mode curr_mode; /* Current EDMA mode */ member in struct:mvs_channel
H A Dmvs.c257 ch->curr_mode = MVS_EDMA_UNKNOWN;
496 if (mode == ch->curr_mode)
499 if (ch->curr_mode != MVS_EDMA_OFF) {
510 ch->curr_mode = mode;
734 ch->curr_mode = MVS_EDMA_UNKNOWN;
/freebsd-current/sys/dev/rtwn/pci/
H A Drtwn_pci_attach.c569 if (rvp->curr_mode != R92C_MSR_NOLINK)

Completed in 191 milliseconds