Lines Matching defs:this

11  *    notice, this list of conditions and the following disclaimer,
134 * Only enable this if you're working on PS-POLL support.
286 * If this is called during a point in time where
557 * hints/kenv doesn't happen early enough for this
672 * We do this by trying to setup a fake extended
806 * We could do a better job of this if, for example,
823 * this method gives everyone a chance to attach cleanly.
885 * Although some NICs may have this configured in the
1011 /* XXX TODO: just make this a "store tx/rx timestamp length" operation */
1063 * TODO: enforce that at least this many frames are available
1070 * Shorten this to 64 packets, or 1/4 ath_txbuf, whichever
1126 * Only 802.11n series NICs can handle this.
1242 * Some of the Owl based MACs require this.
1468 /* NB: we only do this if h/w supports multiple bssid */
1697 * this cannot fail to find a free one.
1820 * To work around this, flush the hardware/software again.
1833 * Reclaim beacon state. Note this must be done before
2031 * Let bluetooth coexistence at in case it's needed for this channel
2099 * Note this can happen early on if the IRQ is shared.
2199 * this is too slow to meet timing constraints
2291 * doing this.
2402 * be dispatched up for processing. Note this applies only
2465 /* XXX this needs a force wakeup! */
2570 * whether this is the first time through or not.
2610 * Let bluetooth coexistence at in case it's needed for this channel
2624 * Likewise this is set during reset so update
2684 * Note we only do this (at the moment) for station mode.
2690 * XXX add capability for this.
2739 * Note that some of this work is not possible if the
2835 * This is totally horrible but we can't hold this lock for
2933 * no further TX/RX/reset runs in parallel with this.
2993 * Let bluetooth coexistence at in case it's needed for this channel
3027 * it would disable interrupts at this point. So we have
3029 * reset counter - this way ath_intr() doesn't end up
3039 /* XXX only do this if sc_inreset_cnt == 0? */
3046 * Thus if this is a nested call through the reset or
3082 * XXX should this be done by the caller, rather than
3101 * All this can happen directly; no need to reset.
3162 /* XXX TODO: should do this at buffer list initialisation */
3195 * the DMA segments aren't copied; this frame should thus
3237 * XXX is this POSTWRITE call required?
3312 * Grab the TX lock - it's ok to do this here; we haven't
3333 * at a time, this should be OK for now.
3345 * If this is for non-EAPOL traffic, just leave some
3349 * If it's for EAPOL traffic, ignore this for now.
3351 * method which bypasses this check.
3393 * At this point we have a buffer; so we need to free it
3398 * Check for fragmentation. If this frame
3420 * At this point if we have any TX fragments, then we will
3430 * The ATH TX output lock is the only thing serialising this
3470 * Note: if this fails, then the mbufs are freed but
3985 * EOL to reap descriptors. Note that this is done to
3986 * reduce interrupt load and this only defers reaping
3988 * reducing interrupts this also permits more concurrency.
4003 * NB: don't print a message, this happens
4093 * XXX shouldn't this just use the default flags
4216 /* XXX when is this valid? */
4240 * The default completion. If fail is 1, this means
4279 * XXX I don't like this belonging here, but it's cleaner
4293 * Do any tx complete callback. Note this must
4337 * bf pointer should be treated as invalid after this function is called.
4366 * XXX assume this isn't an aggregate
4369 * XXX TODO: also do this for filtered frames?
4386 * Kick the packet scheduler if needed. This can occur from this
4520 /* XXX at this point, bf and ni may be totally invalid */
4803 * Add this buffer to the holding queue, freeing the previous
4860 * If this buffer is busy, push it onto the holding queue.
4924 * Is it the last buffer in this set?
4975 * NB: this assumes output has been stopped and
4994 * separate from the TX descriptor, so this
5059 /* We've stopped TX DMA, so mark this as stopped. */
5216 * it's done by resetting the chip. To accomplish this we must
5227 /* Treat this as an interface reset */
5304 * Let bluetooth coexistence at in case it's needed for this
5358 /* XXX only do this if sc_inreset_cnt == 0? */
5389 /* Skip trying to do this if we're in reset */
5426 * If this long cal is after an idle period, then
5577 * before we do this.
5656 /* Note: this belongs in net80211, parsed out and everything */
5721 * Note: no HAL_QUIET_ADD_SWBA_RESP_TIME; as this is for
5746 * sta/ibss mode this has no effect in other operating modes.
5759 ath_isanyrunningvaps(struct ieee80211vap *this)
5761 struct ieee80211com *ic = this->iv_ic;
5767 if (vap != this && vap->iv_state >= IEEE80211_S_RUN)
5802 * net80211 _should_ have the comlock asserted at this point.
5818 * XXX TODO: is this actually the case? :-)
5868 * XXX Dont need to do this (and others) if we've transitioned
5880 /* XXX is this to restore keycache on resume? */
5919 * transmitting - and then inform the driver about this
5944 * transmitting - and then inform the driver about this
5976 * this during CAC to ensure we don't ACK frames
5999 * if this is the first vap moving to RUN state, then
6130 * Note: may need to do this for other states too, not just
6138 /* For now, only do this if we're a single STA vap */
6179 * hopefully being called with "reset ANI" for this channel;
6214 * it uniliaterally here; if crypto is employed this slot
6229 * this also means no h/w compression.
6239 /* NB: this will create a pass-thru key entry */
6247 * param tells us if this is the first time or not.
6280 * Now, we may have frames in the hardware queue for this node.
6483 /* NB: this uses the last entry if the rate isn't found */
6531 * And since this routine can't hold a lock and sleep,
6566 * probably a better way to deal with this.
6629 * signal this to the net80211 layer to begin DFS
6706 * TODO: this is called during node teardown; so let's ensure this
6715 * TIM grabs the net80211 comlock and this may cause a LOR.
6717 * this point (ie, all TX, completion and any reset/flush go into
6719 * just wraps the driver state change and this call to avp->av_set_tim().
6762 * that a race will occur between this and setting/clearing
6869 /* Don't do this for broadcast/etc frames */
6959 * Once we're ready to flip this on:
6964 * schedule the highest TID thas has traffic from this node.
6976 * direct dispatching to the hardware in this path (and
6979 * I'd like to get this working first before optimising
7056 * XXX nothing in the TIDs at this point? Eek.