Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/wlags49_h2/
Dwl_netdev.c717 list_add( element, &( lp->txFree )); in wl_send()
827 element = lp->txFree.next; in wl_tx()
Dwl_internal.h957 struct list_head txFree; member
Dwl_main.c771 INIT_LIST_HEAD( &( lp->txFree )); in wl_insert()
778 list_add_tail( &( lp->txList[i].node ), &( lp->txFree )); in wl_insert()