Home
last modified time | relevance | path

Searched refs:chip_num (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.h97 u16 chip_num; member
109 static inline bool _is_chip_num_p7(u16 chip_num) in _is_chip_num_p7() argument
111 return (chip_num == CHIP_NUM_58818 || in _is_chip_num_p7()
112 chip_num == CHIP_NUM_57608); in _is_chip_num_p7()
117 return _is_chip_num_p7(cctx->chip_num); in _is_chip_p7()
123 return (cctx->chip_num == CHIP_NUM_57508 || in _is_chip_gen_p5()
124 cctx->chip_num == CHIP_NUM_57504 || in _is_chip_gen_p5()
125 cctx->chip_num == CHIP_NUM_57502); in _is_chip_gen_p5()
807 switch (cctx->chip_num) { in bnxt_qplib_max_res_supported()
H A Dbnxt_re.h157 #define BNXT_RE_CHIP_NUM_5745X(chip_num) \ argument
158 ((chip_num) == BNXT_RE_CHIP_NUM_57454 || \
159 (chip_num) == BNXT_RE_CHIP_NUM_57452)
H A Dmain.c1796 cctx->chip_num = le16_to_cpu(resp.chip_num); in bnxt_re_query_hwrm_intf_version()
H A Dib_verbs.c5281 chip_met_rev_num = cctx->chip_num; in bnxt_re_alloc_ucontext()
/freebsd-14.2/sys/dev/qlnx/qlnxe/
H A Decore_vfpf_if.h187 u32 chip_num; member
H A Decore.h819 u16 chip_num; member
H A Decore_vf.c475 p_hwfn->p_dev->chip_num = pfdev_info->chip_num & 0xffff; in ecore_vf_pf_acquire()
H A Decore_sriov.c1832 pfdev_info->chip_num = p_hwfn->p_dev->chip_num; in ecore_iov_vf_mbx_acquire()
1899 vf->abs_vf_id, resp->pfdev_info.chip_num, in ecore_iov_vf_mbx_acquire()
H A Decore_dev.c5734 p_dev->chip_num = (u16)GET_FIELD(tmp, CHIP_NUM); in ecore_get_dev_info()
5767 p_dev->chip_num, p_dev->chip_rev, p_dev->chip_bond_id, in ecore_get_dev_info()
/freebsd-14.2/sys/dev/bnxt/bnxt_en/
H A Dbnxt.h612 uint16_t chip_num; member
H A Dif_bnxt.c2172 if ((softc->ver_info->chip_num == BCM57508) || in bnxt_attach_pre()
2173 (softc->ver_info->chip_num == BCM57504) || in bnxt_attach_pre()
2174 (softc->ver_info->chip_num == BCM57502)) in bnxt_attach_pre()
H A Dbnxt_hwrm.c890 softc->ver_info->chip_num = le16toh(resp->chip_num); in bnxt_hwrm_ver_get()
H A Dbnxt_sysctl.c1211 "chip_num", CTLFLAG_RD, &vi->chip_num, 0, "chip number"); in bnxt_create_ver_sysctls()
H A Dhsi_struct_def.h2161 uint16_t chip_num; member