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:PAUSE_RX
(Results
1 - 25
of
42
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
vsc8211.c
187
pause =
PAUSE_RX
| PAUSE_TX;
in vsc8211_get_link_status()
194
pause =
PAUSE_RX
;
in vsc8211_get_link_status()
256
pause =
PAUSE_RX
| PAUSE_TX;
in vsc8211_get_link_status_fiber()
262
pause =
PAUSE_RX
;
in vsc8211_get_link_status_fiber()
H
A
D
common.h
83
PAUSE_RX
= 1 << 0,
enumerator
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
vsc8211.c
187
pause =
PAUSE_RX
| PAUSE_TX;
in vsc8211_get_link_status()
194
pause =
PAUSE_RX
;
in vsc8211_get_link_status()
256
pause =
PAUSE_RX
| PAUSE_TX;
in vsc8211_get_link_status_fiber()
262
pause =
PAUSE_RX
;
in vsc8211_get_link_status_fiber()
H
A
D
common.h
83
PAUSE_RX
= 1 << 0,
enumerator
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H
A
D
subr.c
161
fc = lc->requested_fc & (
PAUSE_RX
| PAUSE_TX);
in t1_link_changed()
625
unsigned int fc = lc->requested_fc & (
PAUSE_RX
| PAUSE_TX);
in t1_link_start()
630
if (fc == ((
PAUSE_RX
| PAUSE_TX) &
in t1_link_start()
635
if (fc ==
PAUSE_RX
)
in t1_link_start()
1036
lc->requested_fc = lc->fc =
PAUSE_RX
| PAUSE_TX;
in init_link_config()
H
A
D
mv88x201x.c
189
*fc =
PAUSE_RX
| PAUSE_TX;
in mv88x201x_get_link_status()
H
A
D
my3126.c
148
*fc =
PAUSE_RX
| PAUSE_TX;
in my3126_get_link_status()
H
A
D
pm3393.c
270
if (cmac->instance->fc &
PAUSE_RX
)
in pm3393_enable()
416
if (fc & ~(PAUSE_TX |
PAUSE_RX
))
in pm3393_set_speed_duplex_fc()
598
cmac->instance->fc = PAUSE_TX |
PAUSE_RX
;
in pm3393_mac_create()
H
A
D
common.h
135
PAUSE_RX
= 1 << 0,
enumerator
H
A
D
vsc7326.c
518
if (fc &
PAUSE_RX
)
in mac_set_speed_duplex_fc()
522
if (fc == (
PAUSE_RX
| PAUSE_TX))
in mac_set_speed_duplex_fc()
H
A
D
mv88e1xxx.c
251
pause |=
PAUSE_RX
;
in mv88e1xxx_get_link_status()
H
A
D
cxgb2.c
678
epause->rx_pause = (p->link_config.fc &
PAUSE_RX
) != 0;
in get_pauseparam()
697
lc->requested_fc |=
PAUSE_RX
;
in set_pauseparam()
704
lc->fc = lc->requested_fc & (
PAUSE_RX
| PAUSE_TX);
in set_pauseparam()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H
A
D
subr.c
152
fc = lc->requested_fc & (
PAUSE_RX
| PAUSE_TX);
in t1_link_changed()
628
unsigned int fc = lc->requested_fc & (
PAUSE_RX
| PAUSE_TX);
in t1_link_start()
633
if (fc == ((
PAUSE_RX
| PAUSE_TX) &
in t1_link_start()
638
if (fc ==
PAUSE_RX
)
in t1_link_start()
1053
lc->requested_fc = lc->fc =
PAUSE_RX
| PAUSE_TX;
in init_link_config()
H
A
D
mv88x201x.c
180
*fc =
PAUSE_RX
| PAUSE_TX;
in mv88x201x_get_link_status()
H
A
D
my3126.c
148
*fc =
PAUSE_RX
| PAUSE_TX;
in my3126_get_link_status()
H
A
D
pm3393.c
261
if (cmac->instance->fc &
PAUSE_RX
)
in pm3393_enable()
407
if (fc & ~(PAUSE_TX |
PAUSE_RX
))
in pm3393_set_speed_duplex_fc()
589
cmac->instance->fc = PAUSE_TX |
PAUSE_RX
;
in pm3393_mac_create()
H
A
D
common.h
126
PAUSE_RX
= 1 << 0,
enumerator
H
A
D
vsc7326.c
518
if (fc &
PAUSE_RX
)
in mac_set_speed_duplex_fc()
522
if (fc == (
PAUSE_RX
| PAUSE_TX))
in mac_set_speed_duplex_fc()
H
A
D
mv88e1xxx.c
251
pause |=
PAUSE_RX
;
in mv88e1xxx_get_link_status()
H
A
D
cxgb2.c
679
epause->rx_pause = (p->link_config.fc &
PAUSE_RX
) != 0;
in get_pauseparam()
698
lc->requested_fc |=
PAUSE_RX
;
in set_pauseparam()
705
lc->fc = lc->requested_fc & (
PAUSE_RX
| PAUSE_TX);
in set_pauseparam()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
t4vf_common.h
117
PAUSE_RX
= 1 << 0,
enumerator
H
A
D
cxgb4vf_main.c
185
case
PAUSE_RX
:
in t4vf_os_link_changed()
193
case
PAUSE_RX
| PAUSE_TX:
in t4vf_os_link_changed()
1690
pauseparam->rx_pause = (pi->link_cfg.advertised_fc &
PAUSE_RX
) != 0;
in cxgb4vf_get_pauseparam()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
t4vf_common.h
117
PAUSE_RX
= 1 << 0,
enumerator
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H
A
D
csio_hw.h
283
PAUSE_RX
= 1 << 0,
enumerator
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H
A
D
csio_hw.h
283
PAUSE_RX
= 1 << 0,
enumerator
Completed in 31 milliseconds
1
2