Searched refs:new_hdr (Results 1 – 3 of 3) sorted by relevance
18801 struct fc_frame_header *new_hdr; in lpfc_fc_frame_add() local18811 new_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt; in lpfc_fc_frame_add()18816 if ((temp_hdr->fh_seq_id != new_hdr->fh_seq_id) || in lpfc_fc_frame_add()18817 (temp_hdr->fh_ox_id != new_hdr->fh_ox_id) || in lpfc_fc_frame_add()18818 (memcmp(&temp_hdr->fh_s_id, &new_hdr->fh_s_id, 3))) in lpfc_fc_frame_add()18834 if (be16_to_cpu(new_hdr->fh_seq_cnt) < in lpfc_fc_frame_add()18859 if (be16_to_cpu(new_hdr->fh_seq_cnt) > in lpfc_fc_frame_add()18896 struct fc_frame_header *new_hdr; in lpfc_sli4_abort_partial_seq() local18904 new_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt; in lpfc_sli4_abort_partial_seq()18907 if ((temp_hdr->fh_seq_id != new_hdr->fh_seq_id) || in lpfc_sli4_abort_partial_seq()[all …]
1918 struct sadb_msg *new_hdr = (struct sadb_msg *) skb->data; in pfkey_promisc() local1919 new_hdr->sadb_msg_errno = 0; in pfkey_promisc()
3207 struct btf_header *new_hdr; in bpf_object__sanitize_btf() local3220 new_hdr = new_raw_data; in bpf_object__sanitize_btf()3221 new_hdr->layout_off = 0; in bpf_object__sanitize_btf()3222 new_hdr->layout_len = 0; in bpf_object__sanitize_btf()3226 new_hdr->str_off = bswap_32(new_str_off); in bpf_object__sanitize_btf()3228 new_hdr->str_off = new_str_off; in bpf_object__sanitize_btf()