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:cur_bd
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/
H
A
D
tc35815.c
1485
int
cur_bd
;
in tc35815_rx()
local
1490
cur_bd
= (le32_to_cpu(lp->rfd_cur->bd[0].BDCtl)
in tc35815_rx()
1493
if (
cur_bd
>= RX_BUF_NUM) {
in tc35815_rx()
1497
BUG_ON(lp->rx_skbs[
cur_bd
].skb_dma !=
in tc35815_rx()
1499
if (!lp->rx_skbs[
cur_bd
].skb) {
in tc35815_rx()
1504
BUG_ON(
cur_bd
>= RX_BUF_NUM);
in tc35815_rx()
1506
skb = lp->rx_skbs[
cur_bd
].skb;
in tc35815_rx()
1508
lp->rx_skbs[
cur_bd
].skb = NULL;
in tc35815_rx()
1510
lp->rx_skbs[
cur_bd
].skb_dma,
in tc35815_rx()
/kernel/linux/linux-6.6/drivers/net/ethernet/toshiba/
H
A
D
tc35815.c
1486
int
cur_bd
;
in tc35815_rx()
local
1491
cur_bd
= (le32_to_cpu(lp->rfd_cur->bd[0].BDCtl)
in tc35815_rx()
1494
if (
cur_bd
>= RX_BUF_NUM) {
in tc35815_rx()
1498
BUG_ON(lp->rx_skbs[
cur_bd
].skb_dma !=
in tc35815_rx()
1500
if (!lp->rx_skbs[
cur_bd
].skb) {
in tc35815_rx()
1505
BUG_ON(
cur_bd
>= RX_BUF_NUM);
in tc35815_rx()
1507
skb = lp->rx_skbs[
cur_bd
].skb;
in tc35815_rx()
1509
lp->rx_skbs[
cur_bd
].skb = NULL;
in tc35815_rx()
1511
lp->rx_skbs[
cur_bd
].skb_dma,
in tc35815_rx()
Completed in 7 milliseconds