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:IS_FCOE_FP
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_cmn.h
1052
if (
IS_FCOE_FP
(fp))
in bnx2x_stats_id()
1170
txdata->tx_ring_size =
IS_FCOE_FP
(fp) ? MAX_TX_AVAIL : bp->tx_ring_size;
in bnx2x_init_txdata()
H
A
D
bnx2x_main.c
1025
if (
IS_FCOE_FP
(fp))
in bnx2x_panic_dump()
1900
if ((drv_cmd == BNX2X_Q_CMD_UPDATE) && (
IS_FCOE_FP
(fp)) &&
in bnx2x_sp_event()
3147
if (
IS_FCOE_FP
(fp)) {
in bnx2x_get_q_flags()
3183
if (
IS_FCOE_FP
(fp))
in bnx2x_pf_q_prep_general()
3268
if (
IS_FCOE_FP
(fp))
in bnx2x_pf_rx_q_prep()
3296
if (
IS_FCOE_FP
(fp)) {
in bnx2x_pf_tx_q_prep()
8747
if (!
IS_FCOE_FP
(fp)) {
in bnx2x_pf_q_prep_init()
8848
if (!
IS_FCOE_FP
(fp))
in bnx2x_setup_queue()
8890
if (
IS_FCOE_FP
(fp))
in bnx2x_setup_queue()
H
A
D
bnx2x_cmn.c
2488
if (
IS_FCOE_FP
(fp))
in bnx2x_bz_fp()
2508
if (bp->disable_tpa ||
IS_FCOE_FP
(fp))
in bnx2x_bz_fp()
3245
if (
IS_FCOE_FP
(fp)) {
in bnx2x_poll()
H
A
D
bnx2x.h
642
#define
IS_FCOE_FP
(fp) ((fp)->index == FCOE_IDX((fp)->bp))
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_cmn.h
1052
if (
IS_FCOE_FP
(fp))
in bnx2x_stats_id()
1170
txdata->tx_ring_size =
IS_FCOE_FP
(fp) ? MAX_TX_AVAIL : bp->tx_ring_size;
in bnx2x_init_txdata()
H
A
D
bnx2x_main.c
1024
if (
IS_FCOE_FP
(fp))
in bnx2x_panic_dump()
1898
if ((drv_cmd == BNX2X_Q_CMD_UPDATE) && (
IS_FCOE_FP
(fp)) &&
in bnx2x_sp_event()
3145
if (
IS_FCOE_FP
(fp)) {
in bnx2x_get_q_flags()
3181
if (
IS_FCOE_FP
(fp))
in bnx2x_pf_q_prep_general()
3266
if (
IS_FCOE_FP
(fp))
in bnx2x_pf_rx_q_prep()
3294
if (
IS_FCOE_FP
(fp)) {
in bnx2x_pf_tx_q_prep()
8745
if (!
IS_FCOE_FP
(fp)) {
in bnx2x_pf_q_prep_init()
8846
if (!
IS_FCOE_FP
(fp))
in bnx2x_setup_queue()
8888
if (
IS_FCOE_FP
(fp))
in bnx2x_setup_queue()
H
A
D
bnx2x_cmn.c
2499
if (
IS_FCOE_FP
(fp))
in bnx2x_bz_fp()
2519
if (bp->disable_tpa ||
IS_FCOE_FP
(fp))
in bnx2x_bz_fp()
3261
if (
IS_FCOE_FP
(fp)) {
in bnx2x_poll()
H
A
D
bnx2x.h
642
#define
IS_FCOE_FP
(fp) ((fp)->index == FCOE_IDX((fp)->bp))
macro
Completed in 57 milliseconds