Searched refs:bf_next (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath9k/
H A Dxmit.c482 bf = bf->bf_next;
496 struct ath_buf *bf_next, *bf_last = bf->bf_lastbf; local
522 bf_next = bf->bf_next;
524 if (!bf->bf_state.stale || bf_next != NULL)
529 bf = bf_next;
576 bf_next = bf->bf_next;
616 if (bf_next != NULL || !bf_last->bf_state.stale)
644 if (bf->bf_next
[all...]
H A Dath9k.h60 (_bf)->bf_next = NULL; \
224 struct ath_buf *bf_next; /* next subframe in the aggregate */ member in struct:ath_buf

Completed in 144 milliseconds