OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txwi
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ic/
rt2860var.h
70
struct rt2860_txwi *
txwi
;
member in struct:rt2860_tx_data
rt2860.c
682
data->
txwi
= (struct rt2860_txwi *)vaddr;
1631
struct rt2860_txwi *
txwi
;
local in function:rt2860_tx
1692
txwi
= data->
txwi
;
1693
txwi
->flags = 0;
1695
txwi
->xflags = hasqos ? 0 : RT2860_TX_NSEQ;
1696
txwi
->wcid = (type == IEEE80211_FC0_TYPE_DATA) ? rn->wcid : 0xff;
1697
txwi
->len = htole16(m->m_pkthdr.len);
1699
txwi
->phy = htole16(RT2860_PHY_CCK);
1704
txwi
->phy = htole16(RT2860_PHY_OFDM)
4226
struct rt2860_
txwi
txwi
;
local in function:rt2860_setup_beacon
[
all
...]
/src/sys/dev/usb/
if_run.c
908
/* zeroize the TXD +
TXWI
part */
2538
struct rt2860_txwi *
txwi
;
local in function:run_tx
2613
txwi
= (struct rt2860_txwi *)(txd + 1);
2614
txwi
->flags = 0;
2615
txwi
->xflags = hasqos ? 0 : RT2860_TX_NSEQ;
2616
txwi
->wcid = (type == IEEE80211_FC0_TYPE_DATA) ?
2618
txwi
->len = htole16(m->m_pkthdr.len - pad);
2620
txwi
->phy = htole16(RT2860_PHY_CCK);
2626
txwi
->phy = htole16(mcs);
2628
txwi
->txop = RT2860_TX_TXOP_BACKOFF
5019
struct rt2860_
txwi
txwi
;
local in function:run_setup_beacon
[
all
...]
Completed in 14 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025