Lines Matching defs:flags
98 0, /* flags (reserved) */
114 0, /* flags (reserved) */
131 0, /* flags (reserved) */
147 0, /* flags (reserved) */
171 0, /* flags (reserved) */
187 0, /* flags (reserved) */
388 wpi_dbg(uint32_t flags, const char *fmt, ...)
392 if (flags & wpi_dbg_flags) {
1265 WPI_DBG((WPI_DEBUG_80211, "config chan %d flags %x "
1267 sc->sc_config.chan, sc->sc_config.flags,
1352 sc->sc_config.flags &= ~LE_32(WPI_CONFIG_SHPREAMBLE |
1355 sc->sc_config.flags |= LE_32(WPI_CONFIG_SHSLOT);
1357 sc->sc_config.flags |= LE_32(WPI_CONFIG_SHPREAMBLE);
1362 WPI_DBG((WPI_DEBUG_80211, "config chan %d flags %x\n",
1363 sc->sc_config.chan, sc->sc_config.flags));
1611 desc.flags = LE_32(WPI_PAD32(size) << 28 | dma_p->ncookies << 24);
1691 if ((LE_32(tail->flags) & WPI_RX_NOERROR) != WPI_RX_NOERROR) {
1692 WPI_DBG((WPI_DEBUG_RX, "rx tail flags error %x\n",
1693 LE_32(tail->flags)));
1718 tap->wr_antenna = (LE_16(head->flags) >> 4) & 0xf;
1737 if (LE_16(head->flags) & 0x4)
1841 "qid=%x idx=%d flags=%x type=%d len=%d\n",
1842 hw, sc->sc_rxq.cur, desc->qid, desc->idx, desc->flags,
2150 cmd->flags = 0;
2155 tx->flags = 0;
2157 tx->flags |= LE_32(WPI_TX_NEED_ACK);
2159 tx->flags &= ~(LE_32(WPI_TX_NEED_ACK));
2173 tx->flags |= LE_32(WPI_TX_NEED_ACK);
2221 tx->flags |= (LE_32(WPI_TX_AUTO_SEQ));
2222 tx->flags |= LE_32(WPI_TX_BT_DISABLE | WPI_TX_CALIBRATION);
2233 tx->flags |= LE_32(WPI_TX_INSERT_TSTAMP);
2266 desc->flags = LE_32(WPI_PAD32(len) << 28 | (2) << 24);
2725 cmd->flags = 0;
2730 desc->flags = LE_32(WPI_PAD32(size) << 28 | 1 << 24);
2767 mrr.rates[i].flags = 0;
2777 mrr.rates[i].flags = 0;
2842 WPI_DBG((WPI_DEBUG_80211, "config chan %d flags %x cck %x ofdm %x"
2844 sc->sc_config.chan, sc->sc_config.flags,
2909 cmd->flags = 0;
2999 chan->flags = 0x3;
3001 chan->flags = 0x1;
3013 desc->flags = LE_32(WPI_PAD32(pktlen) << 28 | 1 << 24);
3055 power.flags = LE_32(0x8);
3064 bluetooth.flags = 3;
3080 sc->sc_config.flags = LE_32(WPI_CONFIG_TSF | WPI_CONFIG_AUTO |
3406 sc->sc_config.flags &= ~LE_32(WPI_CONFIG_SHPREAMBLE |
3409 sc->sc_config.flags |= LE_32(WPI_CONFIG_SHSLOT);
3411 sc->sc_config.flags |= LE_32(WPI_CONFIG_SHPREAMBLE);
3416 WPI_DBG((WPI_DEBUG_80211, "config chan %d flags %x\n",
3417 sc->sc_config.chan, sc->sc_config.flags));