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_cap
(Results
1 - 25
of
32
) sorted by relevance
1
2
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_atomfirmware.c
53
u32
fw_cap
= 0;
in amdgpu_atomfirmware_query_firmware_capability()
local
64
fw_cap
= le32_to_cpu(firmware_info->v31.firmware_capability);
in amdgpu_atomfirmware_query_firmware_capability()
68
return
fw_cap
;
in amdgpu_atomfirmware_query_firmware_capability()
80
u32
fw_cap
;
in amdgpu_atomfirmware_gpu_virtualization_supported()
local
82
fw_cap
= adev->mode_info.firmware_flags;
in amdgpu_atomfirmware_gpu_virtualization_supported()
84
return (
fw_cap
& ATOM_FIRMWARE_CAP_GPU_VIRTUALIZATION) ? true : false;
in amdgpu_atomfirmware_gpu_virtualization_supported()
565
u32
fw_cap
;
in amdgpu_atomfirmware_sram_ecc_supported()
local
567
fw_cap
= adev->mode_info.firmware_flags;
in amdgpu_atomfirmware_sram_ecc_supported()
569
return (
fw_cap
& ATOM_FIRMWARE_CAP_SRAM_ECC) ? true : false;
in amdgpu_atomfirmware_sram_ecc_supported()
581
u32
fw_cap
;
in amdgpu_atomfirmware_dynamic_boot_config_supported()
local
841
u32
fw_cap
;
amdgpu_atomfirmware_mem_training_supported()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_devlink.c
142
if (!(bp->
fw_cap
& BNXT_FW_CAP_HOT_RESET) || health->fw_reset_reporter)
in bnxt_dl_fw_reporters_create()
153
bp->
fw_cap
&= ~BNXT_FW_CAP_HOT_RESET;
in bnxt_dl_fw_reporters_create()
157
if (!(bp->
fw_cap
& BNXT_FW_CAP_ERROR_RECOVERY))
in bnxt_dl_fw_reporters_create()
169
bp->
fw_cap
&= ~BNXT_FW_CAP_ERROR_RECOVERY;
in bnxt_dl_fw_reporters_create()
185
bp->
fw_cap
&= ~BNXT_FW_CAP_ERROR_RECOVERY;
in bnxt_dl_fw_reporters_create()
196
if ((all || !(bp->
fw_cap
& BNXT_FW_CAP_HOT_RESET)) &&
in bnxt_dl_fw_reporters_destroy()
202
if ((bp->
fw_cap
& BNXT_FW_CAP_ERROR_RECOVERY) && !all)
in bnxt_dl_fw_reporters_destroy()
H
A
D
bnxt.c
1823
!(bp->
fw_cap
& BNXT_FW_CAP_RING_MONITOR)) {
in bnxt_rx_pkt()
3925
if (!(bp->
fw_cap
& BNXT_FW_CAP_EXT_HW_STATS_SUPPORTED) ||
in bnxt_hwrm_func_qstat_ext()
4079
if (!(bp->
fw_cap
& BNXT_FW_CAP_EXT_STATS_SUPPORTED))
in bnxt_alloc_stats()
4096
(bp->
fw_cap
& BNXT_FW_CAP_EXT_STATS_SUPPORTED)) {
in bnxt_alloc_stats()
4203
if (!(bp->
fw_cap
& BNXT_FW_CAP_PORT_STATS_NO_RESET) ||
in bnxt_free_mem()
4483
if ((bp->
fw_cap
& BNXT_FW_CAP_SHORT_CMD) ||
in bnxt_hwrm_do_send_msg()
4685
if (bp->
fw_cap
& BNXT_FW_CAP_HOT_RESET)
in bnxt_hwrm_func_drv_rgtr()
4687
if (bp->
fw_cap
& BNXT_FW_CAP_ERROR_RECOVERY)
in bnxt_hwrm_func_drv_rgtr()
4719
if (bp->
fw_cap
& BNXT_FW_CAP_OVS_64BIT_HANDLE)
in bnxt_hwrm_func_drv_rgtr()
4728
!(bp->
fw_cap
in bnxt_hwrm_func_drv_rgtr()
[all...]
H
A
D
bnxt_dcb.c
691
if (BNXT_VF(bp) || (bp->
fw_cap
& BNXT_FW_CAP_LLDP_AGENT))
in bnxt_dcbnl_setdcbx()
726
if (BNXT_PF(bp) && !(bp->
fw_cap
& BNXT_FW_CAP_LLDP_AGENT))
in bnxt_dcb_init()
728
else if (bp->
fw_cap
& BNXT_FW_CAP_DCBX_AGENT)
in bnxt_dcb_init()
H
A
D
bnxt.h
1695
((bp)->
fw_cap
& BNXT_FW_CAP_SHARED_PORT_CFG)) && \
1827
u32
fw_cap
;
member
1851
#define BNXT_NEW_RM(bp) ((bp)->
fw_cap
& BNXT_FW_CAP_NEW_RM)
2144
return (bp->
fw_cap
& BNXT_FW_CAP_KONG_MB_CHNL &&
in bnxt_kong_hwrm_message()
2150
return (bp->
fw_cap
& BNXT_FW_CAP_KONG_MB_CHNL &&
in bnxt_hwrm_kong_chnl()
H
A
D
bnxt_ethtool.c
1341
if (bp->
fw_cap
& BNXT_FW_CAP_PCIE_STATS_SUPPORTED)
in bnxt_get_regs_len()
1359
if (!(bp->
fw_cap
& BNXT_FW_CAP_PCIE_STATS_SUPPORTED))
in bnxt_get_regs()
2212
if (bp->
fw_cap
& BNXT_FW_CAP_HOT_RESET)
in bnxt_firmware_reset_chip()
3423
!(bp->
fw_cap
& BNXT_FW_CAP_HOT_RESET)) {
in bnxt_reset()
3434
if (!(bp->
fw_cap
& BNXT_FW_CAP_HOT_RESET))
in bnxt_reset()
3850
if (!(bp->
fw_cap
& BNXT_FW_CAP_PKG_VER))
in bnxt_ethtool_init()
H
A
D
bnxt_sriov.c
129
if (!(bp->
fw_cap
& BNXT_FW_CAP_TRUSTED_VF))
in bnxt_is_trusted_vf()
140
if (!(bp->
fw_cap
& BNXT_FW_CAP_TRUSTED_VF))
in bnxt_hwrm_set_trusted_vf()
H
A
D
bnxt_tc.c
509
if (bp->
fw_cap
& BNXT_FW_CAP_OVS_64BIT_HANDLE)
in bnxt_hwrm_cfa_flow_free()
776
if (bp->
fw_cap
& BNXT_FW_CAP_OVS_64BIT_HANDLE) {
in bnxt_hwrm_cfa_flow_alloc()
1652
if (bp->
fw_cap
& BNXT_FW_CAP_OVS_64BIT_HANDLE) {
in bnxt_fill_cfa_stats_req()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_devlink.c
62
if (~bp->
fw_cap
& BNXT_FW_CAP_HOT_RESET_IF)
in bnxt_hwrm_remote_dev_reset_set()
394
if (~bp->
fw_cap
& BNXT_FW_CAP_LIVEPATCH) {
in bnxt_dl_livepatch_activate()
501
if (~bp->
fw_cap
& BNXT_FW_CAP_HOT_RESET) {
in bnxt_dl_reload_down()
563
if (bp->
fw_cap
& BNXT_FW_CAP_ERROR_RECOVERY)
in bnxt_dl_reload_up()
834
if (~bp->
fw_cap
& BNXT_FW_CAP_LIVEPATCH)
in bnxt_dl_livepatch_info_put()
1171
if (~bp->
fw_cap
& BNXT_FW_CAP_HOT_RESET_IF)
in bnxt_remote_dev_reset_get()
1229
if (~bp->
fw_cap
& BNXT_FW_CAP_HOT_RESET_IF)
in bnxt_dl_params_register()
1246
if (~bp->
fw_cap
& BNXT_FW_CAP_HOT_RESET_IF)
in bnxt_dl_params_unregister()
H
A
D
bnxt.c
1898
!(bp->
fw_cap
& BNXT_FW_CAP_RING_MONITOR)) {
in bnxt_rx_pkt()
4225
if (!(bp->
fw_cap
& BNXT_FW_CAP_EXT_HW_STATS_SUPPORTED) ||
in bnxt_hwrm_func_qstat_ext()
4380
if (!(bp->
fw_cap
& BNXT_FW_CAP_EXT_STATS_SUPPORTED))
in bnxt_alloc_stats()
4397
(bp->
fw_cap
& BNXT_FW_CAP_EXT_STATS_SUPPORTED)) {
in bnxt_alloc_stats()
4726
if (bp->
fw_cap
& BNXT_FW_CAP_HOT_RESET)
in bnxt_hwrm_func_drv_rgtr()
4728
if (bp->
fw_cap
& BNXT_FW_CAP_ERROR_RECOVERY)
in bnxt_hwrm_func_drv_rgtr()
4760
if (bp->
fw_cap
& BNXT_FW_CAP_OVS_64BIT_HANDLE)
in bnxt_hwrm_func_drv_rgtr()
4769
!(bp->
fw_cap
& BNXT_FW_CAP_ERROR_RECOVERY))
in bnxt_hwrm_func_drv_rgtr()
4795
bp->
fw_cap
|= BNXT_FW_CAP_IF_CHANGE;
in bnxt_hwrm_func_drv_rgtr()
4965
if (bp->
fw_cap
in bnxt_hwrm_cfa_ntuple_filter_alloc()
[all...]
H
A
D
bnxt_ptp.c
333
if (!(bp->
fw_cap
& BNXT_FW_CAP_RX_ALL_PKT_TS) && (ptp->tstamp_filters &
in bnxt_ptp_cfg_tstamp_filters()
363
if (!ptp || !(bp->
fw_cap
& BNXT_FW_CAP_PTP_PPS) ||
in bnxt_ptp_reapply_pps()
505
if (bp->
fw_cap
& BNXT_FW_CAP_RX_ALL_PKT_TS)
in bnxt_hwrm_ptp_cfg()
565
if (bp->
fw_cap
& BNXT_FW_CAP_RX_ALL_PKT_TS) {
in bnxt_hwtstamp_set()
852
return !(bp->
fw_cap
& BNXT_FW_CAP_PTP_PPS) == !ptp->ptp_info.pin_config;
in bnxt_pps_config_ok()
957
if ((bp->
fw_cap
& BNXT_FW_CAP_PTP_PPS)) {
in bnxt_ptp_init()
H
A
D
bnxt_hwrm.h
123
return (bp->
fw_cap
& BNXT_FW_CAP_KONG_MB_CHNL &&
in bnxt_kong_hwrm_message()
H
A
D
bnxt_dcb.c
739
if (BNXT_VF(bp) || (bp->
fw_cap
& BNXT_FW_CAP_LLDP_AGENT))
in bnxt_dcbnl_setdcbx()
774
if (BNXT_PF(bp) && !(bp->
fw_cap
& BNXT_FW_CAP_LLDP_AGENT))
in bnxt_dcb_init()
776
else if (bp->
fw_cap
& BNXT_FW_CAP_DCBX_AGENT)
in bnxt_dcb_init()
H
A
D
bnxt_hwrm.c
213
if ((bp->
fw_cap
& BNXT_FW_CAP_SHORT_CMD) || len > BNXT_HWRM_MAX_REQ_LEN) {
in hwrm_req_replace()
511
if ((bp->
fw_cap
& BNXT_FW_CAP_SHORT_CMD) ||
in __hwrm_send()
H
A
D
bnxt_ethtool.c
1230
if (bp->
fw_cap
& BNXT_FW_CAP_RSS_HASH_TYPE_DELTA)
in bnxt_srxfh()
1390
if (bp->
fw_cap
& BNXT_FW_CAP_PCIE_STATS_SUPPORTED)
in bnxt_get_regs_len()
1408
if (!(bp->
fw_cap
& BNXT_FW_CAP_PCIE_STATS_SUPPORTED))
in bnxt_get_regs()
2302
if (bp->
fw_cap
& BNXT_FW_CAP_HOT_RESET)
in bnxt_firmware_reset_chip()
3802
!(bp->
fw_cap
& BNXT_FW_CAP_HOT_RESET)) {
in bnxt_reset()
3813
if (!(bp->
fw_cap
& BNXT_FW_CAP_HOT_RESET))
in bnxt_reset()
3917
if (bp->
fw_cap
& BNXT_FW_CAP_RX_ALL_PKT_TS)
in bnxt_get_ts_info()
3930
if (!(bp->
fw_cap
& BNXT_FW_CAP_PKG_VER))
in bnxt_ethtool_init()
H
A
D
bnxt_coredump.c
394
if (!(bp->
fw_cap
& BNXT_FW_CAP_DBG_QCAPS))
in bnxt_hwrm_get_dump_len()
H
A
D
bnxt_sriov.c
134
if (BNXT_PF(bp) && !(bp->
fw_cap
& BNXT_FW_CAP_TRUSTED_VF))
in bnxt_is_trusted_vf()
146
if (!(bp->
fw_cap
& BNXT_FW_CAP_TRUSTED_VF))
in bnxt_hwrm_set_trusted_vf()
H
A
D
bnxt.h
1993
u64
fw_cap
;
member
2025
#define BNXT_NEW_RM(bp) ((bp)->
fw_cap
& BNXT_FW_CAP_NEW_RM)
2027
((bp)->
fw_cap
& BNXT_FW_CAP_PTP_RTC))
H
A
D
bnxt_tc.c
511
if (bp->
fw_cap
& BNXT_FW_CAP_OVS_64BIT_HANDLE)
in bnxt_hwrm_cfa_flow_free()
780
if (bp->
fw_cap
& BNXT_FW_CAP_OVS_64BIT_HANDLE) {
in bnxt_hwrm_cfa_flow_alloc()
1660
if (bp->
fw_cap
& BNXT_FW_CAP_OVS_64BIT_HANDLE) {
in bnxt_fill_cfa_stats_req()
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
H
A
D
wsm.c
818
priv->wsm_caps.
fw_cap
= WSM_GET16(buf);
in wsm_startup_indication()
843
priv->wsm_caps.fw_api, priv->wsm_caps.
fw_cap
);
in wsm_startup_indication()
846
if (!(priv->wsm_caps.
fw_cap
& 0x1))
in wsm_startup_indication()
848
if (!(priv->wsm_caps.
fw_cap
& 0x2))
in wsm_startup_indication()
H
A
D
debug.c
116
priv->wsm_caps.
fw_cap
);
in cw1200_status_show()
H
A
D
wsm.h
617
u16
fw_cap
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/
H
A
D
wsm.c
818
priv->wsm_caps.
fw_cap
= WSM_GET16(buf);
in wsm_startup_indication()
843
priv->wsm_caps.fw_api, priv->wsm_caps.
fw_cap
);
in wsm_startup_indication()
846
if (!(priv->wsm_caps.
fw_cap
& 0x1))
in wsm_startup_indication()
848
if (!(priv->wsm_caps.
fw_cap
& 0x2))
in wsm_startup_indication()
H
A
D
debug.c
116
priv->wsm_caps.
fw_cap
);
in cw1200_status_show()
/kernel/linux/linux-6.6/drivers/ptp/
H
A
D
ptp_ocp.c
351
u64
fw_cap
;
member
2142
if (attr_tbl[i].cap & bp->
fw_cap
)
in ptp_ocp_attr_group_add()
2152
if (attr_tbl[i].cap & bp->
fw_cap
)
in ptp_ocp_attr_group_add()
2388
bp->
fw_cap
= cap;
in ptp_ocp_fb_set_version()
2550
bp->
fw_cap
= OCP_CAP_BASIC;
in ptp_ocp_art_board_init()
3745
if (bp->
fw_cap
& OCP_CAP_SIGNAL)
in ptp_ocp_summary_show()
3749
if (bp->
fw_cap
& OCP_CAP_FREQ)
in ptp_ocp_summary_show()
Completed in 82 milliseconds
1
2