Home
last modified time | relevance | path

Searched refs:bc_ver (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c158 (bp->common.bc_ver & 0xff0000) >> 16, in bnx2x_fill_fw_str()
159 (bp->common.bc_ver & 0xff00) >> 8, in bnx2x_fill_fw_str()
160 (bp->common.bc_ver & 0xff), in bnx2x_fill_fw_str()
Dbnx2x_main.c772 (bp->common.bc_ver & 0xff0000) >> 16, in bnx2x_fw_dump_lvl()
773 (bp->common.bc_ver & 0xff00) >> 8, in bnx2x_fw_dump_lvl()
774 (bp->common.bc_ver & 0xff)); in bnx2x_fw_dump_lvl()
10639 if (bp->common.bc_ver < REQ_BC_VER_4_INITIATE_FLR) { in bnx2x_do_flr()
10641 bp->common.bc_ver); in bnx2x_do_flr()
10994 bp->common.bc_ver = val; in bnx2x_get_common_hwinfo()
Dbnx2x.h1080 u32 bc_ver; member
Dbnx2x_ethtool.c389 if (bp->common.bc_ver < REQ_BC_VER_4_SET_MF_BW) { in bnx2x_set_settings()