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:ofld_req3
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_hwi.c
181
struct fcoe_kwqe_conn_offload3
ofld_req3
;
in bnx2fc_send_session_ofld_req()
local
233
memset(&
ofld_req3
, 0x00, sizeof(struct fcoe_kwqe_conn_offload3));
in bnx2fc_send_session_ofld_req()
235
ofld_req3
.hdr.op_code = FCOE_KWQE_OPCODE_OFFLOAD_CONN3;
in bnx2fc_send_session_ofld_req()
236
ofld_req3
.hdr.flags =
in bnx2fc_send_session_ofld_req()
239
ofld_req3
.vlan_tag = interface->vlan_id <<
in bnx2fc_send_session_ofld_req()
241
ofld_req3
.vlan_tag |= 3 << FCOE_KWQE_CONN_OFFLOAD3_PRIORITY_SHIFT;
in bnx2fc_send_session_ofld_req()
255
ofld_req3
.s_id[0] = (port_id & 0x000000FF);
in bnx2fc_send_session_ofld_req()
256
ofld_req3
.s_id[1] = (port_id & 0x0000FF00) >> 8;
in bnx2fc_send_session_ofld_req()
257
ofld_req3
.s_id[2] = (port_id & 0x00FF0000) >> 16;
in bnx2fc_send_session_ofld_req()
260
ofld_req3
in bnx2fc_send_session_ofld_req()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_hwi.c
181
struct fcoe_kwqe_conn_offload3
ofld_req3
;
in bnx2fc_send_session_ofld_req()
local
233
memset(&
ofld_req3
, 0x00, sizeof(struct fcoe_kwqe_conn_offload3));
in bnx2fc_send_session_ofld_req()
235
ofld_req3
.hdr.op_code = FCOE_KWQE_OPCODE_OFFLOAD_CONN3;
in bnx2fc_send_session_ofld_req()
236
ofld_req3
.hdr.flags =
in bnx2fc_send_session_ofld_req()
239
ofld_req3
.vlan_tag = interface->vlan_id <<
in bnx2fc_send_session_ofld_req()
241
ofld_req3
.vlan_tag |= 3 << FCOE_KWQE_CONN_OFFLOAD3_PRIORITY_SHIFT;
in bnx2fc_send_session_ofld_req()
255
ofld_req3
.s_id[0] = (port_id & 0x000000FF);
in bnx2fc_send_session_ofld_req()
256
ofld_req3
.s_id[1] = (port_id & 0x0000FF00) >> 8;
in bnx2fc_send_session_ofld_req()
257
ofld_req3
.s_id[2] = (port_id & 0x00FF0000) >> 16;
in bnx2fc_send_session_ofld_req()
260
ofld_req3
in bnx2fc_send_session_ofld_req()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/
H
A
D
bnx2i_hwi.c
851
struct iscsi_kwqe_conn_offload3
ofld_req3
[1];
in bnx2i_5771x_send_conn_ofld_req()
local
891
memset(
ofld_req3
, 0x00, sizeof(
ofld_req3
[0]));
in bnx2i_5771x_send_conn_ofld_req()
893
ofld_req3
[0].qp_first_pte[0].hi = *ptbl++;
in bnx2i_5771x_send_conn_ofld_req()
894
ofld_req3
[0].qp_first_pte[0].lo = *ptbl;
in bnx2i_5771x_send_conn_ofld_req()
896
kwqe_arr[2] = (struct kwqe *)
ofld_req3
;
in bnx2i_5771x_send_conn_ofld_req()
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/
H
A
D
bnx2i_hwi.c
851
struct iscsi_kwqe_conn_offload3
ofld_req3
[1];
in bnx2i_5771x_send_conn_ofld_req()
local
891
memset(
ofld_req3
, 0x00, sizeof(
ofld_req3
[0]));
in bnx2i_5771x_send_conn_ofld_req()
893
ofld_req3
[0].qp_first_pte[0].hi = *ptbl++;
in bnx2i_5771x_send_conn_ofld_req()
894
ofld_req3
[0].qp_first_pte[0].lo = *ptbl;
in bnx2i_5771x_send_conn_ofld_req()
896
kwqe_arr[2] = (struct kwqe *)
ofld_req3
;
in bnx2i_5771x_send_conn_ofld_req()
Completed in 15 milliseconds