Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/mac80211/
A Dsta_info.c531 void *txq_data; in __sta_info_alloc() local
608 txq_data = kcalloc(ARRAY_SIZE(sta->sta.txq), size, gfp); in __sta_info_alloc()
609 if (!txq_data) in __sta_info_alloc()
613 struct txq_info *txq = txq_data + i * size; in __sta_info_alloc()

Completed in 7 milliseconds