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:pnicvf
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H
A
D
nicvf_main.c
285
nic->
pnicvf
= (struct nicvf *)mbx.nicvf.nicvf;
in nicvf_handle_mbx_intr()
627
nic = nic->
pnicvf
;
in nicvf_snd_ptp_handler()
678
nicvf_check_cqe_tx_errs(nic->
pnicvf
, cqe_tx);
in nicvf_snd_pkt_handler()
716
!nic->
pnicvf
->ptp_skb)
in nicvf_snd_pkt_handler()
717
nic->
pnicvf
->ptp_skb = skb;
in nicvf_snd_pkt_handler()
788
nic = nic->
pnicvf
;
in nicvf_rcv_pkt_handler()
926
if (nic->
pnicvf
->xdp_prog) {
in nicvf_cq_intr_handler()
927
if (txq_idx < nic->
pnicvf
->xdp_tx_queues) {
in nicvf_cq_intr_handler()
931
nic = nic->
pnicvf
;
in nicvf_cq_intr_handler()
932
txq_idx -= nic->
pnicvf
in nicvf_cq_intr_handler()
[all...]
H
A
D
nicvf_queues.c
125
this_cpu_inc(nic->
pnicvf
->drv_stats->page_alloc);
in nicvf_alloc_page()
195
this_cpu_inc(nic->
pnicvf
->drv_stats->rcv_buffer_alloc_failures);
in nicvf_alloc_rcv_buffer()
283
if (!nic->
pnicvf
->xdp_prog) {
in nicvf_init_rbdr()
443
netif_running(nic->
pnicvf
->netdev))
in nicvf_refill_rbdr()
525
if (qidx < nic->
pnicvf
->xdp_tx_queues) {
in nicvf_init_snd_queue()
1067
struct queue_set *pqs = nic->
pnicvf
->qs;
in nicvf_config_data_transfer()
1388
this_cpu_inc(nic->
pnicvf
->drv_stats->tx_tso);
in nicvf_sq_add_hdr_subdesc()
1402
if (!atomic_add_unless(&nic->
pnicvf
->tx_ptp_skbs, 1, 1))
in nicvf_sq_add_hdr_subdesc()
1469
txq = netdev_get_tx_queue(nic->
pnicvf
->netdev,
in nicvf_sq_doorbell()
1544
this_cpu_inc(nic->
pnicvf
in nicvf_sq_append_tso()
[all...]
H
A
D
nic.h
277
struct nicvf *
pnicvf
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H
A
D
nicvf_main.c
284
nic->
pnicvf
= (struct nicvf *)mbx.nicvf.nicvf;
in nicvf_handle_mbx_intr()
624
nic = nic->
pnicvf
;
in nicvf_snd_ptp_handler()
675
nicvf_check_cqe_tx_errs(nic->
pnicvf
, cqe_tx);
in nicvf_snd_pkt_handler()
713
!nic->
pnicvf
->ptp_skb)
in nicvf_snd_pkt_handler()
714
nic->
pnicvf
->ptp_skb = skb;
in nicvf_snd_pkt_handler()
785
nic = nic->
pnicvf
;
in nicvf_rcv_pkt_handler()
923
if (nic->
pnicvf
->xdp_prog) {
in nicvf_cq_intr_handler()
924
if (txq_idx < nic->
pnicvf
->xdp_tx_queues) {
in nicvf_cq_intr_handler()
928
nic = nic->
pnicvf
;
in nicvf_cq_intr_handler()
929
txq_idx -= nic->
pnicvf
in nicvf_cq_intr_handler()
[all...]
H
A
D
nicvf_queues.c
126
this_cpu_inc(nic->
pnicvf
->drv_stats->page_alloc);
in nicvf_alloc_page()
196
this_cpu_inc(nic->
pnicvf
->drv_stats->rcv_buffer_alloc_failures);
in nicvf_alloc_rcv_buffer()
284
if (!nic->
pnicvf
->xdp_prog) {
in nicvf_init_rbdr()
444
netif_running(nic->
pnicvf
->netdev))
in nicvf_refill_rbdr()
526
if (qidx < nic->
pnicvf
->xdp_tx_queues) {
in nicvf_init_snd_queue()
1068
struct queue_set *pqs = nic->
pnicvf
->qs;
in nicvf_config_data_transfer()
1389
this_cpu_inc(nic->
pnicvf
->drv_stats->tx_tso);
in nicvf_sq_add_hdr_subdesc()
1403
if (!atomic_add_unless(&nic->
pnicvf
->tx_ptp_skbs, 1, 1))
in nicvf_sq_add_hdr_subdesc()
1470
txq = netdev_get_tx_queue(nic->
pnicvf
->netdev,
in nicvf_sq_doorbell()
1545
this_cpu_inc(nic->
pnicvf
in nicvf_sq_append_tso()
[all...]
H
A
D
nic.h
277
struct nicvf *
pnicvf
;
member
Completed in 17 milliseconds