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:set_status_page
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
vfdi.h
151
* @u.
set_status_page
.dma_addr: Base address for the &struct vfdi_status.
154
* @u.
set_status_page
.peer_page_count: Number of additional pages the VF
156
* @u.
set_status_page
.peer_page_addr: Array of DMA addresses of pages.
204
}
set_status_page
;
member
H
A
D
siena_sriov.c
809
u64 page_count = req->u.
set_status_page
.peer_page_count;
in efx_vfdi_set_status_page()
812
offsetof(struct vfdi_req, u.
set_status_page
.peer_page_addr[0]))
in efx_vfdi_set_status_page()
813
/ sizeof(req->u.
set_status_page
.peer_page_addr[0]);
in efx_vfdi_set_status_page()
815
if (!req->u.
set_status_page
.dma_addr || page_count > max_page_count) {
in efx_vfdi_set_status_page()
825
vf->status_addr = req->u.
set_status_page
.dma_addr;
in efx_vfdi_set_status_page()
836
req->u.
set_status_page
.peer_page_addr,
in efx_vfdi_set_status_page()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
vfdi.h
151
* @u.
set_status_page
.dma_addr: Base address for the &struct vfdi_status.
154
* @u.
set_status_page
.peer_page_count: Number of additional pages the VF
156
* @u.
set_status_page
.peer_page_addr: Array of DMA addresses of pages.
204
}
set_status_page
;
member
H
A
D
siena_sriov.c
810
u64 page_count = req->u.
set_status_page
.peer_page_count;
in efx_vfdi_set_status_page()
813
offsetof(struct vfdi_req, u.
set_status_page
.peer_page_addr[0]))
in efx_vfdi_set_status_page()
814
/ sizeof(req->u.
set_status_page
.peer_page_addr[0]);
in efx_vfdi_set_status_page()
816
if (!req->u.
set_status_page
.dma_addr || page_count > max_page_count) {
in efx_vfdi_set_status_page()
826
vf->status_addr = req->u.
set_status_page
.dma_addr;
in efx_vfdi_set_status_page()
837
req->u.
set_status_page
.peer_page_addr,
in efx_vfdi_set_status_page()
Completed in 9 milliseconds