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:CHIP_IS_E1x
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_main.c
976
CHIP_IS_E1x
(bp) ?
in bnx2x_panic_dump()
980
CHIP_IS_E1x
(bp) ?
in bnx2x_panic_dump()
1020
loop =
CHIP_IS_E1x
(bp) ?
in bnx2x_panic_dump()
1045
data_size =
CHIP_IS_E1x
(bp) ?
in bnx2x_panic_dump()
1049
sb_data_p =
CHIP_IS_E1x
(bp) ?
in bnx2x_panic_dump()
1058
if (!
CHIP_IS_E1x
(bp)) {
in bnx2x_panic_dump()
2333
if (
CHIP_IS_E1x
(bp) && (bp->dev->mtu > 5000))
in bnx2x_set_requested_fc()
3006
} else if (!
CHIP_IS_E1x
(bp)) {
in bnx2x_pmf_update()
3079
if (
CHIP_IS_E1x
(bp)) {
in bnx2x_func_init()
3307
if (!
CHIP_IS_E1x
(b
in bnx2x_pf_init()
[all...]
H
A
D
bnx2x_cmn.h
1050
if (!
CHIP_IS_E1x
(bp)) {
in bnx2x_stats_id()
1072
if (!
CHIP_IS_E1x
(bp))
in bnx2x_init_vlan_mac_fp_objs()
1155
if (
CHIP_IS_E1x
(fp->bp))
in bnx2x_fp_qzone_id()
H
A
D
bnx2x.h
917
#define
CHIP_IS_E1x
(bp) (CHIP_IS_E1((bp)) || CHIP_IS_E1H((bp)))
macro
961
#define CONFIGURE_NIC_MODE(bp) (!
CHIP_IS_E1x
(bp) && !CNIC_ENABLED(bp))
983
(!
CHIP_IS_E1x
(bp) && \
1360
#define BP_PATH(bp) (
CHIP_IS_E1x
(bp) ? 0 : (bp->pf_num & 1))
1368
(vn) * ((
CHIP_IS_E1x
(bp) || (CHIP_MODE_IS_4_PORT(bp))) ? 2 : 1))
2521
(
CHIP_IS_E1x
(bp) ? MCP_REG_MCPR_SCRATCH : MCP_A_REG_MCPR_SCRATCH)
H
A
D
bnx2x_cmn.c
2065
return bnx2x_config_rss_eth(bp, bp->port.pmf || !
CHIP_IS_E1x
(bp));
in bnx2x_init_rss()
2097
if (!
CHIP_IS_E1x
(bp)) {
in bnx2x_rss()
3084
if (!
CHIP_IS_E1x
(bp))
in bnx2x_nic_unload()
3363
if (!
CHIP_IS_E1x
(bp) && skb->encapsulation) {
in bnx2x_xmit_type()
3938
if (!
CHIP_IS_E1x
(bp)) {
in bnx2x_start_xmit()
4061
if (!
CHIP_IS_E1x
(bp))
in bnx2x_start_xmit()
4367
if (!
CHIP_IS_E1x
(bp))
in bnx2x_free_fp_mem_at()
4437
if (!
CHIP_IS_E1x
(bp)) {
in set_sb_shortcuts()
4546
if (!
CHIP_IS_E1x
(bp)) {
in bnx2x_alloc_fp_mem_at()
H
A
D
bnx2x_link.c
6375
if (
CHIP_IS_E1x
(bp) ||
in bnx2x_set_led()
6553
(
CHIP_IS_E1x
(bp) ||
in bnx2x_link_initialize()
6657
if (
CHIP_IS_E1x
(bp) ||
in bnx2x_update_link_down()
6721
if ((
CHIP_IS_E1x
(bp) ||
in bnx2x_update_link_up()
6748
if (
CHIP_IS_E1x
(bp))
in bnx2x_update_link_up()
8188
if (!
CHIP_IS_E1x
(bp)) {
in bnx2x_get_edc_mode()
9504
if (!
CHIP_IS_E1x
(bp))
in bnx2x_8727_read_status()
10293
if (!(
CHIP_IS_E1x
(bp)))
in bnx2x_848x3_config_init()
10651
if (!(
CHIP_IS_E1x
(bp)))
in bnx2x_848x3_link_reset()
10678
if (!(
CHIP_IS_E1x
(b
in bnx2x_848xx_set_link_led()
[all...]
H
A
D
bnx2x_sp.c
2156
if (
CHIP_IS_E1x
(bp)) {
in bnx2x_init_mac_obj()
2209
if (
CHIP_IS_E1x
(bp)) {
in bnx2x_init_vlan_obj()
2584
if (
CHIP_IS_E1x
(bp)) {
in bnx2x_init_rx_mode_obj()
4426
if (
CHIP_IS_E1x
(bp)) {
in bnx2x_init_vlan_credit_pool()
5680
if (
CHIP_IS_E1x
(bp))
in bnx2x_init_queue_obj()
H
A
D
bnx2x_stats.c
378
if (
CHIP_IS_E1x
(bp)) {
in bnx2x_port_stats_init()
560
if (
CHIP_IS_E1x
(bp)) {
in bnx2x_bmac_stats_update()
H
A
D
bnx2x_ethtool.c
2599
if (
CHIP_IS_E1x
(bp)) {
in bnx2x_run_loopback()
2962
if (!
CHIP_IS_E1x
(bp) && !CHIP_IS_57811xx(bp)) {
in bnx2x_test_nvram()
3403
if (
CHIP_IS_E1x
(bp) && udp_rss_requested) {
in bnx2x_set_rss_flags()
H
A
D
bnx2x_dcb.c
954
if (!
CHIP_IS_E1x
(bp)) {
in bnx2x_dcbx_set_state()
H
A
D
bnx2x_sriov.c
1187
if (
CHIP_IS_E1x
(bp))
in bnx2x_iov_init_one()
H
A
D
bnx2x_vfpf.c
1081
if (
CHIP_IS_E1x
(bp)) {
in bnx2x_copy32_vf_dmae()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_main.c
975
CHIP_IS_E1x
(bp) ?
in bnx2x_panic_dump()
979
CHIP_IS_E1x
(bp) ?
in bnx2x_panic_dump()
1019
loop =
CHIP_IS_E1x
(bp) ?
in bnx2x_panic_dump()
1044
data_size =
CHIP_IS_E1x
(bp) ?
in bnx2x_panic_dump()
1048
sb_data_p =
CHIP_IS_E1x
(bp) ?
in bnx2x_panic_dump()
1057
if (!
CHIP_IS_E1x
(bp)) {
in bnx2x_panic_dump()
2331
if (
CHIP_IS_E1x
(bp) && (bp->dev->mtu > 5000))
in bnx2x_set_requested_fc()
3004
} else if (!
CHIP_IS_E1x
(bp)) {
in bnx2x_pmf_update()
3077
if (
CHIP_IS_E1x
(bp)) {
in bnx2x_func_init()
3305
if (!
CHIP_IS_E1x
(b
in bnx2x_pf_init()
[all...]
H
A
D
bnx2x_cmn.h
1050
if (!
CHIP_IS_E1x
(bp)) {
in bnx2x_stats_id()
1072
if (!
CHIP_IS_E1x
(bp))
in bnx2x_init_vlan_mac_fp_objs()
1155
if (
CHIP_IS_E1x
(fp->bp))
in bnx2x_fp_qzone_id()
H
A
D
bnx2x.h
917
#define
CHIP_IS_E1x
(bp) (CHIP_IS_E1((bp)) || CHIP_IS_E1H((bp)))
macro
961
#define CONFIGURE_NIC_MODE(bp) (!
CHIP_IS_E1x
(bp) && !CNIC_ENABLED(bp))
983
(!
CHIP_IS_E1x
(bp) && \
1360
#define BP_PATH(bp) (
CHIP_IS_E1x
(bp) ? 0 : (bp->pf_num & 1))
1368
(vn) * ((
CHIP_IS_E1x
(bp) || (CHIP_MODE_IS_4_PORT(bp))) ? 2 : 1))
2521
(
CHIP_IS_E1x
(bp) ? MCP_REG_MCPR_SCRATCH : MCP_A_REG_MCPR_SCRATCH)
H
A
D
bnx2x_cmn.c
2076
return bnx2x_config_rss_eth(bp, bp->port.pmf || !
CHIP_IS_E1x
(bp));
in bnx2x_init_rss()
2108
if (!
CHIP_IS_E1x
(bp)) {
in bnx2x_rss()
3097
if (!
CHIP_IS_E1x
(bp))
in bnx2x_nic_unload()
3379
if (!
CHIP_IS_E1x
(bp) && skb->encapsulation) {
in bnx2x_xmit_type()
3949
if (!
CHIP_IS_E1x
(bp)) {
in bnx2x_start_xmit()
4072
if (!
CHIP_IS_E1x
(bp))
in bnx2x_start_xmit()
4378
if (!
CHIP_IS_E1x
(bp))
in bnx2x_free_fp_mem_at()
4448
if (!
CHIP_IS_E1x
(bp)) {
in set_sb_shortcuts()
4557
if (!
CHIP_IS_E1x
(bp)) {
in bnx2x_alloc_fp_mem_at()
H
A
D
bnx2x_link.c
6377
if (
CHIP_IS_E1x
(bp) ||
in bnx2x_set_led()
6555
(
CHIP_IS_E1x
(bp) ||
in bnx2x_link_initialize()
6659
if (
CHIP_IS_E1x
(bp) ||
in bnx2x_update_link_down()
6723
if ((
CHIP_IS_E1x
(bp) ||
in bnx2x_update_link_up()
6750
if (
CHIP_IS_E1x
(bp))
in bnx2x_update_link_up()
8190
if (!
CHIP_IS_E1x
(bp)) {
in bnx2x_get_edc_mode()
9506
if (!
CHIP_IS_E1x
(bp))
in bnx2x_8727_read_status()
10295
if (!(
CHIP_IS_E1x
(bp)))
in bnx2x_848x3_config_init()
10653
if (!(
CHIP_IS_E1x
(bp)))
in bnx2x_848x3_link_reset()
10680
if (!(
CHIP_IS_E1x
(b
in bnx2x_848xx_set_link_led()
[all...]
H
A
D
bnx2x_sp.c
2156
if (
CHIP_IS_E1x
(bp)) {
in bnx2x_init_mac_obj()
2209
if (
CHIP_IS_E1x
(bp)) {
in bnx2x_init_vlan_obj()
2584
if (
CHIP_IS_E1x
(bp)) {
in bnx2x_init_rx_mode_obj()
4426
if (
CHIP_IS_E1x
(bp)) {
in bnx2x_init_vlan_credit_pool()
5680
if (
CHIP_IS_E1x
(bp))
in bnx2x_init_queue_obj()
H
A
D
bnx2x_stats.c
378
if (
CHIP_IS_E1x
(bp)) {
in bnx2x_port_stats_init()
560
if (
CHIP_IS_E1x
(bp)) {
in bnx2x_bmac_stats_update()
H
A
D
bnx2x_ethtool.c
2607
if (
CHIP_IS_E1x
(bp)) {
in bnx2x_run_loopback()
2970
if (!
CHIP_IS_E1x
(bp) && !CHIP_IS_57811xx(bp)) {
in bnx2x_test_nvram()
3411
if (
CHIP_IS_E1x
(bp) && udp_rss_requested) {
in bnx2x_set_rss_flags()
H
A
D
bnx2x_sriov.c
1187
if (
CHIP_IS_E1x
(bp))
in bnx2x_iov_init_one()
H
A
D
bnx2x_vfpf.c
1083
if (
CHIP_IS_E1x
(bp)) {
in bnx2x_copy32_vf_dmae()
H
A
D
bnx2x_dcb.c
954
if (!
CHIP_IS_E1x
(bp)) {
in bnx2x_dcbx_set_state()
Completed in 109 milliseconds