Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Dsta_info.c338 void *txq_data; in sta_info_alloc() local
342 txq_data = kcalloc(ARRAY_SIZE(sta->sta.txq), size, gfp); in sta_info_alloc()
343 if (!txq_data) in sta_info_alloc()
347 struct txq_info *txq = txq_data + i * size; in sta_info_alloc()