Home
last modified time | relevance | path

Searched refs:TX_HW_RESULT_QUEUE_LEN (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/wireless/wl12xx/
Dtx.h52 #define TX_HW_RESULT_QUEUE_LEN 16 macro
126 struct wl1271_tx_hw_res_descr tx_results_queue[TX_HW_RESULT_QUEUE_LEN];
Dtx.c619 if (unlikely(count > TX_HW_RESULT_QUEUE_LEN)) in wl1271_tx_complete()