Searched refs:chip_metal (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.c265 bp->ver_resp.chip_metal);
H A Dbnxt_devlink.c885 sprintf(buf, "%c%d", 'A' + ver_resp->chip_rev, ver_resp->chip_metal);
H A Dbnxt_hsi.h673 u8 chip_metal; member in struct:hwrm_ver_get_output
H A Dbnxt.c9403 !resp->chip_metal)
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.h69 u8 chip_metal; member in struct:bnxt_qplib_chip_ctx
H A Dib_verbs.c4179 chip_met_rev_num |= ((u32)rdev->chip_ctx->chip_metal & 0xFF) <<
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed.h725 u16 chip_metal; member in struct:qed_dev
H A Dqed_dev.c4638 cdev->chip_metal = (u16)qed_rd(p_hwfn, p_ptt, MISCS_REG_CHIP_METAL);
4639 MASK_FIELD(CHIP_METAL, cdev->chip_metal);
4645 (int)cdev->chip_metal,
4647 cdev->chip_bond_id, cdev->chip_metal);
H A Dqed_debug.c1287 u32 chip_rev, chip_metal; local
1290 chip_metal = qed_rd(p_hwfn, p_ptt, MISCS_REG_CHIP_METAL);
1293 param_str[1] = '0' + (u8)chip_metal;

Completed in 418 milliseconds