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:hi_n_len
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/queue/
H
A
D
tx.h
155
return le16_to_cpu(tb->
hi_n_len
) >> 4;
in iwl_txq_gen1_tfd_tb_get_len()
163
u16
hi_n_len
= len << 4;
in iwl_pcie_gen1_tfd_set_tb()
local
166
hi_n_len
|= iwl_get_dma_hi_addr(addr);
in iwl_pcie_gen1_tfd_set_tb()
168
tb->
hi_n_len
= cpu_to_le16(
hi_n_len
);
in iwl_pcie_gen1_tfd_set_tb()
H
A
D
tx.c
1381
hi_len = le16_to_cpu(tb->
hi_n_len
) & 0xF;
in iwl_txq_gen1_tfd_tb_get_addr()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/queue/
H
A
D
tx.h
219
return le16_to_cpu(tb->
hi_n_len
) >> 4;
in iwl_txq_gen1_tfd_tb_get_len()
H
A
D
tx.c
1397
hi_len = le16_to_cpu(tb->
hi_n_len
) & 0xF;
in iwl_txq_gen1_tfd_tb_get_addr()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H
A
D
iwl-fh.h
660
* enum iwl_tfd_tb_hi_n_len - TB
hi_n_len
bits
676
* @
hi_n_len
: &enum iwl_tfd_tb_hi_n_len
680
__le16
hi_n_len
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H
A
D
iwl-fh.h
626
* enum iwl_tfd_tb_hi_n_len - TB
hi_n_len
bits
642
* @
hi_n_len
: &enum iwl_tfd_tb_hi_n_len
646
__le16
hi_n_len
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H
A
D
tx.c
198
u16
hi_n_len
= len << 4;
in iwl_pcie_tfd_set_tb()
local
201
hi_n_len
|= iwl_get_dma_hi_addr(addr);
in iwl_pcie_tfd_set_tb()
203
tb->
hi_n_len
= cpu_to_le16(
hi_n_len
);
in iwl_pcie_tfd_set_tb()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H
A
D
4965-mac.c
3868
((dma_addr_t) (le16_to_cpu(tb->
hi_n_len
) & 0xF) << 16) <<
in il4965_tfd_tb_get_addr()
3879
return le16_to_cpu(tb->
hi_n_len
) >> 4;
in il4965_tfd_tb_get_len()
3886
u16
hi_n_len
= len << 4;
in il4965_tfd_set_tb()
local
3890
hi_n_len
|= ((addr >> 16) >> 16) & 0xF;
in il4965_tfd_set_tb()
3892
tb->
hi_n_len
= cpu_to_le16(
hi_n_len
);
in il4965_tfd_set_tb()
H
A
D
common.h
2406
* @
hi_n_len
: 0-3 [35:32] portion of dma
2411
__le16
hi_n_len
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H
A
D
4965-mac.c
3867
((dma_addr_t) (le16_to_cpu(tb->
hi_n_len
) & 0xF) << 16) <<
in il4965_tfd_tb_get_addr()
3878
return le16_to_cpu(tb->
hi_n_len
) >> 4;
in il4965_tfd_tb_get_len()
3885
u16
hi_n_len
= len << 4;
in il4965_tfd_set_tb()
local
3889
hi_n_len
|= ((addr >> 16) >> 16) & 0xF;
in il4965_tfd_set_tb()
3891
tb->
hi_n_len
= cpu_to_le16(
hi_n_len
);
in il4965_tfd_set_tb()
H
A
D
common.h
2407
* @
hi_n_len
: 0-3 [35:32] portion of dma
2412
__le16
hi_n_len
;
member
Completed in 37 milliseconds