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:igu_sb_cnt
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x.h
1605
u8
igu_sb_cnt
;
member
1657
#define BNX2X_MAX_RSS_COUNT(bp) ((bp)->
igu_sb_cnt
- CNIC_SUPPORT(bp))
H
A
D
bnx2x_main.c
8153
for (sb_idx = 0; sb_idx < bp->
igu_sb_cnt
; sb_idx++) {
in bnx2x_init_hw_func()
11130
u8 fid,
igu_sb_cnt
= 0;
in bnx2x_get_igu_cam_info()
local
11135
igu_sb_cnt
= bp->
igu_sb_cnt
;
in bnx2x_get_igu_cam_info()
11161
igu_sb_cnt
++;
in bnx2x_get_igu_cam_info()
11173
bp->
igu_sb_cnt
= min_t(int, bp->
igu_sb_cnt
,
igu_sb_cnt
);
in bnx2x_get_igu_cam_info()
11176
if (
igu_sb_cnt
== 0) {
in bnx2x_get_igu_cam_info()
12001
BNX2X_DEV_INFO("igu_dsb_id %d igu_base_sb %d
igu_sb_cnt
in bnx2x_get_hwinfo()
[all...]
H
A
D
bnx2x_vfpf.c
247
req->resc_request.num_sbs = bp->
igu_sb_cnt
;
in bnx2x_vfpf_acquire()
379
bp->
igu_sb_cnt
= bp->acquire_resp.resc.num_sbs;
in bnx2x_vfpf_acquire()
H
A
D
bnx2x_cmn.c
4730
msix_table_size = bp->
igu_sb_cnt
;
in bnx2x_alloc_mem_bp()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x.h
1606
u8
igu_sb_cnt
;
member
1658
#define BNX2X_MAX_RSS_COUNT(bp) ((bp)->
igu_sb_cnt
- CNIC_SUPPORT(bp))
H
A
D
bnx2x_main.c
8151
for (sb_idx = 0; sb_idx < bp->
igu_sb_cnt
; sb_idx++) {
in bnx2x_init_hw_func()
11131
u8 fid,
igu_sb_cnt
= 0;
in bnx2x_get_igu_cam_info()
local
11136
igu_sb_cnt
= bp->
igu_sb_cnt
;
in bnx2x_get_igu_cam_info()
11162
igu_sb_cnt
++;
in bnx2x_get_igu_cam_info()
11174
bp->
igu_sb_cnt
= min_t(int, bp->
igu_sb_cnt
,
igu_sb_cnt
);
in bnx2x_get_igu_cam_info()
11177
if (
igu_sb_cnt
== 0) {
in bnx2x_get_igu_cam_info()
12006
BNX2X_DEV_INFO("igu_dsb_id %d igu_base_sb %d
igu_sb_cnt
in bnx2x_get_hwinfo()
[all...]
H
A
D
bnx2x_vfpf.c
247
req->resc_request.num_sbs = bp->
igu_sb_cnt
;
in bnx2x_vfpf_acquire()
379
bp->
igu_sb_cnt
= bp->acquire_resp.resc.num_sbs;
in bnx2x_vfpf_acquire()
H
A
D
bnx2x_cmn.c
4741
msix_table_size = bp->
igu_sb_cnt
;
in bnx2x_alloc_mem_bp()
Completed in 54 milliseconds