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:n_allocated_vis
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
nic.h
135
* @
n_allocated_vis
: Number of VIs allocated to this function
174
unsigned int
n_allocated_vis
;
member
H
A
D
ef10.c
1130
&nic_data->
n_allocated_vis
);
in efx_ef10_alloc_vis()
1226
if (nic_data->
n_allocated_vis
< channel_vis) {
in efx_ef10_dimension_resources()
1235
efx->max_channels = nic_data->
n_allocated_vis
;
in efx_ef10_dimension_resources()
1237
nic_data->
n_allocated_vis
/ efx->tx_queues_per_channel;
in efx_ef10_dimension_resources()
1247
nic_data->
n_allocated_vis
<
in efx_ef10_dimension_resources()
1251
nic_data->
n_allocated_vis
, nic_data->n_piobufs);
in efx_ef10_dimension_resources()
1322
rc = efx_ef10_alloc_vis(efx, nic_data->
n_allocated_vis
,
in efx_ef10_init_nic()
1323
nic_data->
n_allocated_vis
);
in efx_ef10_init_nic()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
nic.h
228
* @
n_allocated_vis
: Number of VIs allocated to this function
267
unsigned int
n_allocated_vis
;
member
H
A
D
ef10.c
1130
&nic_data->
n_allocated_vis
);
in efx_ef10_alloc_vis()
1226
if (nic_data->
n_allocated_vis
< channel_vis) {
in efx_ef10_dimension_resources()
1235
efx->max_channels = nic_data->
n_allocated_vis
;
in efx_ef10_dimension_resources()
1237
nic_data->
n_allocated_vis
/ efx->tx_queues_per_channel;
in efx_ef10_dimension_resources()
1247
nic_data->
n_allocated_vis
<
in efx_ef10_dimension_resources()
1251
nic_data->
n_allocated_vis
, nic_data->n_piobufs);
in efx_ef10_dimension_resources()
1322
rc = efx_ef10_alloc_vis(efx, nic_data->
n_allocated_vis
,
in efx_ef10_init_nic()
1323
nic_data->
n_allocated_vis
);
in efx_ef10_init_nic()
Completed in 12 milliseconds