Home
last modified time | relevance | path

Searched refs:seg_hdr (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.c214 struct bnxt_coredump_segment_hdr *seg_hdr, in bnxt_fill_coredump_seg_hdr() argument
219 memset(seg_hdr, 0, sizeof(*seg_hdr)); in bnxt_fill_coredump_seg_hdr()
220 memcpy(seg_hdr->signature, "sEgM", 4); in bnxt_fill_coredump_seg_hdr()
222 seg_hdr->component_id = (__force __le32)seg_rec->component_id; in bnxt_fill_coredump_seg_hdr()
223 seg_hdr->segment_id = (__force __le32)seg_rec->segment_id; in bnxt_fill_coredump_seg_hdr()
224 seg_hdr->low_version = seg_rec->version_low; in bnxt_fill_coredump_seg_hdr()
225 seg_hdr->high_version = seg_rec->version_hi; in bnxt_fill_coredump_seg_hdr()
226 seg_hdr->flags = cpu_to_le32(seg_rec->compress_flags); in bnxt_fill_coredump_seg_hdr()
228 seg_hdr->component_id = cpu_to_le32(comp_id); in bnxt_fill_coredump_seg_hdr()
229 seg_hdr->segment_id = cpu_to_le32(seg_id); in bnxt_fill_coredump_seg_hdr()
[all …]
H A Dbnxt_coredump.h160 struct bnxt_coredump_segment_hdr *seg_hdr,
/linux/drivers/net/wireless/ath/ath11k/
H A Dtestmode.c113 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 Dwmi.h3592 struct wmi_ftm_seg_hdr seg_hdr; member
3597 struct wmi_ftm_seg_hdr seg_hdr; member
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c1858 struct ice_generic_seg_hdr *seg_hdr; in ice_has_signing_seg() local
1860 seg_hdr = (struct ice_generic_seg_hdr *) in ice_has_signing_seg()
1863 return seg_hdr ? true : false; in ice_has_signing_seg()
1932 struct ice_generic_seg_hdr *seg_hdr; in ice_init_pkg_info() local
1943 seg_hdr = (struct ice_generic_seg_hdr *) in ice_init_pkg_info()
1945 if (seg_hdr) { in ice_init_pkg_info()
1952 meta = ice_pkg_enum_section((struct ice_seg *)seg_hdr, &state, in ice_init_pkg_info()
1967 hw->ice_seg_fmt_ver = seg_hdr->seg_format_ver; in ice_init_pkg_info()
1968 memcpy(hw->ice_seg_id, seg_hdr->seg_id, sizeof(hw->ice_seg_id)); in ice_init_pkg_info()
1971 seg_hdr->seg_format_ver.major, in ice_init_pkg_info()
[all …]
/linux/drivers/net/hippi/
H A Drrunner.h604 struct seg_hdr { struct
619 struct seg_hdr loader; argument
677 struct seg_hdr phase2Seg;