Searched refs:frags (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx.h91 extern void ath_txfrag_cleanup(struct ath_softc *sc, ath_bufhead *frags,
93 extern int ath_txfrag_setup(struct ath_softc *sc, ath_bufhead *frags,
H A Dif_ath_tx.c257 ath_bufhead *frags, struct ieee80211_node *ni)
263 TAILQ_FOREACH_SAFE(bf, frags, bf_list, next) {
265 TAILQ_REMOVE(frags, bf, bf_list);
277 ath_txfrag_setup(struct ath_softc *sc, ath_bufhead *frags, argument
290 ath_txfrag_cleanup(sc, frags, ni);
294 TAILQ_INSERT_TAIL(frags, bf, bf_list);
298 return !TAILQ_EMPTY(frags);
1020 /* NB: frags always have any TKIP MIC done in s/w */
1084 * For frags it would be desirable to use the
256 ath_txfrag_cleanup(struct ath_softc *sc, ath_bufhead *frags, struct ieee80211_node *ni) argument
H A Dif_ath.c922 | IEEE80211_C_TXFRAG /* handle tx frags */
3287 ath_bufhead frags; local
3403 TAILQ_INIT(&frags);
3405 !ath_txfrag_setup(sc, &frags, m, ni)) {
3450 TAILQ_FOREACH(n_fbf, &frags, bf_list) {
3462 * to send all the frags because of work done by
3489 ath_txfrag_cleanup(sc, &frags, ni);
3509 * Beware of state changing between frags.
3522 bf = TAILQ_FIRST(&frags);
3524 TAILQ_REMOVE(&frags, b
[all...]
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dufs2.h176 #define FFS_ADJ_NFFREE 10 /* adjust number of free frags */
220 int32_t cs_nffree; /* number of free frags */
226 int64_t cs_nffree; /* number of free frags */
249 int32_t fs_frag; /* number of frags in a block in fs */
258 int32_t fs_fshift; /* ``numfrags'' calc number of frags */
522 u_int32_t cg_frsum[MAXFRAG]; /* counts of available frags */
627 #define fragstoblks(fs, frags) /* calculates (frags / fs->fs_frag) */ \
628 ((frags) >> (fs)->fs_fragshift)
637 * Determine the number of available frags give
[all...]

Completed in 114 milliseconds