Home | History | Annotate | Download | only in drivers

Lines Matching defs:txq

9569 	struct nlattr *txq, *params;
9579 txq = nla_nest_start(msg, NL80211_ATTR_WIPHY_TXQ_PARAMS);
9580 if (!txq)
9583 /* We are only sending parameters for a single TXQ at a time */
9611 nla_nest_end(msg, txq);