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:vf_ops
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_vf_lib.c
59
vf->
vf_ops
->free(vf);
in ice_release_vf()
214
vf->
vf_ops
->clear_mbx_register(vf);
in ice_trigger_vf_reset()
216
vf->
vf_ops
->trigger_reset_register(vf, is_vflr);
in ice_trigger_vf_reset()
241
if (vf->
vf_ops
->irq_close)
in ice_vf_pre_vsi_rebuild()
242
vf->
vf_ops
->irq_close(vf);
in ice_vf_pre_vsi_rebuild()
245
vf->
vf_ops
->clear_reset_trigger(vf);
in ice_vf_pre_vsi_rebuild()
264
err = vf->
vf_ops
->create_vsi(vf);
in ice_vf_recreate_vsi()
549
vf->
vf_ops
->post_vsi_rebuild(vf);
in ice_vf_post_vsi_rebuild()
747
if (!vf->
vf_ops
->poll_reset_status(vf)) {
in ice_reset_all_vfs()
899
NULL, vf->
vf_ops
in ice_reset_vf()
[all...]
H
A
D
ice_vf_lib.h
132
const struct ice_vf_ops *
vf_ops
;
member
H
A
D
ice_sriov.c
574
vf->
vf_ops
->clear_reset_trigger(vf);
in ice_start_vfs()
811
vf->
vf_ops
= &ice_sriov_vf_ops;
in ice_create_vf_entries()
/kernel/linux/linux-6.6/drivers/net/hyperv/
H
A
D
netvsc_bpf.c
251
const struct net_device_ops *
vf_ops
;
in netvsc_ndoxdp_xmit()
local
272
vf_ops
= vf_netdev->netdev_ops;
in netvsc_ndoxdp_xmit()
273
return
vf_ops
->ndo_xdp_xmit(vf_netdev, n, frames, flags);
in netvsc_ndoxdp_xmit()
H
A
D
netvsc_drv.c
305
const struct net_device_ops *
vf_ops
= vf_netdev->netdev_ops;
in netvsc_select_queue()
local
307
if (
vf_ops
->ndo_select_queue)
in netvsc_select_queue()
308
txq =
vf_ops
->ndo_select_queue(vf_netdev, skb, sb_dev);
in netvsc_select_queue()
/kernel/linux/linux-5.10/drivers/net/hyperv/
H
A
D
netvsc_drv.c
353
const struct net_device_ops *
vf_ops
= vf_netdev->netdev_ops;
in netvsc_select_queue()
local
355
if (
vf_ops
->ndo_select_queue)
in netvsc_select_queue()
356
txq =
vf_ops
->ndo_select_queue(vf_netdev, skb, sb_dev);
in netvsc_select_queue()
Completed in 12 milliseconds