Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dtx.h35 #define TX_HW_RESULT_QUEUE_LEN 16 macro
174 struct wl1271_tx_hw_res_descr tx_results_queue[TX_HW_RESULT_QUEUE_LEN];
H A Dtx.c997 if (unlikely(count > TX_HW_RESULT_QUEUE_LEN)) in wlcore_tx_complete()