Home
last modified time | relevance | path

Searched refs:CHIP_IS_E1H (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_init_ops.h545 if ((CHIP_IS_E1(bp) || CHIP_IS_E1H(bp)) && (r_order == MAX_RD_ORD)) in bnx2x_init_pxp_arb()
562 if (!CHIP_IS_E1H(bp)) { in bnx2x_init_pxp_arb()
897 if (CHIP_IS_E1H(bp)) in bnx2x_qm_init_ptr_table()
Dbnx2x_ethtool.c649 else if (CHIP_IS_E1H(bp)) in __bnx2x_get_preset_regs_len()
763 else if (CHIP_IS_E1H(bp)) in bnx2x_is_reg_in_chip()
780 else if (CHIP_IS_E1H(bp)) in bnx2x_is_wreg_in_chip()
846 else if (CHIP_IS_E1H(bp)) in __bnx2x_get_preset_regs()
942 } else if (CHIP_IS_E1H(bp)) { in bnx2x_get_regs()
1028 } else if (CHIP_IS_E1H(bp)) { in bnx2x_get_dump_data()
2223 else if (CHIP_IS_E1H(bp)) in bnx2x_test_registers()
2327 else if (CHIP_IS_E1H(bp)) in bnx2x_test_memory()
Dbnx2x_init.h695 else if (CHIP_IS_E1H(bp)) in bnx2x_parity_reg_mask()
Dbnx2x.h993 #define CHIP_IS_E1H(bp) (CHIP_IS_57711(bp) || \ macro
1011 #define CHIP_IS_E1x(bp) (CHIP_IS_E1((bp)) || CHIP_IS_E1H((bp)))
Dbnx2x_main.c742 CHIP_IS_E1H(bp) ? "everest1h" : in bnx2x_mc_assert()
753 (CHIP_IS_E1(bp) ? 0x10000 : (CHIP_IS_E1H(bp) ? 0x20000 : 0x28000))
7053 if (CHIP_REV_IS_FPGA(bp) && CHIP_IS_E1H(bp)) in bnx2x_init_hw_common()
7372 if (CHIP_IS_E1H(bp)) in bnx2x_init_hw_common()
7492 if (CHIP_IS_E1(bp) || CHIP_IS_E1H(bp)) { in bnx2x_init_hw_port()
8039 if (CHIP_IS_E1H(bp)) { in bnx2x_init_hw_func()
9590 else if (CHIP_IS_E1H(bp)) in bnx2x_process_kill_chip_reset()
10750 (CHIP_IS_E1(bp) && val) || (CHIP_IS_E1H(bp) && (val == 0x55))) { in bnx2x_get_common_hwinfo()
11901 if (CHIP_IS_E1H(bp) && IS_MF(bp)) in bnx2x_get_hwinfo()
12974 else if (CHIP_IS_E1H(bp)) in bnx2x_init_firmware()
[all …]
Dbnx2x_sp.c3647 } else if (CHIP_IS_E1H(bp)) { in bnx2x_init_mcast_obj()
3917 } else if (CHIP_IS_E1H(bp)) { in bnx2x_init_mac_credit_pool()
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dcnic.h416 (CHIP_IS_E1H(bp) ? MAX_STAT_COUNTER_ID_E1H : \