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:cxt_index
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_main.c
8744
int
cxt_index
, cxt_offset;
in bnx2x_pf_q_prep_init()
local
8783
cxt_index
= fp->txdata_ptr[cos]->cid / ILT_PAGE_CIDS;
in bnx2x_pf_q_prep_init()
8784
cxt_offset = fp->txdata_ptr[cos]->cid - (
cxt_index
*
in bnx2x_pf_q_prep_init()
8787
&bp->context[
cxt_index
].vcxt[cxt_offset].eth;
in bnx2x_pf_q_prep_init()
14502
int
cxt_index
, cxt_offset;
in bnx2x_cnic_sp_post()
local
14525
cxt_index
= BNX2X_ISCSI_ETH_CID(bp) /
in bnx2x_cnic_sp_post()
14528
(
cxt_index
* ILT_PAGE_CIDS);
in bnx2x_cnic_sp_post()
14530
&bp->context[
cxt_index
].
in bnx2x_cnic_sp_post()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_main.c
8742
int
cxt_index
, cxt_offset;
in bnx2x_pf_q_prep_init()
local
8781
cxt_index
= fp->txdata_ptr[cos]->cid / ILT_PAGE_CIDS;
in bnx2x_pf_q_prep_init()
8782
cxt_offset = fp->txdata_ptr[cos]->cid - (
cxt_index
*
in bnx2x_pf_q_prep_init()
8785
&bp->context[
cxt_index
].vcxt[cxt_offset].eth;
in bnx2x_pf_q_prep_init()
14430
int
cxt_index
, cxt_offset;
in bnx2x_cnic_sp_post()
local
14453
cxt_index
= BNX2X_ISCSI_ETH_CID(bp) /
in bnx2x_cnic_sp_post()
14456
(
cxt_index
* ILT_PAGE_CIDS);
in bnx2x_cnic_sp_post()
14458
&bp->context[
cxt_index
].
in bnx2x_cnic_sp_post()
Completed in 31 milliseconds