Searched refs:temp_hdr (Results 1 – 4 of 4) sorted by relevance
811 u64 *temp_hdr; in bnx2fc_process_els_compl() local839 temp_hdr = (u64 *) in bnx2fc_process_els_compl()841 hdr[0] = cpu_to_be64(temp_hdr[0]); in bnx2fc_process_els_compl()842 hdr[1] = cpu_to_be64(temp_hdr[1]); in bnx2fc_process_els_compl()843 hdr[2] = cpu_to_be64(temp_hdr[2]); in bnx2fc_process_els_compl()
1615 u64 temp_hdr[3]; in bnx2fc_init_mp_task() local1686 memcpy(temp_hdr, fc_hdr, sizeof(temp_hdr)); in bnx2fc_init_mp_task()1687 hdr[0] = cpu_to_be64(temp_hdr[0]); in bnx2fc_init_mp_task()1688 hdr[1] = cpu_to_be64(temp_hdr[1]); in bnx2fc_init_mp_task()1689 hdr[2] = cpu_to_be64(temp_hdr[2]); in bnx2fc_init_mp_task()
1532 u64 *temp_hdr; in bnx2fc_process_tm_compl() local1551 temp_hdr = (u64 *) in bnx2fc_process_tm_compl()1553 hdr[0] = cpu_to_be64(temp_hdr[0]); in bnx2fc_process_tm_compl()1554 hdr[1] = cpu_to_be64(temp_hdr[1]); in bnx2fc_process_tm_compl()1555 hdr[2] = cpu_to_be64(temp_hdr[2]); in bnx2fc_process_tm_compl()
18737 struct fc_frame_header *temp_hdr; in lpfc_fc_frame_add() local18750 temp_hdr = (struct fc_frame_header *)h_buf->virt; in lpfc_fc_frame_add()18751 if ((temp_hdr->fh_seq_id != new_hdr->fh_seq_id) || in lpfc_fc_frame_add()18752 (temp_hdr->fh_ox_id != new_hdr->fh_ox_id) || in lpfc_fc_frame_add()18768 temp_hdr = seq_dmabuf->hbuf.virt; in lpfc_fc_frame_add()18770 be16_to_cpu(temp_hdr->fh_seq_cnt)) { in lpfc_fc_frame_add()18795 be16_to_cpu(temp_hdr->fh_seq_cnt)) { in lpfc_fc_frame_add()18832 struct fc_frame_header *temp_hdr; in lpfc_sli4_abort_partial_seq() local18841 temp_hdr = (struct fc_frame_header *)h_buf->virt; in lpfc_sli4_abort_partial_seq()18842 if ((temp_hdr->fh_seq_id != new_hdr->fh_seq_id) || in lpfc_sli4_abort_partial_seq()[all …]
Completed in 41 milliseconds