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:BNXT_FLAG_RFS
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.c
3496
if ((bp->flags & (
BNXT_FLAG_RFS
| BNXT_FLAG_CHIP_P5)) ==
BNXT_FLAG_RFS
)
in bnxt_alloc_vnics()
4174
if (!(bp->flags &
BNXT_FLAG_RFS
))
in bnxt_alloc_ntp_fltrs()
6299
if ((bp->flags &
BNXT_FLAG_RFS
) && !(bp->flags & BNXT_FLAG_CHIP_P5))
in bnxt_need_reserve_rings()
6330
if ((bp->flags &
BNXT_FLAG_RFS
) && !(bp->flags & BNXT_FLAG_CHIP_P5))
in __bnxt_reserve_rings()
8352
if (bp->flags &
BNXT_FLAG_RFS
) {
in bnxt_init_chip()
8453
if (bp->flags &
BNXT_FLAG_RFS
)
in bnxt_set_real_num_queues()
9829
if ((bp->flags &
BNXT_FLAG_RFS
) &&
in __bnxt_open_nic()
9833
bp->flags &= ~
BNXT_FLAG_RFS
;
in __bnxt_open_nic()
10566
flags |=
BNXT_FLAG_RFS
;
in bnxt_set_features()
[all...]
H
A
D
bnxt.h
1663
#define
BNXT_FLAG_RFS
0x100
macro
1686
BNXT_FLAG_RFS
| \
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.c
3823
if ((bp->flags & (
BNXT_FLAG_RFS
| BNXT_FLAG_CHIP_P5)) ==
BNXT_FLAG_RFS
)
in bnxt_alloc_vnics()
4475
if (!(bp->flags &
BNXT_FLAG_RFS
))
in bnxt_alloc_ntp_fltrs()
6467
if ((bp->flags &
BNXT_FLAG_RFS
) && !(bp->flags & BNXT_FLAG_CHIP_P5))
in bnxt_need_reserve_rings()
6498
if ((bp->flags &
BNXT_FLAG_RFS
) && !(bp->flags & BNXT_FLAG_CHIP_P5))
in __bnxt_reserve_rings()
8833
if (bp->flags &
BNXT_FLAG_RFS
) {
in bnxt_init_chip()
8941
if (bp->flags &
BNXT_FLAG_RFS
)
in bnxt_set_real_num_queues()
10485
if ((bp->flags &
BNXT_FLAG_RFS
) &&
in __bnxt_open_nic()
10489
bp->flags &= ~
BNXT_FLAG_RFS
;
in __bnxt_open_nic()
11305
flags |=
BNXT_FLAG_RFS
;
in bnxt_set_features()
[all...]
H
A
D
bnxt.h
1819
#define
BNXT_FLAG_RFS
0x100
macro
1841
BNXT_FLAG_RFS
| \
Completed in 39 milliseconds