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:cids_per_blk
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
cnic.h
305
int
cids_per_blk
;
member
H
A
D
cnic.c
916
cp->
cids_per_blk
= CNIC_PAGE_SIZE / 128;
in cnic_alloc_context()
917
arr_size = BNX2_MAX_CID / cp->
cids_per_blk
*
in cnic_alloc_context()
935
for (j = lo; j < hi; j += cp->
cids_per_blk
, k++)
in cnic_alloc_context()
940
if (cp->ctx_blks >= (BNX2_MAX_CID / cp->
cids_per_blk
)) {
in cnic_alloc_context()
1216
cp->
cids_per_blk
= ctx_blk_size / BNX2X_CONTEXT_MEM_SIZE;
in cnic_alloc_bnx2x_context()
1660
int blk = (cid - ethdev->starting_cid) / cp->
cids_per_blk
;
in cnic_get_bnx2x_ctx()
1661
int off = (cid - ethdev->starting_cid) % cp->
cids_per_blk
;
in cnic_get_bnx2x_ctx()
4392
u32 idx = cp->ctx_arr[i].cid / cp->
cids_per_blk
;
in cnic_setup_5709_context()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
cnic.h
305
int
cids_per_blk
;
member
H
A
D
cnic.c
916
cp->
cids_per_blk
= CNIC_PAGE_SIZE / 128;
in cnic_alloc_context()
917
arr_size = BNX2_MAX_CID / cp->
cids_per_blk
*
in cnic_alloc_context()
935
for (j = lo; j < hi; j += cp->
cids_per_blk
, k++)
in cnic_alloc_context()
940
if (cp->ctx_blks >= (BNX2_MAX_CID / cp->
cids_per_blk
)) {
in cnic_alloc_context()
1214
cp->
cids_per_blk
= ctx_blk_size / BNX2X_CONTEXT_MEM_SIZE;
in cnic_alloc_bnx2x_context()
1658
int blk = (cid - ethdev->starting_cid) / cp->
cids_per_blk
;
in cnic_get_bnx2x_ctx()
1659
int off = (cid - ethdev->starting_cid) % cp->
cids_per_blk
;
in cnic_get_bnx2x_ctx()
4389
u32 idx = cp->ctx_arr[i].cid / cp->
cids_per_blk
;
in cnic_setup_5709_context()
Completed in 16 milliseconds