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:hw_ioctxt
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H
A
D
hinic_hw_dev.c
274
struct hinic_cmd_hw_ioctxt
hw_ioctxt
;
in set_hw_ioctxt()
local
277
hw_ioctxt
.func_idx = HINIC_HWIF_FUNC_IDX(hwif);
in set_hw_ioctxt()
278
hw_ioctxt
.ppf_idx = HINIC_HWIF_PPF_IDX(hwif);
in set_hw_ioctxt()
280
hw_ioctxt
.set_cmdq_depth = HW_IOCTXT_SET_CMDQ_DEPTH_DEFAULT;
in set_hw_ioctxt()
281
hw_ioctxt
.cmdq_depth = 0;
in set_hw_ioctxt()
283
hw_ioctxt
.lro_en = 1;
in set_hw_ioctxt()
285
hw_ioctxt
.rq_depth = ilog2(rq_depth);
in set_hw_ioctxt()
287
hw_ioctxt
.rx_buf_sz_idx = HINIC_RX_BUF_SZ_IDX;
in set_hw_ioctxt()
289
hw_ioctxt
.sq_depth = ilog2(sq_depth);
in set_hw_ioctxt()
295
&
hw_ioctxt
, sizeo
in set_hw_ioctxt()
[all...]
H
A
D
hinic_hw_cmdq.c
850
struct hinic_cmd_hw_ioctxt
hw_ioctxt
= { 0 };
in hinic_set_cmdq_depth()
local
855
hw_ioctxt
.func_idx = HINIC_HWIF_FUNC_IDX(hwdev->hwif);
in hinic_set_cmdq_depth()
856
hw_ioctxt
.ppf_idx = HINIC_HWIF_PPF_IDX(hwdev->hwif);
in hinic_set_cmdq_depth()
858
hw_ioctxt
.set_cmdq_depth = HW_IOCTXT_SET_CMDQ_DEPTH_ENABLE;
in hinic_set_cmdq_depth()
859
hw_ioctxt
.cmdq_depth = (u8)ilog2(cmdq_depth);
in hinic_set_cmdq_depth()
863
&
hw_ioctxt
, sizeof(
hw_ioctxt
), NULL,
in hinic_set_cmdq_depth()
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H
A
D
hinic_hw_dev.c
280
struct hinic_cmd_hw_ioctxt
hw_ioctxt
;
in set_hw_ioctxt()
local
283
hw_ioctxt
.func_idx = HINIC_HWIF_FUNC_IDX(hwif);
in set_hw_ioctxt()
284
hw_ioctxt
.ppf_idx = HINIC_HWIF_PPF_IDX(hwif);
in set_hw_ioctxt()
286
hw_ioctxt
.set_cmdq_depth = HW_IOCTXT_SET_CMDQ_DEPTH_DEFAULT;
in set_hw_ioctxt()
287
hw_ioctxt
.cmdq_depth = 0;
in set_hw_ioctxt()
289
hw_ioctxt
.lro_en = 1;
in set_hw_ioctxt()
291
hw_ioctxt
.rq_depth = ilog2(rq_depth);
in set_hw_ioctxt()
293
hw_ioctxt
.rx_buf_sz_idx = HINIC_RX_BUF_SZ_IDX;
in set_hw_ioctxt()
295
hw_ioctxt
.sq_depth = ilog2(sq_depth);
in set_hw_ioctxt()
301
&
hw_ioctxt
, sizeo
in set_hw_ioctxt()
[all...]
H
A
D
hinic_hw_cmdq.c
855
struct hinic_cmd_hw_ioctxt
hw_ioctxt
= { 0 };
in hinic_set_cmdq_depth()
local
860
hw_ioctxt
.func_idx = HINIC_HWIF_FUNC_IDX(hwdev->hwif);
in hinic_set_cmdq_depth()
861
hw_ioctxt
.ppf_idx = HINIC_HWIF_PPF_IDX(hwdev->hwif);
in hinic_set_cmdq_depth()
863
hw_ioctxt
.set_cmdq_depth = HW_IOCTXT_SET_CMDQ_DEPTH_ENABLE;
in hinic_set_cmdq_depth()
864
hw_ioctxt
.cmdq_depth = (u8)ilog2(cmdq_depth);
in hinic_set_cmdq_depth()
868
&
hw_ioctxt
, sizeof(
hw_ioctxt
), NULL,
in hinic_set_cmdq_depth()
Completed in 5 milliseconds