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:vfdi_req
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
vfdi.h
42
* The VF submits requests of type &struct
vfdi_req
by sending the
126
* struct
vfdi_req
- Request from VF driver to PF driver
162
struct
vfdi_req
{
struct
H
A
D
siena_sriov.c
532
struct
vfdi_req
*req = vf->buf.addr;
in efx_vfdi_init_evq()
573
struct
vfdi_req
*req = vf->buf.addr;
in efx_vfdi_init_rxq()
614
struct
vfdi_req
*req = vf->buf.addr;
in efx_vfdi_init_txq()
764
struct
vfdi_req
*req = vf->buf.addr;
in efx_vfdi_insert_filter()
808
struct
vfdi_req
*req = vf->buf.addr;
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()
875
struct
vfdi_req
*req = vf->buf.addr;
in efx_siena_sriov_vfdi()
923
copy[0].to_addr = vf->req_addr + offsetof(struct
vfdi_req
, rc);
in efx_siena_sriov_vfdi()
927
copy[1].to_addr = vf->req_addr + offsetof(struct
vfdi_req
, op);
in efx_siena_sriov_vfdi()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
vfdi.h
42
* The VF submits requests of type &struct
vfdi_req
by sending the
126
* struct
vfdi_req
- Request from VF driver to PF driver
162
struct
vfdi_req
{
struct
H
A
D
siena_sriov.c
533
struct
vfdi_req
*req = vf->buf.addr;
in efx_vfdi_init_evq()
574
struct
vfdi_req
*req = vf->buf.addr;
in efx_vfdi_init_rxq()
615
struct
vfdi_req
*req = vf->buf.addr;
in efx_vfdi_init_txq()
765
struct
vfdi_req
*req = vf->buf.addr;
in efx_vfdi_insert_filter()
809
struct
vfdi_req
*req = vf->buf.addr;
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()
876
struct
vfdi_req
*req = vf->buf.addr;
in efx_siena_sriov_vfdi()
924
copy[0].to_addr = vf->req_addr + offsetof(struct
vfdi_req
, rc);
in efx_siena_sriov_vfdi()
928
copy[1].to_addr = vf->req_addr + offsetof(struct
vfdi_req
, op);
in efx_siena_sriov_vfdi()
Completed in 6 milliseconds