Lines Matching defs:frags
431 IEEE80211_C_TXFRAG; /* handle tx frags */
1627 uath_datahead *frags, struct ieee80211_node *ni)
1633 STAILQ_FOREACH_SAFE(bf, frags, next, next) {
1635 STAILQ_REMOVE_HEAD(frags, next);
1648 uath_txfrag_setup(struct uath_softc *sc, uath_datahead *frags,
1658 uath_txfrag_cleanup(sc, frags, ni);
1662 STAILQ_INSERT_TAIL(frags, bf, next);
1665 return !STAILQ_EMPTY(frags);
1696 uath_datahead frags;
1719 STAILQ_INIT(&frags);
1721 !uath_txfrag_setup(sc, &frags, m, ni)) {
1733 * to send all the frags because of work done by
1744 uath_txfrag_cleanup(sc, &frags, ni);
1751 * Beware of state changing between frags.
1763 bf = STAILQ_FIRST(&frags);
1765 STAILQ_REMOVE_HEAD(&frags, next);