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:e1000_82575
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H
A
D
Makefile
9
igb-objs := igb_main.o igb_ethtool.o
e1000_82575
.o \
H
A
D
e1000_82575.c
4
/*
e1000_82575
15
#include "
e1000_82575
.h"
94
case
e1000_82575
:
in igb_sgmii_uses_mdio_82575()
412
mac->uta_reg_count = (hw->mac.type ==
e1000_82575
) ? 0 : 128;
in igb_init_mac_params_82575()
566
mac->type =
e1000_82575
;
in igb_get_invariants_82575()
849
case
e1000_82575
:
in igb_get_phy_id_82575()
1682
if (hw->mac.type ==
e1000_82575
|| hw->mac.type == e1000_82576) {
in igb_setup_serdes_link_82575()
1709
if (hw->mac.type ==
e1000_82575
||
in igb_setup_serdes_link_82575()
1810
if (hw->mac.type ==
e1000_82575
) {
in igb_reset_init_script_82575()
1955
if (hw->mac.type !=
e1000_82575
||
in igb_rx_fifo_flush_82575()
[all...]
H
A
D
igb_main.c
716
case
e1000_82575
:
in igb_cache_ring_register()
795
case
e1000_82575
:
in igb_assign_vector()
876
case
e1000_82575
:
in igb_configure_msix()
1260
if (adapter->hw.mac.type ==
e1000_82575
)
in igb_alloc_q_vector()
2284
case
e1000_82575
:
in igb_reset()
2292
if (mac->type ==
e1000_82575
) {
in igb_reset()
2377
if ((mac->type ==
e1000_82575
|| mac->type == e1000_i350) &&
in igb_reset()
3888
case
e1000_82575
:
in igb_get_max_rss_queues()
3932
case
e1000_82575
:
in igb_set_flag_queue_pairs()
4490
if (hw->mac.type >
e1000_82575
) {
in igb_setup_mrqc()
[all...]
H
A
D
e1000_nvm.c
703
case
e1000_82575
:
in igb_get_fw_version()
H
A
D
e1000_hw.h
68
e1000_82575
,
enumerator
H
A
D
igb_ethtool.c
1446
case
e1000_82575
:
in igb_intr_test()
2405
case
e1000_82575
:
in igb_get_ts_info()
3317
case
e1000_82575
:
in igb_write_rss_indir_tbl()
H
A
D
igb_ptp.c
1079
if (hw->mac.type ==
e1000_82575
) {
in igb_ptp_set_timestamp_mode()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H
A
D
Makefile
9
igb-objs := igb_main.o igb_ethtool.o
e1000_82575
.o \
H
A
D
e1000_82575.c
4
/*
e1000_82575
15
#include "
e1000_82575
.h"
94
case
e1000_82575
:
in igb_sgmii_uses_mdio_82575()
412
mac->uta_reg_count = (hw->mac.type ==
e1000_82575
) ? 0 : 128;
in igb_init_mac_params_82575()
566
mac->type =
e1000_82575
;
in igb_get_invariants_82575()
849
case
e1000_82575
:
in igb_get_phy_id_82575()
1682
if (hw->mac.type ==
e1000_82575
|| hw->mac.type == e1000_82576) {
in igb_setup_serdes_link_82575()
1709
if (hw->mac.type ==
e1000_82575
||
in igb_setup_serdes_link_82575()
1810
if (hw->mac.type ==
e1000_82575
) {
in igb_reset_init_script_82575()
1955
if (hw->mac.type !=
e1000_82575
||
in igb_rx_fifo_flush_82575()
[all...]
H
A
D
igb_main.c
714
case
e1000_82575
:
in igb_cache_ring_register()
793
case
e1000_82575
:
in igb_assign_vector()
874
case
e1000_82575
:
in igb_configure_msix()
1257
if (adapter->hw.mac.type ==
e1000_82575
)
in igb_alloc_q_vector()
2305
case
e1000_82575
:
in igb_reset()
2313
if (mac->type ==
e1000_82575
) {
in igb_reset()
2398
if ((mac->type ==
e1000_82575
|| mac->type == e1000_i350) &&
in igb_reset()
3967
case
e1000_82575
:
in igb_get_max_rss_queues()
4011
case
e1000_82575
:
in igb_set_flag_queue_pairs()
4576
if (hw->mac.type >
e1000_82575
) {
in igb_setup_mrqc()
[all...]
H
A
D
e1000_hw.h
68
e1000_82575
,
enumerator
H
A
D
e1000_nvm.c
703
case
e1000_82575
:
in igb_get_fw_version()
H
A
D
igb_ethtool.c
1446
case
e1000_82575
:
in igb_intr_test()
2396
case
e1000_82575
:
in igb_get_ts_info()
3309
case
e1000_82575
:
in igb_write_rss_indir_tbl()
H
A
D
igb_ptp.c
1205
if (hw->mac.type ==
e1000_82575
) {
in igb_ptp_set_timestamp_mode()
Completed in 36 milliseconds