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:drv_fw
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H
A
D
csio_hw.c
2321
const struct fw_hdr *
drv_fw
;
in csio_hw_prep_fw()
local
2323
drv_fw
= &fw_info->fw_hdr;
in csio_hw_prep_fw()
2330
card_fw_usable = fw_compatible(
drv_fw
, (const void *)card_fw);
in csio_hw_prep_fw()
2339
fs_fw_usable = fw_compatible(
drv_fw
, fs_fw);
in csio_hw_prep_fw()
2345
if (card_fw_usable && card_fw->fw_ver ==
drv_fw
->fw_ver &&
in csio_hw_prep_fw()
2346
(!fs_fw_usable || fs_fw->fw_ver ==
drv_fw
->fw_ver)) {
in csio_hw_prep_fw()
2372
d = be32_to_cpu(
drv_fw
->fw_ver);
in csio_hw_prep_fw()
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H
A
D
csio_hw.c
2321
const struct fw_hdr *
drv_fw
;
in csio_hw_prep_fw()
local
2323
drv_fw
= &fw_info->fw_hdr;
in csio_hw_prep_fw()
2330
card_fw_usable = fw_compatible(
drv_fw
, (const void *)card_fw);
in csio_hw_prep_fw()
2339
fs_fw_usable = fw_compatible(
drv_fw
, fs_fw);
in csio_hw_prep_fw()
2345
if (card_fw_usable && card_fw->fw_ver ==
drv_fw
->fw_ver &&
in csio_hw_prep_fw()
2346
(!fs_fw_usable || fs_fw->fw_ver ==
drv_fw
->fw_ver)) {
in csio_hw_prep_fw()
2372
d = be32_to_cpu(
drv_fw
->fw_ver);
in csio_hw_prep_fw()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4_hw.c
3500
const struct fw_hdr *
drv_fw
;
in t4_prep_fw()
local
3502
drv_fw
= &fw_info->fw_hdr;
in t4_prep_fw()
3509
card_fw_usable = fw_compatible(
drv_fw
, (const void *)card_fw);
in t4_prep_fw()
3518
fs_fw_usable = fw_compatible(
drv_fw
, fs_fw);
in t4_prep_fw()
3524
if (card_fw_usable && card_fw->fw_ver ==
drv_fw
->fw_ver &&
in t4_prep_fw()
3525
(!fs_fw_usable || fs_fw->fw_ver ==
drv_fw
->fw_ver)) {
in t4_prep_fw()
3551
d = be32_to_cpu(
drv_fw
->fw_ver);
in t4_prep_fw()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4_hw.c
3470
const struct fw_hdr *
drv_fw
;
in t4_prep_fw()
local
3472
drv_fw
= &fw_info->fw_hdr;
in t4_prep_fw()
3479
card_fw_usable = fw_compatible(
drv_fw
, (const void *)card_fw);
in t4_prep_fw()
3488
fs_fw_usable = fw_compatible(
drv_fw
, fs_fw);
in t4_prep_fw()
3494
if (card_fw_usable && card_fw->fw_ver ==
drv_fw
->fw_ver &&
in t4_prep_fw()
3495
(!fs_fw_usable || fs_fw->fw_ver ==
drv_fw
->fw_ver)) {
in t4_prep_fw()
3521
d = be32_to_cpu(
drv_fw
->fw_ver);
in t4_prep_fw()
Completed in 34 milliseconds