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_STOP_THRESH
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_io.c
691
if (unlikely(qlcnic_tx_avail(tx_ring) <=
TX_STOP_THRESH
)) {
in qlcnic_xmit_frame()
693
if (qlcnic_tx_avail(tx_ring) >
TX_STOP_THRESH
) {
in qlcnic_xmit_frame()
931
if (qlcnic_tx_avail(tx_ring) >
TX_STOP_THRESH
) {
in qlcnic_process_cmd_ring()
H
A
D
qlcnic_hw.c
403
if (qlcnic_tx_avail(tx_ring) >
TX_STOP_THRESH
)
in qlcnic_send_cmd_descs()
H
A
D
qlcnic.h
96
#define
TX_STOP_THRESH
((MAX_SKB_FRAGS >> 2) + MAX_TSO_HEADER_DESC \
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_io.c
692
if (unlikely(qlcnic_tx_avail(tx_ring) <=
TX_STOP_THRESH
)) {
in qlcnic_xmit_frame()
694
if (qlcnic_tx_avail(tx_ring) >
TX_STOP_THRESH
) {
in qlcnic_xmit_frame()
932
if (qlcnic_tx_avail(tx_ring) >
TX_STOP_THRESH
) {
in qlcnic_process_cmd_ring()
H
A
D
qlcnic.h
96
#define
TX_STOP_THRESH
((MAX_SKB_FRAGS >> 2) + MAX_TSO_HEADER_DESC \
macro
H
A
D
qlcnic_hw.c
403
if (qlcnic_tx_avail(tx_ring) >
TX_STOP_THRESH
)
in qlcnic_send_cmd_descs()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/
H
A
D
netxen_nic.h
162
#define
TX_STOP_THRESH
((MAX_SKB_FRAGS >> 2) + MAX_TSO_HEADER_DESC \
macro
H
A
D
netxen_nic_main.c
2063
if (unlikely(netxen_tx_avail(tx_ring) <=
TX_STOP_THRESH
)) {
in netxen_nic_xmit_frame()
2066
if (netxen_tx_avail(tx_ring) >
TX_STOP_THRESH
)
in netxen_nic_xmit_frame()
H
A
D
netxen_nic_init.c
1783
if (netxen_tx_avail(tx_ring) >
TX_STOP_THRESH
)
in netxen_process_cmd_ring()
H
A
D
netxen_nic_hw.c
571
if (netxen_tx_avail(tx_ring) >
TX_STOP_THRESH
)
in netxen_send_cmd_descs()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/netxen/
H
A
D
netxen_nic.h
162
#define
TX_STOP_THRESH
((MAX_SKB_FRAGS >> 2) + MAX_TSO_HEADER_DESC \
macro
H
A
D
netxen_nic_main.c
2056
if (unlikely(netxen_tx_avail(tx_ring) <=
TX_STOP_THRESH
)) {
in netxen_nic_xmit_frame()
2059
if (netxen_tx_avail(tx_ring) >
TX_STOP_THRESH
)
in netxen_nic_xmit_frame()
H
A
D
netxen_nic_init.c
1783
if (netxen_tx_avail(tx_ring) >
TX_STOP_THRESH
)
in netxen_process_cmd_ring()
H
A
D
netxen_nic_hw.c
571
if (netxen_tx_avail(tx_ring) >
TX_STOP_THRESH
)
in netxen_send_cmd_descs()
Completed in 47 milliseconds