Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:txq_data_size
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
init.c
984
hw->
txq_data_size
= sizeof(struct ath_atx_tid);
in ath9k_set_hw_capab()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
H
A
D
mac80211.c
297
hw->
txq_data_size
= sizeof(struct mt76_txq);
in mt76_phy_init()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
init.c
1017
hw->
txq_data_size
= sizeof(struct ath_atx_tid);
in ath9k_set_hw_capab()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H
A
D
main.c
1721
hw->
txq_data_size
= sizeof(struct rtw_txq);
in rtw_register_hw()
/kernel/linux/linux-5.10/include/net/
H
A
D
mac80211.h
2150
* @drv_priv: driver private area, sized by hw->
txq_data_size
2492
* @
txq_data_size
: size (in bytes) of the drv_priv data area
2583
int
txq_data_size
;
member
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
iface.c
1881
local->hw.
txq_data_size
;
in ieee80211_if_add()
H
A
D
sta_info.c
411
ALIGN(hw->
txq_data_size
, sizeof(void *));
in sta_info_alloc()
/kernel/linux/linux-6.6/include/net/
H
A
D
mac80211.h
2429
* @drv_priv: driver private area, sized by hw->
txq_data_size
2790
* @
txq_data_size
: size (in bytes) of the drv_priv data area
2884
int
txq_data_size
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H
A
D
mac80211.c
441
hw->
txq_data_size
= sizeof(struct mt76_txq);
in mt76_phy_init()
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
iface.c
2097
local->hw.
txq_data_size
;
in ieee80211_if_add()
H
A
D
sta_info.c
610
ALIGN(hw->
txq_data_size
, sizeof(void *));
in __sta_info_alloc()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H
A
D
main.c
2213
hw->
txq_data_size
= sizeof(struct rtw_txq);
in rtw_register_hw()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
mac80211.c
539
hw->
txq_data_size
= sizeof(struct iwl_mvm_txq);
in iwl_mvm_mac_setup_register()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
mac80211.c
464
hw->
txq_data_size
= sizeof(struct iwl_mvm_txq);
in iwl_mvm_mac_setup_register()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H
A
D
core.c
3870
hw->
txq_data_size
= sizeof(struct rtw89_txq);
in rtw89_core_register_hw()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
mac.c
9906
ar->hw->
txq_data_size
= sizeof(struct ath10k_txq);
in ath10k_mac_register()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
mac.c
10071
ar->hw->
txq_data_size
= sizeof(struct ath10k_txq);
in ath10k_mac_register()
Completed in 94 milliseconds