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_info
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.c
3813
kfree(bp->
vnic_info
);
in bnxt_free_vnics()
3814
bp->
vnic_info
= NULL;
in bnxt_free_vnics()
3830
bp->
vnic_info
= kcalloc(num_vnics, sizeof(struct bnxt_vnic_info),
in bnxt_alloc_vnics()
3832
if (!bp->
vnic_info
)
in bnxt_alloc_vnics()
3844
struct bnxt_vnic_info *vnic = &bp->
vnic_info
[i];
in bnxt_init_vnics()
3853
if (bp->
vnic_info
[i].rss_hash_key) {
in bnxt_init_vnics()
3859
bp->
vnic_info
[0].rss_hash_key,
in bnxt_init_vnics()
4031
if (!bp->
vnic_info
)
in bnxt_free_vnic_attributes()
4035
vnic = &bp->
vnic_info
[i];
in bnxt_free_vnic_attributes()
4069
vnic = &bp->
vnic_info
[
in bnxt_alloc_vnic_attributes()
[all...]
H
A
D
bnxt_ethtool.c
1319
if (!bp->
vnic_info
)
in bnxt_get_rxfh()
1322
vnic = &bp->
vnic_info
[0];
in bnxt_get_rxfh()
H
A
D
bnxt.h
1937
struct bnxt_vnic_info *
vnic_info
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.c
3486
kfree(bp->
vnic_info
);
in bnxt_free_vnics()
3487
bp->
vnic_info
= NULL;
in bnxt_free_vnics()
3503
bp->
vnic_info
= kcalloc(num_vnics, sizeof(struct bnxt_vnic_info),
in bnxt_alloc_vnics()
3505
if (!bp->
vnic_info
)
in bnxt_alloc_vnics()
3517
struct bnxt_vnic_info *vnic = &bp->
vnic_info
[i];
in bnxt_init_vnics()
3526
if (bp->
vnic_info
[i].rss_hash_key) {
in bnxt_init_vnics()
3532
bp->
vnic_info
[0].rss_hash_key,
in bnxt_init_vnics()
3680
if (!bp->
vnic_info
)
in bnxt_free_vnic_attributes()
3684
vnic = &bp->
vnic_info
[i];
in bnxt_free_vnic_attributes()
3718
vnic = &bp->
vnic_info
[
in bnxt_alloc_vnic_attributes()
[all...]
H
A
D
bnxt_ethtool.c
1270
if (!bp->
vnic_info
)
in bnxt_get_rxfh()
1273
vnic = &bp->
vnic_info
[0];
in bnxt_get_rxfh()
H
A
D
bnxt.h
1779
struct bnxt_vnic_info *
vnic_info
;
member
Completed in 39 milliseconds