Home | History | Annotate | Download | only in drivers

Lines Matching refs:txq

7292 	struct nlattr *txq, *params;
7302 txq = nla_nest_start(msg, NL80211_ATTR_WIPHY_TXQ_PARAMS);
7303 if (!txq)
7306 /* We are only sending parameters for a single TXQ at a time */
7334 nla_nest_end(msg, txq);