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:p_queue
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_iscsi.c
142
struct scsi_init_func_queues *
p_queue
= NULL;
in qed_sp_iscsi_func_start()
local
168
p_queue
= &p_init->q_params;
in qed_sp_iscsi_func_start()
194
DMA_REGPAIR_LE(
p_queue
->glbl_q_params_addr,
in qed_sp_iscsi_func_start()
198
p_queue
->cq_num_entries = cpu_to_le16(val);
in qed_sp_iscsi_func_start()
200
p_queue
->cmdq_num_entries = cpu_to_le16(val);
in qed_sp_iscsi_func_start()
201
p_queue
->num_queues = p_params->num_queues;
in qed_sp_iscsi_func_start()
203
p_queue
->queue_relative_offset = (u8)dval;
in qed_sp_iscsi_func_start()
204
p_queue
->cq_sb_pi = p_params->gl_rq_pi;
in qed_sp_iscsi_func_start()
205
p_queue
->cmdq_sb_pi = p_params->gl_cmd_pi;
in qed_sp_iscsi_func_start()
209
p_queue
in qed_sp_iscsi_func_start()
[all...]
H
A
D
qed_sriov.c
179
qed_iov_get_vf_rx_queue_cid(struct qed_vf_queue *
p_queue
)
in qed_iov_get_vf_rx_queue_cid()
argument
184
if (
p_queue
->cids[i].p_cid && !
p_queue
->cids[i].b_is_tx)
in qed_iov_get_vf_rx_queue_cid()
185
return
p_queue
->cids[i].p_cid;
in qed_iov_get_vf_rx_queue_cid()
1054
struct qed_vf_queue *
p_queue
= &vf->vf_queues[i];
in qed_iov_init_hw_for_vf()
local
1056
p_queue
->fw_rx_qid = p_params->req_rx_queue[i];
in qed_iov_init_hw_for_vf()
1057
p_queue
->fw_tx_qid = p_params->req_tx_queue[i];
in qed_iov_init_hw_for_vf()
1062
p_queue
->fw_rx_qid,
p_queue
->fw_tx_qid);
in qed_iov_init_hw_for_vf()
1362
struct qed_vf_queue *
p_queue
in qed_iov_vf_cleanup()
local
1851
struct qed_vf_queue *
p_queue
= &p_vf->vf_queues[i];
qed_iov_configure_vport_forced()
local
2094
struct qed_vf_queue *
p_queue
;
qed_iov_vf_mbx_start_rxq()
local
2426
struct qed_vf_queue *
p_queue
;
qed_iov_vf_mbx_start_txq()
local
2496
struct qed_vf_queue *
p_queue
;
qed_iov_vf_stop_rxqs()
local
2542
struct qed_vf_queue *
p_queue
;
qed_iov_vf_stop_txqs()
local
3421
struct qed_vf_queue *
p_queue
;
qed_iov_vf_pf_get_coalesce()
local
3536
struct qed_vf_queue *
p_queue
= &vf->vf_queues[qid];
qed_iov_vf_pf_set_coalesce()
local
[all...]
H
A
D
qed_vf.c
1189
struct qed_queue_cid *
p_queue
;
in qed_vf_pf_vport_update()
local
1191
p_queue
= rss_params->rss_ind_table[i];
in qed_vf_pf_vport_update()
1192
p_rss_tlv->rss_ind_table[i] =
p_queue
->rel.queue_id;
in qed_vf_pf_vport_update()
H
A
D
qed_l2.c
494
struct qed_queue_cid *
p_queue
= p_rss->rss_ind_table[i];
in qed_sp_vport_update_rss()
local
496
if (!
p_queue
)
in qed_sp_vport_update_rss()
500
cpu_to_le16(
p_queue
->abs.queue_id);
in qed_sp_vport_update_rss()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_iscsi.c
143
struct scsi_init_func_queues *
p_queue
= NULL;
in qed_sp_iscsi_func_start()
local
169
p_queue
= &p_init->q_params;
in qed_sp_iscsi_func_start()
195
DMA_REGPAIR_LE(
p_queue
->glbl_q_params_addr,
in qed_sp_iscsi_func_start()
199
p_queue
->cq_num_entries = cpu_to_le16(val);
in qed_sp_iscsi_func_start()
201
p_queue
->cmdq_num_entries = cpu_to_le16(val);
in qed_sp_iscsi_func_start()
202
p_queue
->num_queues = p_params->num_queues;
in qed_sp_iscsi_func_start()
204
p_queue
->queue_relative_offset = (u8)dval;
in qed_sp_iscsi_func_start()
205
p_queue
->cq_sb_pi = p_params->gl_rq_pi;
in qed_sp_iscsi_func_start()
206
p_queue
->cmdq_sb_pi = p_params->gl_cmd_pi;
in qed_sp_iscsi_func_start()
210
p_queue
in qed_sp_iscsi_func_start()
[all...]
H
A
D
qed_nvmetcp.c
56
struct scsi_init_func_queues *
p_queue
= NULL;
in qed_sp_nvmetcp_func_start()
local
78
p_queue
= &p_init->q_params;
in qed_sp_nvmetcp_func_start()
88
DMA_REGPAIR_LE(
p_queue
->glbl_q_params_addr,
in qed_sp_nvmetcp_func_start()
90
p_queue
->cq_num_entries = cpu_to_le16(QED_NVMETCP_FW_CQ_SIZE);
in qed_sp_nvmetcp_func_start()
91
p_queue
->num_queues = p_params->num_queues;
in qed_sp_nvmetcp_func_start()
93
p_queue
->queue_relative_offset = cpu_to_le16((u16)val);
in qed_sp_nvmetcp_func_start()
94
p_queue
->cq_sb_pi = p_params->gl_rq_pi;
in qed_sp_nvmetcp_func_start()
98
p_queue
->cq_cmdq_sb_num_arr[i] = cpu_to_le16(val);
in qed_sp_nvmetcp_func_start()
101
SET_FIELD(
p_queue
->q_validity,
in qed_sp_nvmetcp_func_start()
103
p_queue
in qed_sp_nvmetcp_func_start()
[all...]
H
A
D
qed_sriov.c
181
qed_iov_get_vf_rx_queue_cid(struct qed_vf_queue *
p_queue
)
in qed_iov_get_vf_rx_queue_cid()
argument
186
if (
p_queue
->cids[i].p_cid && !
p_queue
->cids[i].b_is_tx)
in qed_iov_get_vf_rx_queue_cid()
187
return
p_queue
->cids[i].p_cid;
in qed_iov_get_vf_rx_queue_cid()
1056
struct qed_vf_queue *
p_queue
= &vf->vf_queues[i];
in qed_iov_init_hw_for_vf()
local
1058
p_queue
->fw_rx_qid = p_params->req_rx_queue[i];
in qed_iov_init_hw_for_vf()
1059
p_queue
->fw_tx_qid = p_params->req_tx_queue[i];
in qed_iov_init_hw_for_vf()
1064
p_queue
->fw_rx_qid,
p_queue
->fw_tx_qid);
in qed_iov_init_hw_for_vf()
1364
struct qed_vf_queue *
p_queue
in qed_iov_vf_cleanup()
local
1853
struct qed_vf_queue *
p_queue
= &p_vf->vf_queues[i];
qed_iov_configure_vport_forced()
local
2096
struct qed_vf_queue *
p_queue
;
qed_iov_vf_mbx_start_rxq()
local
2428
struct qed_vf_queue *
p_queue
;
qed_iov_vf_mbx_start_txq()
local
2498
struct qed_vf_queue *
p_queue
;
qed_iov_vf_stop_rxqs()
local
2544
struct qed_vf_queue *
p_queue
;
qed_iov_vf_stop_txqs()
local
3423
struct qed_vf_queue *
p_queue
;
qed_iov_vf_pf_get_coalesce()
local
3538
struct qed_vf_queue *
p_queue
= &vf->vf_queues[qid];
qed_iov_vf_pf_set_coalesce()
local
[all...]
H
A
D
qed_vf.c
1180
struct qed_queue_cid *
p_queue
;
in qed_vf_pf_vport_update()
local
1182
p_queue
= rss_params->rss_ind_table[i];
in qed_vf_pf_vport_update()
1183
p_rss_tlv->rss_ind_table[i] =
p_queue
->rel.queue_id;
in qed_vf_pf_vport_update()
H
A
D
qed_l2.c
495
struct qed_queue_cid *
p_queue
= p_rss->rss_ind_table[i];
in qed_sp_vport_update_rss()
local
497
if (!
p_queue
)
in qed_sp_vport_update_rss()
501
cpu_to_le16(
p_queue
->abs.queue_id);
in qed_sp_vport_update_rss()
Completed in 22 milliseconds