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:status_b
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/alacritech/
H
A
D
slicoss.c
457
u32
status_b
;
in slic_handle_frame_error()
local
462
status_b
= le32_to_cpu(info->frame_status_b);
in slic_handle_frame_error()
464
if (
status_b
& SLIC_VRHSTATB_TPCSUM)
in slic_handle_frame_error()
468
if (
status_b
& SLIC_VRHSTATB_TPHLEN)
in slic_handle_frame_error()
471
if (
status_b
& SLIC_VRHSTATB_IPCSUM)
in slic_handle_frame_error()
473
if (
status_b
& SLIC_VRHSTATB_IPLERR)
in slic_handle_frame_error()
475
if (
status_b
& SLIC_VRHSTATB_IPHERR)
in slic_handle_frame_error()
478
if (
status_b
& SLIC_VRHSTATB_RCVE)
in slic_handle_frame_error()
480
if (
status_b
& SLIC_VRHSTATB_BUFF)
in slic_handle_frame_error()
482
if (
status_b
in slic_handle_frame_error()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/alacritech/
H
A
D
slicoss.c
457
u32
status_b
;
in slic_handle_frame_error()
local
462
status_b
= le32_to_cpu(info->frame_status_b);
in slic_handle_frame_error()
464
if (
status_b
& SLIC_VRHSTATB_TPCSUM)
in slic_handle_frame_error()
468
if (
status_b
& SLIC_VRHSTATB_TPHLEN)
in slic_handle_frame_error()
471
if (
status_b
& SLIC_VRHSTATB_IPCSUM)
in slic_handle_frame_error()
473
if (
status_b
& SLIC_VRHSTATB_IPLERR)
in slic_handle_frame_error()
475
if (
status_b
& SLIC_VRHSTATB_IPHERR)
in slic_handle_frame_error()
478
if (
status_b
& SLIC_VRHSTATB_RCVE)
in slic_handle_frame_error()
480
if (
status_b
& SLIC_VRHSTATB_BUFF)
in slic_handle_frame_error()
482
if (
status_b
in slic_handle_frame_error()
[all...]
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
zs.c
321
u8 status_a,
status_b
;
in zs_raw_get_ab_mctrl()
local
325
status_b
= read_zsreg(zport_b, R0);
in zs_raw_get_ab_mctrl()
327
mctrl = ((
status_b
& CTS) ? TIOCM_CTS : 0) |
in zs_raw_get_ab_mctrl()
328
((
status_b
& DCD) ? TIOCM_CAR : 0) |
in zs_raw_get_ab_mctrl()
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
zs.c
321
u8 status_a,
status_b
;
in zs_raw_get_ab_mctrl()
local
325
status_b
= read_zsreg(zport_b, R0);
in zs_raw_get_ab_mctrl()
327
mctrl = ((
status_b
& CTS) ? TIOCM_CTS : 0) |
in zs_raw_get_ab_mctrl()
328
((
status_b
& DCD) ? TIOCM_CAR : 0) |
in zs_raw_get_ab_mctrl()
Completed in 7 milliseconds