Searched refs:opmode (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsmutil/
H A Dcf.c26 ** opmode -- operation mode.
36 getcfname(opmode, submitmode, cftype, conffile)
37 int opmode;
51 opmode == MD_DELIVER ||
52 opmode == MD_ARPAFTP ||
53 opmode == MD_SMTP) &&
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwphy.c238 uint32_t opmode; local
239 opmode = SA2400_OPMODE_DEFAULTS;
242 opmode |= SA2400_OPMODE_MODE_TXRX;
245 opmode |= SA2400_OPMODE_MODE_WAIT;
248 opmode |= SA2400_OPMODE_MODE_SLEEP;
253 opmode |= SA2400_OPMODE_DIGIN;
256 opmode));
279 uint32_t opmode; local
281 opmode = SA2400_OPMODE_DEFAULTS;
283 opmode |
313 uint32_t opmode; local
[all...]
H A Drtw.c1636 rtw_set_nettype(rtw_softc_t *rsc, enum ieee80211_opmode opmode) argument
1645 switch (opmode) {
2490 "rtw_new_state: ostate:0x%x, nstate:0x%x, opmode:0x%x\n",
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_mii.c288 dmfep->opmode |= FULL_DUPLEX;
290 dmfep->opmode &= ~FULL_DUPLEX;
292 dmfe_chip_put32(dmfep, OPN_MODE_REG, dmfep->opmode);
H A Ddmfe_main.c189 static char opmode_propname[] = "opmode-reg-value";
347 dmfe_chip_put32(dmfep, OPN_MODE_REG, dmfep->opmode);
368 dmfep->opmode &= ~(START_TRANSMIT | START_RECEIVE);
486 dmfep->opmode |= mode;
1297 if ((dmfep->opmode & START_TRANSMIT) == 0)
1465 * Make opmode consistent with PHY duplex setting
1469 dmfep->opmode |= FULL_DUPLEX;
1471 dmfep->opmode &= ~FULL_DUPLEX;
1570 dmfep->opmode &= ~(PROMISC_MODE | PASS_MULTICAST);
1572 dmfep->opmode |
[all...]
H A Ddmfe_impl.h282 uint32_t opmode; /* operating mode shadow */ member in struct:dmfe
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c1183 ath9k_hw_init_interrupt_masks(struct ath_hal *ah, enum ath9k_opmode opmode) argument
1200 if (opmode == ATH9K_M_HOSTAP)
1610 ath9k_hw_set_operating_mode(struct ath_hal *ah, int opmode) argument
1616 switch (opmode) {
3338 "%s: unsupported opmode: %d\n",

Completed in 90 milliseconds