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:serv_entry
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
htc.c
443
struct ath12k_htc_svc_tx_credits *
serv_entry
;
in ath12k_htc_get_credit_allocation()
local
446
serv_entry
= htc->service_alloc_table;
in ath12k_htc_get_credit_allocation()
449
if (
serv_entry
[i].service_id == service_id) {
in ath12k_htc_get_credit_allocation()
450
allocation =
serv_entry
[i].credit_allocation;
in ath12k_htc_get_credit_allocation()
460
struct ath12k_htc_svc_tx_credits *
serv_entry
;
in ath12k_htc_setup_target_buffer_assignments()
local
469
serv_entry
= htc->service_alloc_table;
in ath12k_htc_setup_target_buffer_assignments()
478
serv_entry
[i].service_id = svc_id[i];
in ath12k_htc_setup_target_buffer_assignments()
479
serv_entry
[i].credit_allocation = credits;
in ath12k_htc_setup_target_buffer_assignments()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
htc.c
432
struct ath11k_htc_svc_tx_credits *
serv_entry
;
in ath11k_htc_setup_target_buffer_assignments()
local
441
serv_entry
= htc->service_alloc_table;
in ath11k_htc_setup_target_buffer_assignments()
450
serv_entry
[i].service_id = svc_id[i];
in ath11k_htc_setup_target_buffer_assignments()
451
serv_entry
[i].credit_allocation = credits;
in ath11k_htc_setup_target_buffer_assignments()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
htc.c
498
struct ath11k_htc_svc_tx_credits *
serv_entry
;
in ath11k_htc_setup_target_buffer_assignments()
local
507
serv_entry
= htc->service_alloc_table;
in ath11k_htc_setup_target_buffer_assignments()
516
serv_entry
[i].service_id = svc_id[i];
in ath11k_htc_setup_target_buffer_assignments()
517
serv_entry
[i].credit_allocation = credits;
in ath11k_htc_setup_target_buffer_assignments()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_uld.h
88
struct
serv_entry
{
struct
110
struct
serv_entry
*stid_tab;
H
A
D
cxgb4_main.c
1865
t->stid_tab = (struct
serv_entry
*)&t->atid_tab[natids];
in tid_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_uld.h
88
struct
serv_entry
{
struct
110
struct
serv_entry
*stid_tab;
H
A
D
cxgb4_main.c
1864
t->stid_tab = (struct
serv_entry
*)&t->atid_tab[natids];
in tid_init()
Completed in 21 milliseconds