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:ptab_descr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_init.c
861
struct uni_table_desc *
ptab_descr
;
in qlcnic_validate_product_offs()
local
867
ptab_descr
= qlcnic_get_table_desc(unirom,
in qlcnic_validate_product_offs()
869
if (!
ptab_descr
)
in qlcnic_validate_product_offs()
872
entries = le32_to_cpu(
ptab_descr
->num_entries);
in qlcnic_validate_product_offs()
873
entry_size = le32_to_cpu(
ptab_descr
->entry_size);
in qlcnic_validate_product_offs()
874
tab_size = le32_to_cpu(
ptab_descr
->findex) + (entries * entry_size);
in qlcnic_validate_product_offs()
886
offs = le32_to_cpu(
ptab_descr
->findex) +
in qlcnic_validate_product_offs()
887
i * le32_to_cpu(
ptab_descr
->entry_size);
in qlcnic_validate_product_offs()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_init.c
859
struct uni_table_desc *
ptab_descr
;
in qlcnic_validate_product_offs()
local
865
ptab_descr
= qlcnic_get_table_desc(unirom,
in qlcnic_validate_product_offs()
867
if (!
ptab_descr
)
in qlcnic_validate_product_offs()
870
entries = le32_to_cpu(
ptab_descr
->num_entries);
in qlcnic_validate_product_offs()
871
entry_size = le32_to_cpu(
ptab_descr
->entry_size);
in qlcnic_validate_product_offs()
872
tab_size = le32_to_cpu(
ptab_descr
->findex) + (entries * entry_size);
in qlcnic_validate_product_offs()
884
offs = le32_to_cpu(
ptab_descr
->findex) +
in qlcnic_validate_product_offs()
885
i * le32_to_cpu(
ptab_descr
->entry_size);
in qlcnic_validate_product_offs()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/
H
A
D
netxen_nic_init.c
684
struct uni_table_desc *
ptab_descr
;
in netxen_nic_validate_product_offs()
local
693
ptab_descr
= nx_get_table_desc(unirom, NX_UNI_DIR_SECT_PRODUCT_TBL);
in netxen_nic_validate_product_offs()
694
if (
ptab_descr
== NULL)
in netxen_nic_validate_product_offs()
697
entries = cpu_to_le32(
ptab_descr
->num_entries);
in netxen_nic_validate_product_offs()
698
entry_size = cpu_to_le32(
ptab_descr
->entry_size);
in netxen_nic_validate_product_offs()
699
tab_size = cpu_to_le32(
ptab_descr
->findex) + (entries * entry_size);
in netxen_nic_validate_product_offs()
711
offs = cpu_to_le32(
ptab_descr
->findex) +
in netxen_nic_validate_product_offs()
712
(i * cpu_to_le32(
ptab_descr
->entry_size));
in netxen_nic_validate_product_offs()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/netxen/
H
A
D
netxen_nic_init.c
682
struct uni_table_desc *
ptab_descr
;
in netxen_nic_validate_product_offs()
local
691
ptab_descr
= nx_get_table_desc(unirom, NX_UNI_DIR_SECT_PRODUCT_TBL);
in netxen_nic_validate_product_offs()
692
if (
ptab_descr
== NULL)
in netxen_nic_validate_product_offs()
695
entries = cpu_to_le32(
ptab_descr
->num_entries);
in netxen_nic_validate_product_offs()
696
entry_size = cpu_to_le32(
ptab_descr
->entry_size);
in netxen_nic_validate_product_offs()
697
tab_size = cpu_to_le32(
ptab_descr
->findex) + (entries * entry_size);
in netxen_nic_validate_product_offs()
709
offs = cpu_to_le32(
ptab_descr
->findex) +
in netxen_nic_validate_product_offs()
710
(i * cpu_to_le32(
ptab_descr
->entry_size));
in netxen_nic_validate_product_offs()
Completed in 8 milliseconds