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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dxmit.c315 struct ath_buf *bf_next, *bf_last = bf->bf_lastbf; local
341 bf_next = bf->bf_next;
345 !bf->bf_stale || bf_next != NULL)
352 bf = bf_next;
394 bf_next = bf->bf_next;
428 bf_next == NULL) {
465 if (bf->bf_next == NULL && bf_last->bf_stale) {
510 bf = bf_next;
[all...]
H A Dath9k.h77 (_bf)->bf_next = NULL; \
238 struct ath_buf *bf_next; /* next subframe in the aggregate */ member in struct:ath_buf

Completed in 100 milliseconds