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:vi_count
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
farch.c
1671
unsigned
vi_count
, buftbl_min, total_tx_channels;
in efx_farch_dimension_resources()
local
1685
vi_count
= max(efx->n_channels, total_tx_channels * EFX_MAX_TXQ_PER_CHANNEL);
in efx_farch_dimension_resources()
1696
vi_count
= max(
vi_count
, EFX_VI_BASE);
in efx_farch_dimension_resources()
1698
vi_count
* vi_dc_entries);
in efx_farch_dimension_resources()
1712
vi_count
+= efx->vf_count * efx_vf_size(efx);
in efx_farch_dimension_resources()
1717
efx->tx_dc_base = sram_lim_qw -
vi_count
* TX_DC_ENTRIES;
in efx_farch_dimension_resources()
1718
efx->rx_dc_base = efx->tx_dc_base -
vi_count
* RX_DC_ENTRIES;
in efx_farch_dimension_resources()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
farch.c
1673
unsigned
vi_count
, total_tx_channels;
in efx_farch_dimension_resources()
local
1680
vi_count
= max(efx->n_channels, total_tx_channels * EFX_MAX_TXQ_PER_CHANNEL);
in efx_farch_dimension_resources()
1699
vi_count
= max(
vi_count
, EFX_VI_BASE);
in efx_farch_dimension_resources()
1701
vi_count
* vi_dc_entries);
in efx_farch_dimension_resources()
1715
vi_count
+= efx->vf_count * efx_vf_size(efx);
in efx_farch_dimension_resources()
1720
efx->tx_dc_base = sram_lim_qw -
vi_count
* TX_DC_ENTRIES;
in efx_farch_dimension_resources()
1721
efx->rx_dc_base = efx->tx_dc_base -
vi_count
* RX_DC_ENTRIES;
in efx_farch_dimension_resources()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
H
A
D
farch.c
1645
unsigned
vi_count
;
in ef4_farch_dimension_resources()
local
1650
vi_count
= max(efx->n_channels, efx->n_tx_channels * EF4_TXQ_TYPES);
in ef4_farch_dimension_resources()
1652
efx->tx_dc_base = sram_lim_qw -
vi_count
* TX_DC_ENTRIES;
in ef4_farch_dimension_resources()
1653
efx->rx_dc_base = efx->tx_dc_base -
vi_count
* RX_DC_ENTRIES;
in ef4_farch_dimension_resources()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/
H
A
D
farch.c
1645
unsigned
vi_count
;
in ef4_farch_dimension_resources()
local
1650
vi_count
= max(efx->n_channels, efx->n_tx_channels * EF4_TXQ_TYPES);
in ef4_farch_dimension_resources()
1652
efx->tx_dc_base = sram_lim_qw -
vi_count
* TX_DC_ENTRIES;
in ef4_farch_dimension_resources()
1653
efx->rx_dc_base = efx->tx_dc_base -
vi_count
* RX_DC_ENTRIES;
in ef4_farch_dimension_resources()
Completed in 16 milliseconds