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:no_of_vpath
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H
A
D
vxge-main.c
126
for (i = 0; i < vdev->
no_of_vpath
; i++)
in VXGE_COMPLETE_ALL_TX()
136
for (i = 0; i < vdev->
no_of_vpath
; i++) {
in VXGE_COMPLETE_ALL_RX()
645
queue_len = vdev->
no_of_vpath
;
in vxge_get_vpath_no()
738
for (vpath_idx = 0; vpath_idx < vdev->
no_of_vpath
; vpath_idx++) {
in vxge_learn_mac()
748
for (vpath_idx = 0; vpath_idx < vdev->
no_of_vpath
; vpath_idx++) {
in vxge_learn_mac()
858
if (vpath_no >= vdev->
no_of_vpath
)
in vxge_xmit()
1144
for (i = 0; i < vdev->
no_of_vpath
; i++) {
in vxge_set_multicast()
1154
for (i = 0; i < vdev->
no_of_vpath
; i++) {
in vxge_set_multicast()
1167
for (i = 0; i < vdev->
no_of_vpath
; i++) {
in vxge_set_multicast()
1204
vdev->
no_of_vpath
;
in vxge_set_multicast()
3370
vxge_device_register(struct __vxge_hw_device *hldev, struct vxge_config *config, int high_dma, int
no_of_vpath
, struct vxgedev **vdev_out)
vxge_device_register()
argument
4311
int i, j,
no_of_vpath
= 0, max_vpath_supported = 0;
vxge_probe()
local
[all...]
H
A
D
vxge-ethtool.c
137
regs->len = sizeof(struct vxge_hw_vpath_reg) * vdev->
no_of_vpath
;
in vxge_ethtool_gregs()
139
for (index = 0; index < vdev->
no_of_vpath
; index++) {
in vxge_ethtool_gregs()
298
for (k = 0; k < vdev->
no_of_vpath
; k++) {
in vxge_get_ethtool_stats()
489
for (k = 0; k < vdev->
no_of_vpath
; k++) {
in vxge_get_ethtool_stats()
533
for (k = 0; k < vdev->
no_of_vpath
; k++) {
in vxge_get_ethtool_stats()
578
for (k = 0; k < vdev->
no_of_vpath
; k++) {
in vxge_get_ethtool_stats()
610
for (i = 0; i < vdev->
no_of_vpath
; i++) {
in vxge_ethtool_get_strings()
961
for (i = 0; i < vdev->
no_of_vpath
; i++) {
in vxge_ethtool_get_strings()
1028
for (i = 0; i < vdev->
no_of_vpath
; i++) {
in vxge_ethtool_get_strings()
1094
return sizeof(struct vxge_hw_vpath_reg) * vdev->
no_of_vpath
;
in vxge_ethtool_get_regs_len()
[all...]
H
A
D
vxge-main.h
324
for (i = 0; i < vdev->
no_of_vpath
; i++) { \
373
int
no_of_vpath
;
member
Completed in 6 milliseconds