Home
last modified time | relevance | path

Searched refs:opmode (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlopcodes.c66 opmode(0, 1, OpArgR, OpArgN, iABC) /* OP_MOVE */
79 ,opmode(0, 1, OpArgK, OpArgK, iABC) /* OP_ADD */
80 ,opmode(0, 1, OpArgK, OpArgK, iABC) /* OP_SUB */
81 ,opmode(0, 1, OpArgK, OpArgK, iABC) /* OP_MUL */
82 ,opmode(0, 1, OpArgK, OpArgK, iABC) /* OP_DIV */
83 ,opmode(0, 1, OpArgK, OpArgK, iABC) /* OP_MOD */
84 ,opmode(0, 1, OpArgK, OpArgK, iABC) /* OP_POW */
85 ,opmode(0, 1, OpArgR, OpArgN, iABC) /* OP_UNM */
90 ,opmode(1, 0, OpArgK, OpArgK, iABC) /* OP_EQ */
91 ,opmode(1, 0, OpArgK, OpArgK, iABC) /* OP_LT */
[all …]
/illumos-gate/usr/src/cmd/sendmail/libsmutil/
H A Dcf.c34 getcfname(opmode, submitmode, cftype, conffile)
35 int opmode;
49 opmode == MD_DELIVER ||
50 opmode == MD_ARPAFTP ||
51 opmode == MD_SMTP) &&
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwphy.c238 uint32_t opmode; in rtw_sa2400_pwrstate() local
239 opmode = SA2400_OPMODE_DEFAULTS; in rtw_sa2400_pwrstate()
253 opmode |= SA2400_OPMODE_DIGIN; in rtw_sa2400_pwrstate()
256 opmode)); in rtw_sa2400_pwrstate()
279 uint32_t opmode; in rtw_sa2400_vcocal_start() local
281 opmode = SA2400_OPMODE_DEFAULTS; in rtw_sa2400_vcocal_start()
288 opmode |= SA2400_OPMODE_DIGIN; in rtw_sa2400_vcocal_start()
291 SA2400_OPMODE, opmode)); in rtw_sa2400_vcocal_start()
313 uint32_t opmode; in rtw_sa2400_filter_calibration() local
317 opmode |= SA2400_OPMODE_DIGIN; in rtw_sa2400_filter_calibration()
[all …]
H A Drtw.c1636 rtw_set_nettype(rtw_softc_t *rsc, enum ieee80211_opmode opmode) in rtw_set_nettype() argument
1645 switch (opmode) { in rtw_set_nettype()
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_mii.c288 dmfep->opmode |= FULL_DUPLEX; in dmfe_mii_notify()
290 dmfep->opmode &= ~FULL_DUPLEX; in dmfe_mii_notify()
292 dmfe_chip_put32(dmfep, OPN_MODE_REG, dmfep->opmode); in dmfe_mii_notify()
H A Ddmfe_main.c347 dmfe_chip_put32(dmfep, OPN_MODE_REG, dmfep->opmode); in dmfe_set_opmode()
368 dmfep->opmode &= ~(START_TRANSMIT | START_RECEIVE); in dmfe_stop_chip()
486 dmfep->opmode |= mode; in dmfe_start_chip()
1297 if ((dmfep->opmode & START_TRANSMIT) == 0) in dmfe_send_setup()
1469 dmfep->opmode |= FULL_DUPLEX; in dmfe_start()
1471 dmfep->opmode &= ~FULL_DUPLEX; in dmfe_start()
1572 dmfep->opmode |= PROMISC_MODE; in dmfe_m_promisc()
2128 switch (dmfep->opmode & LOOPBACK_MODE_MASK) { in dmfe_m_ioctl()
2155 dmfep->opmode &= ~LOOPBACK_MODE_MASK; in dmfe_m_ioctl()
2158 dmfep->opmode |= LOOPBACK_PHY_D; in dmfe_m_ioctl()
[all …]
H A Ddmfe_impl.h282 uint32_t opmode; /* operating mode shadow */ member
/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) in ath9k_hw_init_interrupt_masks() argument
1200 if (opmode == ATH9K_M_HOSTAP) in ath9k_hw_init_interrupt_masks()
1610 ath9k_hw_set_operating_mode(struct ath_hal *ah, int opmode) in ath9k_hw_set_operating_mode() argument
1616 switch (opmode) { in ath9k_hw_set_operating_mode()
/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_cmd.c1375 uint16_t opmode; in mlxcx_cmd_query_hca_cap() local
1381 opmode = type << 1 | mode; in mlxcx_cmd_query_hca_cap()
1383 MLXCX_OP_QUERY_HCA_CAP, opmode); in mlxcx_cmd_query_hca_cap()