Home
last modified time | relevance | path

Searched refs:txq (Results 1 - 4 of 4) sorted by relevance

/third_party/toybox/toys/net/
H A Dnetstat.c126 unsigned lport, rport, state, txq, rxq, num, uid, nitems; in show_ip() local
134 &raddr.i6.u.c, &raddr.i6.u.d, &rport, &state, &txq, &rxq, in show_ip()
140 &num, &laddr.i4.u, &lport, &raddr.i4.u, &rport, &state, &txq, in show_ip()
170 printf("%-6s%6d%7d ", label, rxq, txq); in show_ip()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.cpp1359 NVC0LoweringPass::handleTXQ(TexInstruction *txq) in handleTXQ() argument
1362 if (chipset >= NVISA_GK104_CHIPSET && txq->tex.rIndirectSrc < 0) in handleTXQ()
1363 txq->tex.r += prog->driver->io.texBindBase / 4; in handleTXQ()
1365 if (txq->tex.rIndirectSrc < 0) in handleTXQ()
1368 Value *ticRel = txq->getIndirectR(); in handleTXQ()
1370 txq->setIndirectS(NULL); in handleTXQ()
1371 txq->tex.sIndirectSrc = -1; in handleTXQ()
1378 txq->setSrc(txq->tex.rIndirectSrc, NULL); in handleTXQ()
1379 if (txq in handleTXQ()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211.c6507 struct nlattr *txq, *params; in i802_set_tx_queue_params() local
6514 txq = nla_nest_start(msg, NL80211_ATTR_WIPHY_TXQ_PARAMS); in i802_set_tx_queue_params()
6515 if (!txq) in i802_set_tx_queue_params()
6552 nla_nest_end(msg, txq); in i802_set_tx_queue_params()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.c7573 struct nlattr *txq, *params; local
7580 txq = nla_nest_start(msg, NL80211_ATTR_WIPHY_TXQ_PARAMS);
7581 if (!txq)
7618 nla_nest_end(msg, txq);

Completed in 33 milliseconds