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:is_b0
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/isci/
H
A
D
host.c
1936
if (
is_b0
(pdev) || is_c0(pdev) || is_c1(pdev)) {
in sci_controller_afe_initialization()
1947
else if (
is_b0
(pdev) || is_c0(pdev))
in sci_controller_afe_initialization()
1957
else if (
is_b0
(pdev) || is_c0(pdev))
in sci_controller_afe_initialization()
2000
} else if (
is_b0
(pdev)) {
in sci_controller_afe_initialization()
2031
else if (
is_b0
(pdev)) {
in sci_controller_afe_initialization()
2057
if (is_a2(pdev) ||
is_b0
(pdev))
in sci_controller_afe_initialization()
2072
else if (
is_b0
(pdev)) {
in sci_controller_afe_initialization()
H
A
D
host.h
394
static inline bool
is_b0
(struct pci_dev *pdev)
in is_b0()
function
/kernel/linux/linux-6.6/drivers/scsi/isci/
H
A
D
host.c
1934
if (
is_b0
(pdev) || is_c0(pdev) || is_c1(pdev)) {
in sci_controller_afe_initialization()
1945
else if (
is_b0
(pdev) || is_c0(pdev))
in sci_controller_afe_initialization()
1955
else if (
is_b0
(pdev) || is_c0(pdev))
in sci_controller_afe_initialization()
1998
} else if (
is_b0
(pdev)) {
in sci_controller_afe_initialization()
2029
else if (
is_b0
(pdev)) {
in sci_controller_afe_initialization()
2055
if (is_a2(pdev) ||
is_b0
(pdev))
in sci_controller_afe_initialization()
2070
else if (
is_b0
(pdev)) {
in sci_controller_afe_initialization()
H
A
D
host.h
394
static inline bool
is_b0
(struct pci_dev *pdev)
in is_b0()
function
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
H
A
D
farch.c
523
bool
is_b0
= ef4_nic_rev(efx) >= EF4_REV_FALCON_B0;
in ef4_farch_rx_init()
local
524
bool iscsi_digest_en =
is_b0
;
in ef4_farch_rx_init()
532
jumbo_en = !
is_b0
|| efx->rx_scatter;
in ef4_farch_rx_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/
H
A
D
farch.c
523
bool
is_b0
= ef4_nic_rev(efx) >= EF4_REV_FALCON_B0;
in ef4_farch_rx_init()
local
524
bool iscsi_digest_en =
is_b0
;
in ef4_farch_rx_init()
532
jumbo_en = !
is_b0
|| efx->rx_scatter;
in ef4_farch_rx_init()
Completed in 16 milliseconds