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:cc_pause
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
t4vf_common.h
116
enum
cc_pause
{
enum
136
enum
cc_pause
requested_fc; /* flow control user has requested */
137
enum
cc_pause
fc; /* actual link flow control */
138
enum
cc_pause
advertised_fc; /* actual advertised flow control */
H
A
D
t4vf_hw.c
367
static inline enum
cc_pause
fwcap_to_cc_pause(fw_port_cap32_t fw_pause)
in fwcap_to_cc_pause()
369
enum
cc_pause
cc_pause
= 0;
in fwcap_to_cc_pause()
local
372
cc_pause
|= PAUSE_RX;
in fwcap_to_cc_pause()
374
cc_pause
|= PAUSE_TX;
in fwcap_to_cc_pause()
376
return
cc_pause
;
in fwcap_to_cc_pause()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
t4vf_common.h
116
enum
cc_pause
{
enum
136
enum
cc_pause
requested_fc; /* flow control user has requested */
137
enum
cc_pause
fc; /* actual link flow control */
138
enum
cc_pause
advertised_fc; /* actual advertised flow control */
H
A
D
t4vf_hw.c
368
static inline enum
cc_pause
fwcap_to_cc_pause(fw_port_cap32_t fw_pause)
in fwcap_to_cc_pause()
370
enum
cc_pause
cc_pause
= 0;
in fwcap_to_cc_pause()
local
373
cc_pause
|= PAUSE_RX;
in fwcap_to_cc_pause()
375
cc_pause
|= PAUSE_TX;
in fwcap_to_cc_pause()
377
return
cc_pause
;
in fwcap_to_cc_pause()
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H
A
D
csio_hw.h
282
enum
cc_pause
{
enum
303
enum
cc_pause
requested_fc; /* flow control user has requested */
304
enum
cc_pause
fc; /* actual link flow control */
H
A
D
csio_hw.c
1513
static inline fw_port_cap32_t cc_to_fwcap_pause(enum
cc_pause
cc_pause
)
in cc_to_fwcap_pause()
argument
1517
if (
cc_pause
& PAUSE_RX)
in cc_to_fwcap_pause()
1519
if (
cc_pause
& PAUSE_TX)
in cc_to_fwcap_pause()
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H
A
D
csio_hw.h
282
enum
cc_pause
{
enum
303
enum
cc_pause
requested_fc; /* flow control user has requested */
304
enum
cc_pause
fc; /* actual link flow control */
H
A
D
csio_hw.c
1513
static inline fw_port_cap32_t cc_to_fwcap_pause(enum
cc_pause
cc_pause
)
in cc_to_fwcap_pause()
argument
1517
if (
cc_pause
& PAUSE_RX)
in cc_to_fwcap_pause()
1519
if (
cc_pause
& PAUSE_TX)
in cc_to_fwcap_pause()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4.h
130
enum
cc_pause
{
enum
589
enum
cc_pause
requested_fc; /* flow control user has requested */
590
enum
cc_pause
fc; /* actual link flow control */
591
enum
cc_pause
advertised_fc; /* actual advertised flow control */
H
A
D
t4_hw.c
4056
static inline enum
cc_pause
fwcap_to_cc_pause(fw_port_cap32_t fw_pause)
in fwcap_to_cc_pause()
4058
enum
cc_pause
cc_pause
= 0;
in fwcap_to_cc_pause()
local
4061
cc_pause
|= PAUSE_RX;
in fwcap_to_cc_pause()
4063
cc_pause
|= PAUSE_TX;
in fwcap_to_cc_pause()
4065
return
cc_pause
;
in fwcap_to_cc_pause()
4069
static inline fw_port_cap32_t cc_to_fwcap_pause(enum
cc_pause
cc_pause
)
in cc_to_fwcap_pause()
argument
4076
if (
cc_pause
& PAUSE_RX)
in cc_to_fwcap_pause()
4078
if (
cc_pause
in cc_to_fwcap_pause()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4.h
130
enum
cc_pause
{
enum
587
enum
cc_pause
requested_fc; /* flow control user has requested */
588
enum
cc_pause
fc; /* actual link flow control */
589
enum
cc_pause
advertised_fc; /* actual advertised flow control */
H
A
D
t4_hw.c
4026
static inline enum
cc_pause
fwcap_to_cc_pause(fw_port_cap32_t fw_pause)
in fwcap_to_cc_pause()
4028
enum
cc_pause
cc_pause
= 0;
in fwcap_to_cc_pause()
local
4031
cc_pause
|= PAUSE_RX;
in fwcap_to_cc_pause()
4033
cc_pause
|= PAUSE_TX;
in fwcap_to_cc_pause()
4035
return
cc_pause
;
in fwcap_to_cc_pause()
4039
static inline fw_port_cap32_t cc_to_fwcap_pause(enum
cc_pause
cc_pause
)
in cc_to_fwcap_pause()
argument
4046
if (
cc_pause
& PAUSE_RX)
in cc_to_fwcap_pause()
4048
if (
cc_pause
in cc_to_fwcap_pause()
[all...]
Completed in 44 milliseconds