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:p_common
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/
H
A
D
qede_main.c
311
struct qede_stats_common *
p_common
= &edev->stats.common;
in qede_fill_by_demand_stats()
local
318
p_common
->no_buff_discards = stats.common.no_buff_discards;
in qede_fill_by_demand_stats()
319
p_common
->packet_too_big_discard = stats.common.packet_too_big_discard;
in qede_fill_by_demand_stats()
320
p_common
->ttl0_discard = stats.common.ttl0_discard;
in qede_fill_by_demand_stats()
321
p_common
->rx_ucast_bytes = stats.common.rx_ucast_bytes;
in qede_fill_by_demand_stats()
322
p_common
->rx_mcast_bytes = stats.common.rx_mcast_bytes;
in qede_fill_by_demand_stats()
323
p_common
->rx_bcast_bytes = stats.common.rx_bcast_bytes;
in qede_fill_by_demand_stats()
324
p_common
->rx_ucast_pkts = stats.common.rx_ucast_pkts;
in qede_fill_by_demand_stats()
325
p_common
->rx_mcast_pkts = stats.common.rx_mcast_pkts;
in qede_fill_by_demand_stats()
326
p_common
in qede_fill_by_demand_stats()
423
struct qede_stats_common *
p_common
;
qede_get_stats64()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qede/
H
A
D
qede_main.c
315
struct qede_stats_common *
p_common
= &edev->stats.common;
in qede_fill_by_demand_stats()
local
322
p_common
->no_buff_discards = stats.common.no_buff_discards;
in qede_fill_by_demand_stats()
323
p_common
->packet_too_big_discard = stats.common.packet_too_big_discard;
in qede_fill_by_demand_stats()
324
p_common
->ttl0_discard = stats.common.ttl0_discard;
in qede_fill_by_demand_stats()
325
p_common
->rx_ucast_bytes = stats.common.rx_ucast_bytes;
in qede_fill_by_demand_stats()
326
p_common
->rx_mcast_bytes = stats.common.rx_mcast_bytes;
in qede_fill_by_demand_stats()
327
p_common
->rx_bcast_bytes = stats.common.rx_bcast_bytes;
in qede_fill_by_demand_stats()
328
p_common
->rx_ucast_pkts = stats.common.rx_ucast_pkts;
in qede_fill_by_demand_stats()
329
p_common
->rx_mcast_pkts = stats.common.rx_mcast_pkts;
in qede_fill_by_demand_stats()
330
p_common
in qede_fill_by_demand_stats()
427
struct qede_stats_common *
p_common
;
qede_get_stats64()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_l2.c
1762
struct qed_eth_stats_common *
p_common
= &p_stats->common;
in __qed_get_vport_port_stats()
local
1773
p_common
->rx_64_byte_packets += port_stats.eth.r64;
in __qed_get_vport_port_stats()
1774
p_common
->rx_65_to_127_byte_packets += port_stats.eth.r127;
in __qed_get_vport_port_stats()
1775
p_common
->rx_128_to_255_byte_packets += port_stats.eth.r255;
in __qed_get_vport_port_stats()
1776
p_common
->rx_256_to_511_byte_packets += port_stats.eth.r511;
in __qed_get_vport_port_stats()
1777
p_common
->rx_512_to_1023_byte_packets += port_stats.eth.r1023;
in __qed_get_vport_port_stats()
1778
p_common
->rx_1024_to_1518_byte_packets += port_stats.eth.r1518;
in __qed_get_vport_port_stats()
1779
p_common
->rx_crc_errors += port_stats.eth.rfcs;
in __qed_get_vport_port_stats()
1780
p_common
->rx_mac_crtl_frames += port_stats.eth.rxcf;
in __qed_get_vport_port_stats()
1781
p_common
in __qed_get_vport_port_stats()
[all...]
H
A
D
qed_main.c
3090
struct qed_eth_stats_common *
p_common
;
in qed_fill_generic_tlv_data()
local
3112
p_common
= &stats.common;
in qed_fill_generic_tlv_data()
3113
tlv->rx_frames =
p_common
->rx_ucast_pkts +
p_common
->rx_mcast_pkts +
in qed_fill_generic_tlv_data()
3114
p_common
->rx_bcast_pkts;
in qed_fill_generic_tlv_data()
3116
tlv->rx_bytes =
p_common
->rx_ucast_bytes +
p_common
->rx_mcast_bytes +
in qed_fill_generic_tlv_data()
3117
p_common
->rx_bcast_bytes;
in qed_fill_generic_tlv_data()
3119
tlv->tx_frames =
p_common
->tx_ucast_pkts +
p_common
in qed_fill_generic_tlv_data()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_l2.c
1763
struct qed_eth_stats_common *
p_common
= &p_stats->common;
in __qed_get_vport_port_stats()
local
1774
p_common
->rx_64_byte_packets += port_stats.eth.r64;
in __qed_get_vport_port_stats()
1775
p_common
->rx_65_to_127_byte_packets += port_stats.eth.r127;
in __qed_get_vport_port_stats()
1776
p_common
->rx_128_to_255_byte_packets += port_stats.eth.r255;
in __qed_get_vport_port_stats()
1777
p_common
->rx_256_to_511_byte_packets += port_stats.eth.r511;
in __qed_get_vport_port_stats()
1778
p_common
->rx_512_to_1023_byte_packets += port_stats.eth.r1023;
in __qed_get_vport_port_stats()
1779
p_common
->rx_1024_to_1518_byte_packets += port_stats.eth.r1518;
in __qed_get_vport_port_stats()
1780
p_common
->rx_crc_errors += port_stats.eth.rfcs;
in __qed_get_vport_port_stats()
1781
p_common
->rx_mac_crtl_frames += port_stats.eth.rxcf;
in __qed_get_vport_port_stats()
1782
p_common
in __qed_get_vport_port_stats()
[all...]
H
A
D
qed_main.c
3134
struct qed_eth_stats_common *
p_common
;
in qed_fill_generic_tlv_data()
local
3156
p_common
= &stats.common;
in qed_fill_generic_tlv_data()
3157
tlv->rx_frames =
p_common
->rx_ucast_pkts +
p_common
->rx_mcast_pkts +
in qed_fill_generic_tlv_data()
3158
p_common
->rx_bcast_pkts;
in qed_fill_generic_tlv_data()
3160
tlv->rx_bytes =
p_common
->rx_ucast_bytes +
p_common
->rx_mcast_bytes +
in qed_fill_generic_tlv_data()
3161
p_common
->rx_bcast_bytes;
in qed_fill_generic_tlv_data()
3163
tlv->tx_frames =
p_common
->tx_ucast_pkts +
p_common
in qed_fill_generic_tlv_data()
[all...]
Completed in 16 milliseconds