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:bnx2i_ep
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/
H
A
D
bnx2i_iscsi.c
384
struct bnx2i_endpoint *
bnx2i_ep
;
in bnx2i_alloc_ep()
local
387
ep = iscsi_create_endpoint(sizeof(*
bnx2i_ep
));
in bnx2i_alloc_ep()
393
bnx2i_ep
= ep->dd_data;
in bnx2i_alloc_ep()
394
bnx2i_ep
->cls_ep = ep;
in bnx2i_alloc_ep()
395
INIT_LIST_HEAD(&
bnx2i_ep
->link);
in bnx2i_alloc_ep()
396
bnx2i_ep
->state = EP_STATE_IDLE;
in bnx2i_alloc_ep()
397
bnx2i_ep
->ep_iscsi_cid = (u16) -1;
in bnx2i_alloc_ep()
398
bnx2i_ep
->hba = hba;
in bnx2i_alloc_ep()
399
bnx2i_ep
->hba_age = hba->age;
in bnx2i_alloc_ep()
403
bnx2i_ep
in bnx2i_alloc_ep()
417
struct bnx2i_endpoint *
bnx2i_ep
= ep->dd_data;
bnx2i_free_ep()
local
1291
struct bnx2i_endpoint *
bnx2i_ep
;
bnx2i_session_create()
local
1412
struct bnx2i_endpoint *
bnx2i_ep
;
bnx2i_conn_bind()
local
1530
struct bnx2i_endpoint *
bnx2i_ep
= ep->dd_data;
bnx2i_ep_get_param()
local
1581
struct bnx2i_endpoint *
bnx2i_ep
;
bnx2i_host_get_param()
local
1783
struct bnx2i_endpoint *
bnx2i_ep
;
bnx2i_ep_connect()
local
1947
struct bnx2i_endpoint *
bnx2i_ep
;
bnx2i_ep_poll()
local
1984
bnx2i_ep
_tcp_conn_active(struct bnx2i_endpoint *
bnx2i_ep
)
bnx2i_ep_tcp_conn_active()
argument
2029
bnx2i_hw_ep_disconnect(struct bnx2i_endpoint *
bnx2i_ep
)
bnx2i_hw_ep_disconnect()
argument
2123
struct bnx2i_endpoint *
bnx2i_ep
;
bnx2i_ep_disconnect()
local
[all...]
H
A
D
bnx2i_init.c
190
struct bnx2i_endpoint *
bnx2i_ep
;
in bnx2i_chip_cleanup()
local
203
bnx2i_ep
= list_entry(pos, struct bnx2i_endpoint, link);
in bnx2i_chip_cleanup()
205
bnx2i_hw_ep_disconnect(
bnx2i_ep
);
in bnx2i_chip_cleanup()
206
bnx2i_ep
->cm_sk = NULL;
in bnx2i_chip_cleanup()
H
A
D
bnx2i.h
870
extern int bnx2i_hw_ep_disconnect(struct bnx2i_endpoint *
bnx2i_ep
);
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/
H
A
D
bnx2i_iscsi.c
384
struct bnx2i_endpoint *
bnx2i_ep
;
in bnx2i_alloc_ep()
local
387
ep = iscsi_create_endpoint(sizeof(*
bnx2i_ep
));
in bnx2i_alloc_ep()
393
bnx2i_ep
= ep->dd_data;
in bnx2i_alloc_ep()
394
bnx2i_ep
->cls_ep = ep;
in bnx2i_alloc_ep()
395
INIT_LIST_HEAD(&
bnx2i_ep
->link);
in bnx2i_alloc_ep()
396
bnx2i_ep
->state = EP_STATE_IDLE;
in bnx2i_alloc_ep()
397
bnx2i_ep
->ep_iscsi_cid = (u16) -1;
in bnx2i_alloc_ep()
398
bnx2i_ep
->hba = hba;
in bnx2i_alloc_ep()
399
bnx2i_ep
->hba_age = hba->age;
in bnx2i_alloc_ep()
403
bnx2i_ep
in bnx2i_alloc_ep()
417
struct bnx2i_endpoint *
bnx2i_ep
= ep->dd_data;
bnx2i_free_ep()
local
1291
struct bnx2i_endpoint *
bnx2i_ep
;
bnx2i_session_create()
local
1412
struct bnx2i_endpoint *
bnx2i_ep
;
bnx2i_conn_bind()
local
1530
struct bnx2i_endpoint *
bnx2i_ep
= ep->dd_data;
bnx2i_ep_get_param()
local
1581
struct bnx2i_endpoint *
bnx2i_ep
;
bnx2i_host_get_param()
local
1783
struct bnx2i_endpoint *
bnx2i_ep
;
bnx2i_ep_connect()
local
1947
struct bnx2i_endpoint *
bnx2i_ep
;
bnx2i_ep_poll()
local
1984
bnx2i_ep
_tcp_conn_active(struct bnx2i_endpoint *
bnx2i_ep
)
bnx2i_ep_tcp_conn_active()
argument
2029
bnx2i_hw_ep_disconnect(struct bnx2i_endpoint *
bnx2i_ep
)
bnx2i_hw_ep_disconnect()
argument
2123
struct bnx2i_endpoint *
bnx2i_ep
;
bnx2i_ep_disconnect()
local
[all...]
H
A
D
bnx2i_init.c
190
struct bnx2i_endpoint *
bnx2i_ep
;
in bnx2i_chip_cleanup()
local
203
bnx2i_ep
= list_entry(pos, struct bnx2i_endpoint, link);
in bnx2i_chip_cleanup()
205
bnx2i_hw_ep_disconnect(
bnx2i_ep
);
in bnx2i_chip_cleanup()
206
bnx2i_ep
->cm_sk = NULL;
in bnx2i_chip_cleanup()
H
A
D
bnx2i.h
870
extern int bnx2i_hw_ep_disconnect(struct bnx2i_endpoint *
bnx2i_ep
);
Completed in 8 milliseconds