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:CNIC_SUPPORT
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_init_ops.h
672
if (!rc &&
CNIC_SUPPORT
(bp) && !CONFIGURE_NIC_MODE(bp))
in bnx2x_ilt_mem_op()
809
if (
CNIC_SUPPORT
(bp) && !CONFIGURE_NIC_MODE(bp))
in bnx2x_ilt_init_op()
H
A
D
bnx2x_cmn.c
1631
if (
CNIC_SUPPORT
(bp)) {
in bnx2x_free_msix_irqs()
1651
int nvecs = BNX2X_NUM_ETH_QUEUES(bp) +
CNIC_SUPPORT
(bp);
in bnx2x_free_irq()
1676
if (
CNIC_SUPPORT
(bp)) {
in bnx2x_enable_msix()
1761
if (
CNIC_SUPPORT
(bp))
in bnx2x_req_msix_irqs()
1783
offset = 1 +
CNIC_SUPPORT
(bp);
in bnx2x_req_msix_irqs()
1790
offset =
CNIC_SUPPORT
(bp);
in bnx2x_req_msix_irqs()
1952
bp->num_cnic_queues =
CNIC_SUPPORT
(bp); /* For FCOE */
in bnx2x_set_num_queues()
4685
if (
CNIC_SUPPORT
(bp))
in bnx2x_alloc_fp_mem()
4736
fp_array_size = BNX2X_MAX_RSS_COUNT(bp) +
CNIC_SUPPORT
(bp);
in bnx2x_alloc_mem_bp()
4767
BNX2X_MAX_RSS_COUNT(bp) * BNX2X_MULTI_TX_COS +
CNIC_SUPPORT
(b
in bnx2x_alloc_mem_bp()
[all...]
H
A
D
bnx2x.h
313
#define
CNIC_SUPPORT
(bp) ((bp)->cnic_support)
macro
1657
#define BNX2X_MAX_RSS_COUNT(bp) ((bp)->igu_sb_cnt -
CNIC_SUPPORT
(bp))
1665
+
CNIC_SUPPORT
(bp) * (2 + UIO_CID_PAD(bp)))
1667
+
CNIC_SUPPORT
(bp) * (2 + UIO_CID_PAD(bp)))
H
A
D
bnx2x_main.c
1712
if (
CNIC_SUPPORT
(bp))
in bnx2x_int_disable_sync()
1947
mask = 0x2 << (fp->index +
CNIC_SUPPORT
(bp));
in bnx2x_interrupt()
1958
if (
CNIC_SUPPORT
(bp)) {
in bnx2x_interrupt()
6346
return fp->bp->igu_base_sb + fp->index +
CNIC_SUPPORT
(fp->bp);
in bnx2x_fp_igu_sb_id()
6351
return fp->bp->base_fw_ndsb + fp->index +
CNIC_SUPPORT
(fp->bp);
in bnx2x_fp_fw_sb_id()
6822
if (!
CNIC_SUPPORT
(bp))
in bnx2x_int_mem_test()
7285
if (
CNIC_SUPPORT
(bp))
in bnx2x_init_hw_common()
7373
if (
CNIC_SUPPORT
(bp)) {
in bnx2x_init_hw_common()
7550
if (
CNIC_SUPPORT
(bp)) {
in bnx2x_init_hw_port()
7640
if (
CNIC_SUPPORT
(b
in bnx2x_init_hw_port()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_init_ops.h
672
if (!rc &&
CNIC_SUPPORT
(bp) && !CONFIGURE_NIC_MODE(bp))
in bnx2x_ilt_mem_op()
809
if (
CNIC_SUPPORT
(bp) && !CONFIGURE_NIC_MODE(bp))
in bnx2x_ilt_init_op()
H
A
D
bnx2x_cmn.c
1642
if (
CNIC_SUPPORT
(bp)) {
in bnx2x_free_msix_irqs()
1662
int nvecs = BNX2X_NUM_ETH_QUEUES(bp) +
CNIC_SUPPORT
(bp);
in bnx2x_free_irq()
1687
if (
CNIC_SUPPORT
(bp)) {
in bnx2x_enable_msix()
1772
if (
CNIC_SUPPORT
(bp))
in bnx2x_req_msix_irqs()
1794
offset = 1 +
CNIC_SUPPORT
(bp);
in bnx2x_req_msix_irqs()
1801
offset =
CNIC_SUPPORT
(bp);
in bnx2x_req_msix_irqs()
1963
bp->num_cnic_queues =
CNIC_SUPPORT
(bp); /* For FCOE */
in bnx2x_set_num_queues()
4696
if (
CNIC_SUPPORT
(bp))
in bnx2x_alloc_fp_mem()
4747
fp_array_size = BNX2X_MAX_RSS_COUNT(bp) +
CNIC_SUPPORT
(bp);
in bnx2x_alloc_mem_bp()
4778
BNX2X_MAX_RSS_COUNT(bp) * BNX2X_MULTI_TX_COS +
CNIC_SUPPORT
(b
in bnx2x_alloc_mem_bp()
[all...]
H
A
D
bnx2x.h
313
#define
CNIC_SUPPORT
(bp) ((bp)->cnic_support)
macro
1658
#define BNX2X_MAX_RSS_COUNT(bp) ((bp)->igu_sb_cnt -
CNIC_SUPPORT
(bp))
1666
+
CNIC_SUPPORT
(bp) * (2 + UIO_CID_PAD(bp)))
1668
+
CNIC_SUPPORT
(bp) * (2 + UIO_CID_PAD(bp)))
H
A
D
bnx2x_main.c
1710
if (
CNIC_SUPPORT
(bp))
in bnx2x_int_disable_sync()
1945
mask = 0x2 << (fp->index +
CNIC_SUPPORT
(bp));
in bnx2x_interrupt()
1956
if (
CNIC_SUPPORT
(bp)) {
in bnx2x_interrupt()
6344
return fp->bp->igu_base_sb + fp->index +
CNIC_SUPPORT
(fp->bp);
in bnx2x_fp_igu_sb_id()
6349
return fp->bp->base_fw_ndsb + fp->index +
CNIC_SUPPORT
(fp->bp);
in bnx2x_fp_fw_sb_id()
6820
if (!
CNIC_SUPPORT
(bp))
in bnx2x_int_mem_test()
7283
if (
CNIC_SUPPORT
(bp))
in bnx2x_init_hw_common()
7371
if (
CNIC_SUPPORT
(bp)) {
in bnx2x_init_hw_common()
7548
if (
CNIC_SUPPORT
(bp)) {
in bnx2x_init_hw_port()
7638
if (
CNIC_SUPPORT
(b
in bnx2x_init_hw_port()
[all...]
Completed in 65 milliseconds