Searched refs:txq_data (Results 1 – 1 of 1) sorted by relevance
409 void *txq_data; in sta_info_alloc() local413 txq_data = kcalloc(ARRAY_SIZE(sta->sta.txq), size, gfp); in sta_info_alloc()414 if (!txq_data) in sta_info_alloc()418 struct txq_info *txq = txq_data + i * size; in sta_info_alloc()
Completed in 15 milliseconds