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:max_cid_space
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
cnic.h
289
u32
max_cid_space
;
member
H
A
D
cnic.c
309
for (i = 0; i < cp->
max_cid_space
; i++) {
in cnic_get_l5_cid()
1197
total_mem = BNX2X_CONTEXT_MEM_SIZE * cp->
max_cid_space
;
in cnic_alloc_bnx2x_context()
1247
cp->
max_cid_space
= MAX_ISCSI_TBL_SZ;
in cnic_alloc_bnx2x_resc()
1252
cp->
max_cid_space
+= dev->max_fcoe_conn;
in cnic_alloc_bnx2x_resc()
1263
cp->ctx_tbl = kcalloc(cp->
max_cid_space
, sizeof(struct cnic_context),
in cnic_alloc_bnx2x_resc()
1273
for (i = MAX_ISCSI_TBL_SZ; i < cp->
max_cid_space
; i++)
in cnic_alloc_bnx2x_resc()
1276
pages = CNIC_PAGE_ALIGN(cp->
max_cid_space
* CNIC_KWQ16_DATA_SIZE) /
in cnic_alloc_bnx2x_resc()
1284
for (i = 0, j = 0; i < cp->
max_cid_space
; i++) {
in cnic_alloc_bnx2x_resc()
2543
for (i = start_cid; i < cp->
max_cid_space
; i++) {
in cnic_bnx2x_delete_wait()
4286
for (i = 0; i < cp->
max_cid_space
;
in cnic_delete_task()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
cnic.h
289
u32
max_cid_space
;
member
H
A
D
cnic.c
309
for (i = 0; i < cp->
max_cid_space
; i++) {
in cnic_get_l5_cid()
1195
total_mem = BNX2X_CONTEXT_MEM_SIZE * cp->
max_cid_space
;
in cnic_alloc_bnx2x_context()
1245
cp->
max_cid_space
= MAX_ISCSI_TBL_SZ;
in cnic_alloc_bnx2x_resc()
1250
cp->
max_cid_space
+= dev->max_fcoe_conn;
in cnic_alloc_bnx2x_resc()
1261
cp->ctx_tbl = kcalloc(cp->
max_cid_space
, sizeof(struct cnic_context),
in cnic_alloc_bnx2x_resc()
1271
for (i = MAX_ISCSI_TBL_SZ; i < cp->
max_cid_space
; i++)
in cnic_alloc_bnx2x_resc()
1274
pages = CNIC_PAGE_ALIGN(cp->
max_cid_space
* CNIC_KWQ16_DATA_SIZE) /
in cnic_alloc_bnx2x_resc()
1282
for (i = 0, j = 0; i < cp->
max_cid_space
; i++) {
in cnic_alloc_bnx2x_resc()
2541
for (i = start_cid; i < cp->
max_cid_space
; i++) {
in cnic_bnx2x_delete_wait()
4283
for (i = 0; i < cp->
max_cid_space
;
in cnic_delete_task()
[all...]
Completed in 16 milliseconds