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:tx_bd_cons
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_cmn.h
742
cons = txdata->
tx_bd_cons
;
in bnx2x_tx_avail()
H
A
D
bnx2x.h
528
u16
tx_bd_cons
;
member
H
A
D
bnx2x_cmn.c
276
u16 hw_cons, sw_cons, bd_cons = txdata->
tx_bd_cons
;
in bnx2x_tx_int()
309
txdata->
tx_bd_cons
= bd_cons;
in bnx2x_tx_int()
311
/* Need to make the
tx_bd_cons
update visible to start_xmit()
in bnx2x_tx_int()
328
* stops the queue->sees fresh
tx_bd_cons
->releases the queue->
in bnx2x_tx_int()
H
A
D
bnx2x_main.c
1013
BNX2X_ERR("fp%d: tx_pkt_prod(0x%x) tx_pkt_cons(0x%x) tx_bd_prod(0x%x)
tx_bd_cons
(0x%x) *tx_cons_sb(0x%x)\n",
in bnx2x_panic_dump()
1016
txdata.
tx_bd_cons
,
in bnx2x_panic_dump()
1177
start = TX_BD(txdata->
tx_bd_cons
- 10);
in bnx2x_panic_dump()
1178
end = TX_BD(txdata->
tx_bd_cons
+ 254);
in bnx2x_panic_dump()
6444
txdata->
tx_bd_cons
= 0;
in bnx2x_init_tx_ring_one()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_cmn.h
742
cons = txdata->
tx_bd_cons
;
in bnx2x_tx_avail()
H
A
D
bnx2x.h
528
u16
tx_bd_cons
;
member
H
A
D
bnx2x_cmn.c
275
u16 hw_cons, sw_cons, bd_cons = txdata->
tx_bd_cons
;
in bnx2x_tx_int()
308
txdata->
tx_bd_cons
= bd_cons;
in bnx2x_tx_int()
310
/* Need to make the
tx_bd_cons
update visible to start_xmit()
in bnx2x_tx_int()
327
* stops the queue->sees fresh
tx_bd_cons
->releases the queue->
in bnx2x_tx_int()
H
A
D
bnx2x_main.c
1012
BNX2X_ERR("fp%d: tx_pkt_prod(0x%x) tx_pkt_cons(0x%x) tx_bd_prod(0x%x)
tx_bd_cons
(0x%x) *tx_cons_sb(0x%x)\n",
in bnx2x_panic_dump()
1015
txdata.
tx_bd_cons
,
in bnx2x_panic_dump()
1176
start = TX_BD(txdata->
tx_bd_cons
- 10);
in bnx2x_panic_dump()
1177
end = TX_BD(txdata->
tx_bd_cons
+ 254);
in bnx2x_panic_dump()
6442
txdata->
tx_bd_cons
= 0;
in bnx2x_init_tx_ring_one()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_hsi.h
645
__le16
tx_bd_cons
;
member
3481
__le16
tx_bd_cons
;
member
3743
__le16
tx_bd_cons
;
member
4603
__le16
tx_bd_cons
;
member
4869
__le16
tx_bd_cons
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_hsi.h
610
__le16
tx_bd_cons
;
member
5066
__le16
tx_bd_cons
;
member
5328
__le16
tx_bd_cons
;
member
6180
__le16
tx_bd_cons
;
member
6446
__le16
tx_bd_cons
;
member
Completed in 132 milliseconds