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:fw_fid
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_sriov.c
34
req.encap_async_event_target_id = cpu_to_le16(vf->
fw_fid
);
in bnxt_hwrm_fwd_async_event_cmpl()
96
req.fid = cpu_to_le16(vf->
fw_fid
);
in bnxt_set_vf_spoofchk()
115
req.fid = cpu_to_le16(vf->
fw_fid
);
in bnxt_hwrm_func_qcfg_flags()
144
req.fid = cpu_to_le16(vf->
fw_fid
);
in bnxt_hwrm_set_trusted_vf()
228
req.fid = cpu_to_le16(vf->
fw_fid
);
in bnxt_set_vf_mac()
265
req.fid = cpu_to_le16(vf->
fw_fid
);
in bnxt_set_vf_vlan()
303
req.fid = cpu_to_le16(vf->
fw_fid
);
in bnxt_set_vf_bw()
475
req.fid = cpu_to_le16(vf->
fw_fid
);
in __bnxt_set_vf_params()
587
pf->vf[i].
fw_fid
= pf->first_vf_id + i;
in bnxt_hwrm_func_vf_resc_cfg()
674
pf->vf[i].
fw_fid
in bnxt_hwrm_func_cfg()
[all...]
H
A
D
bnxt_vfr.h
28
return bp->pf.vf[vf_rep->vf_idx].
fw_fid
;
in bnxt_vf_rep_get_fid()
H
A
D
bnxt_vfr.c
76
req.fid = cpu_to_le16(bp->pf.vf[vf_rep->vf_idx].
fw_fid
);
in bnxt_hwrm_vfr_qcfg()
150
int vf_fid = bp->pf.vf[vf_rep->vf_idx].
fw_fid
;
in bnxt_vf_rep_setup_tc_block_cb()
H
A
D
bnxt_tc.c
63
return bp->pf.
fw_fid
;
in bnxt_flow_get_dst_fid()
354
actions->dst_fid = bp->pf.
fw_fid
;
in bnxt_tc_parse_actions()
1490
flow->l2_key.dir = (bp->pf.
fw_fid
== src_fid) ? BNXT_DIR_RX : BNXT_DIR_TX;
in bnxt_tc_set_flow_dir()
1497
flow->src_fid = bp->pf.
fw_fid
;
in bnxt_tc_set_src_fid()
1862
return bnxt_tc_setup_flower(bp, bp->pf.
fw_fid
, flower);
in bnxt_tc_setup_indr_block_cb()
H
A
D
bnxt_devlink.c
593
idx = bp->pf.
fw_fid
- BNXT_FIRST_PF_FID;
in bnxt_hwrm_nvm_req()
H
A
D
bnxt.h
1091
u16
fw_fid
;
member
1114
u16
fw_fid
;
member
H
A
D
bnxt.c
7405
pf->
fw_fid
= le16_to_cpu(resp->fid);
in __bnxt_hwrm_func_qcaps()
7423
vf->
fw_fid
= le16_to_cpu(resp->fid);
in __bnxt_hwrm_func_qcaps()
11904
return bnxt_tc_setup_flower(bp, bp->pf.
fw_fid
, type_data);
in bnxt_setup_tc_block_cb()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_sriov.c
39
req->encap_async_event_target_id = cpu_to_le16(vf->
fw_fid
);
in bnxt_hwrm_fwd_async_event_cmpl()
100
req->fid = cpu_to_le16(vf->
fw_fid
);
in bnxt_set_vf_spoofchk()
123
req->fid = cpu_to_le16(BNXT_PF(bp) ? vf->
fw_fid
: 0xffff);
in bnxt_hwrm_func_qcfg_flags()
153
req->fid = cpu_to_le16(vf->
fw_fid
);
in bnxt_hwrm_set_trusted_vf()
241
req->fid = cpu_to_le16(vf->
fw_fid
);
in bnxt_set_vf_mac()
279
req->fid = cpu_to_le16(vf->
fw_fid
);
in bnxt_set_vf_vlan()
319
req->fid = cpu_to_le16(vf->
fw_fid
);
in bnxt_set_vf_bw()
499
req->fid = cpu_to_le16(vf->
fw_fid
);
in __bnxt_set_vf_params()
610
pf->vf[i].
fw_fid
= pf->first_vf_id + i;
in bnxt_hwrm_func_vf_resc_cfg()
701
pf->vf[i].
fw_fid
in bnxt_hwrm_func_cfg()
[all...]
H
A
D
bnxt_vfr.h
31
return bp->pf.vf[vf_rep->vf_idx].
fw_fid
;
in bnxt_vf_rep_get_fid()
H
A
D
bnxt_vfr.c
82
req->fid = cpu_to_le16(bp->pf.vf[vf_rep->vf_idx].
fw_fid
);
in bnxt_hwrm_vfr_qcfg()
154
int vf_fid = bp->pf.vf[vf_rep->vf_idx].
fw_fid
;
in bnxt_vf_rep_setup_tc_block_cb()
H
A
D
bnxt_tc.c
64
return bp->pf.
fw_fid
;
in bnxt_flow_get_dst_fid()
355
actions->dst_fid = bp->pf.
fw_fid
;
in bnxt_tc_parse_actions()
1498
flow->l2_key.dir = (bp->pf.
fw_fid
== src_fid) ? BNXT_DIR_RX : BNXT_DIR_TX;
in bnxt_tc_set_flow_dir()
1505
flow->src_fid = bp->pf.
fw_fid
;
in bnxt_tc_set_src_fid()
1876
return bnxt_tc_setup_flower(bp, bp->pf.
fw_fid
, flower);
in bnxt_tc_setup_indr_block_cb()
H
A
D
bnxt.h
1136
u16
fw_fid
;
member
1159
u16
fw_fid
;
member
H
A
D
bnxt_devlink.c
1072
idx = bp->pf.
fw_fid
- BNXT_FIRST_PF_FID;
in bnxt_hwrm_nvm_req()
H
A
D
bnxt.c
7741
pf->
fw_fid
= le16_to_cpu(resp->fid);
in __bnxt_hwrm_func_qcaps()
7766
vf->
fw_fid
= le16_to_cpu(resp->fid);
in __bnxt_hwrm_func_qcaps()
12863
return bnxt_tc_setup_flower(bp, bp->pf.
fw_fid
, type_data);
in bnxt_setup_tc_block_cb()
Completed in 55 milliseconds