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:channel_vis
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
ef10.c
1140
unsigned int
channel_vis
, pio_write_vi_base, max_vis;
in efx_ef10_dimension_resources()
local
1146
channel_vis
= max(efx->n_channels,
in efx_ef10_dimension_resources()
1150
if (efx->max_vis && efx->max_vis <
channel_vis
) {
in efx_ef10_dimension_resources()
1153
channel_vis
, efx->max_vis);
in efx_ef10_dimension_resources()
1154
channel_vis
= efx->max_vis;
in efx_ef10_dimension_resources()
1195
* The UC mapping contains (
channel_vis
- 1) complete VIs and the
in efx_ef10_dimension_resources()
1199
uc_mem_map_size = PAGE_ALIGN((
channel_vis
- 1) * efx->vi_stride +
in efx_ef10_dimension_resources()
1214
max_vis =
channel_vis
;
in efx_ef10_dimension_resources()
1226
if (nic_data->n_allocated_vis <
channel_vis
) {
in efx_ef10_dimension_resources()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
ef10.c
1140
unsigned int
channel_vis
, pio_write_vi_base, max_vis;
in efx_ef10_dimension_resources()
local
1146
channel_vis
= max(efx->n_channels,
in efx_ef10_dimension_resources()
1150
if (efx->max_vis && efx->max_vis <
channel_vis
) {
in efx_ef10_dimension_resources()
1153
channel_vis
, efx->max_vis);
in efx_ef10_dimension_resources()
1154
channel_vis
= efx->max_vis;
in efx_ef10_dimension_resources()
1195
* The UC mapping contains (
channel_vis
- 1) complete VIs and the
in efx_ef10_dimension_resources()
1199
uc_mem_map_size = PAGE_ALIGN((
channel_vis
- 1) * efx->vi_stride +
in efx_ef10_dimension_resources()
1214
max_vis =
channel_vis
;
in efx_ef10_dimension_resources()
1226
if (nic_data->n_allocated_vis <
channel_vis
) {
in efx_ef10_dimension_resources()
Completed in 10 milliseconds