Searched refs:seg_hdr (Results 1 – 8 of 8) sorted by relevance
| /drivers/net/ethernet/broadcom/bnxt/ |
| A D | bnxt_coredump.c | 231 memset(seg_hdr, 0, sizeof(*seg_hdr)); in bnxt_fill_coredump_seg_hdr() 232 memcpy(seg_hdr->signature, "sEgM", 4); in bnxt_fill_coredump_seg_hdr() 244 seg_hdr->length = cpu_to_le32(seg_len); in bnxt_fill_coredump_seg_hdr() 245 seg_hdr->status = cpu_to_le32(status); in bnxt_fill_coredump_seg_hdr() 246 seg_hdr->duration = cpu_to_le32(duration); in bnxt_fill_coredump_seg_hdr() 247 seg_hdr->data_offset = cpu_to_le32(sizeof(*seg_hdr)); in bnxt_fill_coredump_seg_hdr() 248 seg_hdr->instance = cpu_to_le32(instance); in bnxt_fill_coredump_seg_hdr() 349 struct bnxt_coredump_segment_hdr seg_hdr; in bnxt_get_ctx_coredump() local 388 memcpy(buf, &seg_hdr, BNXT_SEG_HDR_LEN); in bnxt_get_ctx_coredump() 406 struct bnxt_coredump_segment_hdr seg_hdr; in __bnxt_get_coredump() local [all …]
|
| A D | bnxt_coredump.h | 160 struct bnxt_coredump_segment_hdr *seg_hdr,
|
| /drivers/net/wireless/ath/ath12k/ |
| 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()
|
| A D | wmi.h | 3745 struct ath12k_wmi_ftm_seg_hdr_params seg_hdr; member 3750 struct ath12k_wmi_ftm_seg_hdr_params seg_hdr; member
|
| /drivers/net/wireless/ath/ath11k/ |
| 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()
|
| A D | wmi.h | 3592 struct wmi_ftm_seg_hdr seg_hdr; member 3597 struct wmi_ftm_seg_hdr seg_hdr; member
|
| /drivers/net/ethernet/intel/ice/ |
| 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() 1968 hw->ice_seg_fmt_ver = seg_hdr->seg_format_ver; in ice_init_pkg_info() 1972 seg_hdr->seg_format_ver.major, in ice_init_pkg_info() 1973 seg_hdr->seg_format_ver.minor, in ice_init_pkg_info() 1974 seg_hdr->seg_format_ver.update, in ice_init_pkg_info() [all …]
|
| /drivers/net/hippi/ |
| A D | rrunner.h | 604 struct seg_hdr { struct 619 struct seg_hdr loader; argument 677 struct seg_hdr phase2Seg;
|
Completed in 98 milliseconds