Home
last modified time | relevance | path

Searched refs:txFree (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/staging/wlags49_h2/
Dwl_netdev.c718 list_add( element, &( lp->txFree )); in wl_send()
828 element = lp->txFree.next; in wl_tx()
Dwl_internal.h965 struct list_head txFree; member
Dwl_main.c772 INIT_LIST_HEAD( &( lp->txFree )); in wl_insert()
779 list_add_tail( &( lp->txList[i].node ), &( lp->txFree )); in wl_insert()