Home
last modified time | relevance | path

Searched refs:ver_resp (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_devlink.c416 struct hwrm_ver_get_output *ver_resp; in bnxt_dl_info_get() local
454 ver_resp = &bp->ver_resp; in bnxt_dl_info_get()
455 sprintf(buf, "%c%d", 'A' + ver_resp->chip_rev, ver_resp->chip_metal); in bnxt_dl_info_get()
468 strncat(buf, ver_resp->active_pkg_name, HWRM_FW_VER_STR_LEN); in bnxt_dl_info_get()
486 if (ver_resp->flags & VER_GET_RESP_FLAGS_EXT_VER_AVAIL) { in bnxt_dl_info_get()
488 ver_resp->hwrm_fw_major, ver_resp->hwrm_fw_minor, in bnxt_dl_info_get()
489 ver_resp in bnxt_dl_info_get()
[all...]
H A Dbnxt_ethtool.c3671 bp->ver_resp.chip_rev << 8 | in bnxt_fill_coredump_record()
3672 bp->ver_resp.chip_metal); in bnxt_fill_coredump_record()
3704 memcpy(buf + offset, &bp->ver_resp, ver_get_resp_len); in bnxt_get_coredump()
3807 dump->version = bp->ver_resp.hwrm_fw_maj_8b << 24 | in bnxt_get_dump_flag()
3808 bp->ver_resp.hwrm_fw_min_8b << 16 | in bnxt_get_dump_flag()
3809 bp->ver_resp.hwrm_fw_bld_8b << 8 | in bnxt_get_dump_flag()
3810 bp->ver_resp.hwrm_fw_rsvd_8b; in bnxt_get_dump_flag()
H A Dbnxt.h1877 struct hwrm_ver_get_output ver_resp; member
H A Dbnxt.c7741 memcpy(&bp->ver_resp, resp, sizeof(struct hwrm_ver_get_output)); in bnxt_hwrm_ver_get()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_devlink.c880 struct hwrm_ver_get_output *ver_resp; in bnxt_dl_info_get() local
915 ver_resp = &bp->ver_resp; in bnxt_dl_info_get()
916 sprintf(buf, "%c%d", 'A' + ver_resp->chip_rev, ver_resp->chip_metal); in bnxt_dl_info_get()
929 strncat(buf, ver_resp->active_pkg_name, HWRM_FW_VER_STR_LEN); in bnxt_dl_info_get()
945 if (ver_resp->flags & VER_GET_RESP_FLAGS_EXT_VER_AVAIL) { in bnxt_dl_info_get()
947 ver_resp->hwrm_fw_major, ver_resp->hwrm_fw_minor, in bnxt_dl_info_get()
948 ver_resp in bnxt_dl_info_get()
[all...]
H A Dbnxt_coredump.c264 bp->ver_resp.chip_rev << 8 | in bnxt_fill_coredump_record()
265 bp->ver_resp.chip_metal); in bnxt_fill_coredump_record()
297 memcpy(buf + offset, &bp->ver_resp, ver_get_resp_len); in __bnxt_get_coredump()
H A Dbnxt_ethtool.c3866 dump->version = bp->ver_resp.hwrm_fw_maj_8b << 24 | in bnxt_get_dump_flag()
3867 bp->ver_resp.hwrm_fw_min_8b << 16 | in bnxt_get_dump_flag()
3868 bp->ver_resp.hwrm_fw_bld_8b << 8 | in bnxt_get_dump_flag()
3869 bp->ver_resp.hwrm_fw_rsvd_8b; in bnxt_get_dump_flag()
H A Dbnxt.h2051 struct hwrm_ver_get_output ver_resp; member
H A Dbnxt.c8184 memcpy(&bp->ver_resp, resp, sizeof(struct hwrm_ver_get_output)); in bnxt_hwrm_ver_get()
/kernel/linux/linux-6.6/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_proto.c172 struct synthvid_version_resp ver_resp; member
236 if (!msg->ver_resp.is_accepted) { in hyperv_negotiate_version()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dhyperv_fb.c227 struct synthvid_version_resp ver_resp; member
560 if (!msg->ver_resp.is_accepted) { in synthvid_negotiate_ver()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dhyperv_fb.c220 struct synthvid_version_resp ver_resp; member
552 if (!msg->ver_resp.is_accepted) { in synthvid_negotiate_ver()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtt.h1813 struct htt_ver_resp ver_resp; member
H A Dhtt_rx.c3965 htt->target_version_major = resp->ver_resp.major; in ath10k_htt_t2h_msg_handler()
3966 htt->target_version_minor = resp->ver_resp.minor; in ath10k_htt_t2h_msg_handler()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtt.h1703 struct htt_ver_resp ver_resp; member
H A Dhtt_rx.c4093 htt->target_version_major = resp->ver_resp.major; in ath10k_htt_t2h_msg_handler()
4094 htt->target_version_minor = resp->ver_resp.minor; in ath10k_htt_t2h_msg_handler()

Completed in 80 milliseconds