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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx.c3303 if (an->an_tid[i].isfiltered == 1)
3410 /* XXX isfiltered shouldn't ever be 0 at this point */
3411 if (tid->isfiltered == 1) {
3436 if (!tid->isfiltered)
3461 if (! tid->isfiltered) {
3464 tid->isfiltered = 1;
3492 if (tid->isfiltered == 1) {
3493 tid->isfiltered = 0;
3882 "isfiltered=%d\n",
3891 tid->isfiltered);
[all...]
H A Dif_athvar.h155 int isfiltered; /* is this node currently filtered */ member in struct:ath_tid

Completed in 50 milliseconds