Searched refs:enable (Results 201 - 207 of 207) sorted by relevance

123456789

/haiku/src/apps/mail/
H A DMailWindow.cpp967 bool enable = !fHeaderView->IsToEmpty(); local
968 fSendNow->SetEnabled(enable);
969 //fSendLater->SetEnabled(enable);
1560 // just enable the save button
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_ich8lan.c946 /* Clear bits that enable EEE in various speeds */
1395 DEBUGOUT1("Error in ULP enable flow: %d\n", ret_val);
2709 /* set MSE higher to enable link to stay up when noise is high */
2780 * @enable: flag to enable/disable workaround when enabling/disabling jumbos
2782 s32 e1000_lv_jumbo_workaround_ich8lan(struct e1000_hw *hw, bool enable) argument
2801 if (enable) {
2946 /* re-enable Rx path after enabling/disabling workaround */
2973 /* set MSE higher to enable link to stay up when noise is high */
3193 * @active: true to enable LPL
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c1748 * If not (unlikely), enable L0S, so there is at least some
1865 * Write to "CLK_EN_REG"; "1" bits enable clocks, while "0" bits
2473 cmd.enable = 1;
2498 cmd.enable = 0;
2543 /* enable command channel */
3626 printf("%s: could not enable Tx queue %d (error %d)\n",
4361 /* clear (again), then enable firmware load interrupt */
7132 iwm_update_beacon_abort(struct iwm_softc *sc, struct iwm_node *in, int enable) argument
7137 .ba_enable_beacon_abort = htole32(enable),
7143 sc->sc_bf.ba_enabled = enable;
[all...]
H A Dif_iwmreg.h87 #define IWM_CSR_INT_MASK (0x00c) /* host interrupt enable */
90 #define IWM_CSR_RESET (0x020) /* busmaster enable, NMI, etc*/
591 /* enable the ID buf for read */
627 /* Used to enable DBGM */
1560 * 31-30: Rx DMA channel enable: '00' off/pause, '01' pause at end of frame,
1654 * 31-30: Tx DMA channel enable: '00' off/pause, '01' pause at end of frame,
2148 /* This defines the bitmap of various calibrations to enable in both
3793 * @IWM_MAC_PROT_FLG_HT_PROT: enable HT protection
4153 * @IWM_POWER_FLAGS_ADVANCE_PM_ENA_MSK: Advanced PM (uAPSD) enable mask
4154 * @IWM_POWER_FLAGS_LPRX_ENA_MSK: Low Power RX enable
5253 uint8_t enable; member in struct:iwm_scd_txq_cfg_cmd
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c3696 * Simply enable the queue.
3709 printf("%s: could not enable Tx queue %d "
4036 /* clear (again), then enable firmware load interrupt */
6481 DEVNAME(sc), drain ? "enable" : "disable");
6525 iwx_update_beacon_abort(struct iwx_softc *sc, struct iwx_node *in, int enable) argument
6530 .ba_enable_beacon_abort = htole32(enable),
6536 sc->sc_bf.ba_enabled = enable;
7697 printf("%s: could not enable Tx queue %d (error %d)\n",
8343 printf("%s: could not enable beacon filter\n",
H A Dif_iwxreg.h70 * @IWX_CTXT_INFO_EARLY_DEBUG: enable early debug
71 * @IWX_CTXT_INFO_ENABLE_CDMP: enable core dump
258 * @IWX_PRPH_SCRATCH_EARLY_DEBUG_EN: enable early debug conf
511 #define IWX_CSR_INT_MASK (0x00c) /* host interrupt enable */
514 #define IWX_CSR_RESET (0x020) /* busmaster enable, NMI, etc*/
813 * When bit is set and transfer size is set to 128B, the TFH will enable
816 * enable transfer size which doesn't cross 64B DRAM address boundary.
1018 /* enable the ID buf for read */
1800 * @TX_QUEUE_CFG_ENABLE_QUEUE: enable a queue
2059 /* This defines the bitmap of various calibrations to enable i
6299 uint8_t enable; member in struct:iwx_scd_txq_cfg_cmd
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c2183 /* Re-enable interrupts. */
4105 * get both the enable/disble intr.
4371 /* Re-enable interrupts. */
4450 * Not in 2GHz mode? Then there's no need to enable OFDM
4479 * Yup, enable protection.
4746 flags |= IWN_TX_LINKQ; /* enable MRR */
6658 cmd.ucode.once.enable = 0xffffffff;
6876 /* Set mode, channel, RX filter and enable RX. */
7779 cmd.ucode.once.enable = htole32(0xffffffff);

Completed in 232 milliseconds

123456789