Home
last modified time | relevance | path

Searched refs:bc_ver (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c155 (bp->common.bc_ver & 0xff0000) >> 16, in bnx2x_fill_fw_str()
156 (bp->common.bc_ver & 0xff00) >> 8, in bnx2x_fill_fw_str()
157 (bp->common.bc_ver & 0xff), in bnx2x_fill_fw_str()
H A Dbnx2x.h975 u32 bc_ver; member
H A Dbnx2x_main.c784 (bp->common.bc_ver & 0xff0000) >> 16, in bnx2x_fw_dump_lvl()
785 (bp->common.bc_ver & 0xff00) >> 8, in bnx2x_fw_dump_lvl()
786 (bp->common.bc_ver & 0xff)); in bnx2x_fw_dump_lvl()
10696 if (bp->common.bc_ver < REQ_BC_VER_4_INITIATE_FLR) { in bnx2x_do_flr()
10698 bp->common.bc_ver); in bnx2x_do_flr()
11051 bp->common.bc_ver = val; in bnx2x_get_common_hwinfo()
11052 BNX2X_DEV_INFO("bc_ver %X\n", val); in bnx2x_get_common_hwinfo()
11056 BNX2X_ERR("This driver needs bc_ver %X but found %X, please upgrade BC\n", in bnx2x_get_common_hwinfo()
H A Dbnx2x_ethtool.c408 if (bp->common.bc_ver < REQ_BC_VER_4_SET_MF_BW) { in bnx2x_set_link_ksettings()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c154 (bp->common.bc_ver & 0xff0000) >> 16, in bnx2x_fill_fw_str()
155 (bp->common.bc_ver & 0xff00) >> 8, in bnx2x_fill_fw_str()
156 (bp->common.bc_ver & 0xff), in bnx2x_fill_fw_str()
H A Dbnx2x.h975 u32 bc_ver; member
H A Dbnx2x_main.c783 (bp->common.bc_ver & 0xff0000) >> 16, in bnx2x_fw_dump_lvl()
784 (bp->common.bc_ver & 0xff00) >> 8, in bnx2x_fw_dump_lvl()
785 (bp->common.bc_ver & 0xff)); in bnx2x_fw_dump_lvl()
10697 if (bp->common.bc_ver < REQ_BC_VER_4_INITIATE_FLR) { in bnx2x_do_flr()
10699 bp->common.bc_ver); in bnx2x_do_flr()
11052 bp->common.bc_ver = val; in bnx2x_get_common_hwinfo()
11053 BNX2X_DEV_INFO("bc_ver %X\n", val); in bnx2x_get_common_hwinfo()
11057 BNX2X_ERR("This driver needs bc_ver %X but found %X, please upgrade BC\n", in bnx2x_get_common_hwinfo()
H A Dbnx2x_ethtool.c408 if (bp->common.bc_ver < REQ_BC_VER_4_SET_MF_BW) { in bnx2x_set_link_ksettings()

Completed in 61 milliseconds