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:VNIC_F
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_filter.c
279
* VLAN Tag and PF/VF/VFvld fields based on
VNIC_F
being set
in validate_filter()
292
if (unsupported(iconf,
VNIC_F
, fs->val.pfvf_vld, fs->mask.pfvf_vld) ||
in validate_filter()
294
(iconf &
VNIC_F
)))
in validate_filter()
1202
if ((adap->params.tp.ingress_config &
VNIC_F
))
in is_filter_exact_match()
1267
else if ((adap->params.tp.ingress_config &
VNIC_F
) &&
in hash_filter_ntuple()
1436
if (iconf &
VNIC_F
) {
in cxgb4_set_hash_filter()
1683
if (iconf &
VNIC_F
) {
in __cxgb4_set_filter()
H
A
D
l2t.c
493
if (tp->vnic_shift >= 0 && (tp->ingress_config &
VNIC_F
)) {
in cxgb4_select_ntuple()
H
A
D
t4_regs.h
1634
#define
VNIC_F
VNIC_V(1U)
macro
H
A
D
t4_hw.c
9529
if ((adap->params.tp.ingress_config &
VNIC_F
) == 0)
in t4_init_tp_params()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_filter.c
279
* VLAN Tag and PF/VF/VFvld fields based on
VNIC_F
being set
in validate_filter()
292
if (unsupported(iconf,
VNIC_F
, fs->val.pfvf_vld, fs->mask.pfvf_vld) ||
in validate_filter()
294
(iconf &
VNIC_F
)))
in validate_filter()
1202
if ((adap->params.tp.ingress_config &
VNIC_F
))
in is_filter_exact_match()
1267
else if ((adap->params.tp.ingress_config &
VNIC_F
) &&
in hash_filter_ntuple()
1436
if (iconf &
VNIC_F
) {
in cxgb4_set_hash_filter()
1683
if (iconf &
VNIC_F
) {
in __cxgb4_set_filter()
H
A
D
l2t.c
493
if (tp->vnic_shift >= 0 && (tp->ingress_config &
VNIC_F
)) {
in cxgb4_select_ntuple()
H
A
D
t4_regs.h
1640
#define
VNIC_F
VNIC_V(1U)
macro
H
A
D
t4_hw.c
9498
if ((adap->params.tp.ingress_config &
VNIC_F
) == 0)
in t4_init_tp_params()
Completed in 49 milliseconds