Searched refs:seg_hdr (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_coredump.c | 228 struct bnxt_coredump_segment_hdr *seg_hdr, in bnxt_fill_coredump_seg_hdr() argument 233 memset(seg_hdr, 0, sizeof(*seg_hdr)); in bnxt_fill_coredump_seg_hdr() 234 memcpy(seg_hdr->signature, "sEgM", 4); in bnxt_fill_coredump_seg_hdr() 236 seg_hdr->component_id = (__force __le32)seg_rec->component_id; in bnxt_fill_coredump_seg_hdr() 237 seg_hdr->segment_id = (__force __le32)seg_rec->segment_id; in bnxt_fill_coredump_seg_hdr() 238 seg_hdr->low_version = seg_rec->version_low; in bnxt_fill_coredump_seg_hdr() 239 seg_hdr->high_version = seg_rec->version_hi; in bnxt_fill_coredump_seg_hdr() 240 seg_hdr->flags = cpu_to_le32(seg_rec->compress_flags); in bnxt_fill_coredump_seg_hdr() 242 seg_hdr->component_id = cpu_to_le32(comp_id); in bnxt_fill_coredump_seg_hdr() 243 seg_hdr->segment_id = cpu_to_le32(seg_id); in bnxt_fill_coredump_seg_hdr() [all …]
|
| H A D | bnxt_coredump.h | 162 struct bnxt_coredump_segment_hdr *seg_hdr,
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | testmode.c | 103 pdev_id = DP_HW2SW_MACID(le32_to_cpu(ftm_msg->seg_hdr.pdev_id)); in ath12k_tm_process_event() 117 current_seq = le32_get_bits(ftm_msg->seg_hdr.segmentinfo, in ath12k_tm_process_event() 119 total_segments = le32_get_bits(ftm_msg->seg_hdr.segmentinfo, in ath12k_tm_process_event() 151 data_pos, ftm_msg->seg_hdr.len); in ath12k_tm_process_event() 255 ftm_cmd->seg_hdr.len = cpu_to_le32(total_bytes); in ath12k_tm_cmd_process_ftm() 256 ftm_cmd->seg_hdr.msgref = cpu_to_le32(ar->ftm_msgref); in ath12k_tm_cmd_process_ftm() 257 ftm_cmd->seg_hdr.segmentinfo = in ath12k_tm_cmd_process_ftm() 262 ftm_cmd->seg_hdr.pdev_id = cpu_to_le32(ar->pdev->pdev_id); in ath12k_tm_cmd_process_ftm()
|
| H A D | wmi.h | 3751 struct ath12k_wmi_ftm_seg_hdr_params seg_hdr; member 3756 struct ath12k_wmi_ftm_seg_hdr_params seg_hdr; member
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | testmode.c | 113 pdev_id = DP_HW2SW_MACID(ftm_msg->seg_hdr.pdev_id); in ath11k_tm_process_event() 128 ftm_msg->seg_hdr.segmentinfo); in ath11k_tm_process_event() 130 ftm_msg->seg_hdr.segmentinfo); in ath11k_tm_process_event() 163 data_pos, ftm_msg->seg_hdr.len); in ath11k_tm_process_event() 448 ftm_cmd->seg_hdr.len = total_bytes; in ath11k_tm_cmd_wmi_ftm() 449 ftm_cmd->seg_hdr.msgref = ar->ftm_msgref; in ath11k_tm_cmd_wmi_ftm() 452 ftm_cmd->seg_hdr.segmentinfo = seginfo; in ath11k_tm_cmd_wmi_ftm()
|
| H A D | wmi.h | 3585 struct wmi_ftm_seg_hdr seg_hdr; member 3590 struct wmi_ftm_seg_hdr seg_hdr; member
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ddp.c | 1859 struct ice_generic_seg_hdr *seg_hdr; in ice_has_signing_seg() local 1861 seg_hdr = (struct ice_generic_seg_hdr *) in ice_has_signing_seg() 1864 return seg_hdr ? true : false; in ice_has_signing_seg() 1933 struct ice_generic_seg_hdr *seg_hdr; in ice_init_pkg_info() local 1944 seg_hdr = (struct ice_generic_seg_hdr *) in ice_init_pkg_info() 1946 if (seg_hdr) { in ice_init_pkg_info() 1953 meta = ice_pkg_enum_section((struct ice_seg *)seg_hdr, &state, in ice_init_pkg_info() 1968 hw->ice_seg_fmt_ver = seg_hdr->seg_format_ver; in ice_init_pkg_info() 1969 memcpy(hw->ice_seg_id, seg_hdr->seg_id, sizeof(hw->ice_seg_id)); in ice_init_pkg_info() 1972 seg_hdr->seg_format_ver.major, in ice_init_pkg_info() [all …]
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | testmode.c | 95 __le32_to_cpu(ftm->seg_hdr.segmentinfo)); in ath10k_tm_event_segmented() 97 __le32_to_cpu(ftm->seg_hdr.segmentinfo)); in ath10k_tm_event_segmented() 588 ftm_cmd->seg_hdr.len = __cpu_to_le32(total_bytes); in ath10k_tm_cmd_tlv() 589 ftm_cmd->seg_hdr.msgref = __cpu_to_le32(ar->testmode.ftm_msgref); in ath10k_tm_cmd_tlv() 592 ftm_cmd->seg_hdr.segmentinfo = __cpu_to_le32(seginfo); in ath10k_tm_cmd_tlv()
|
| H A D | wmi.h | 7430 struct wmi_ftm_seg_hdr seg_hdr; member
|