Home
last modified time | relevance | path

Searched refs:wcqe (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.c2900 struct lpfc_wcqe_complete *wcqe; in lpfc_parse_bg_err() local
2907 wcqe = &pIocbOut->wcqe_cmpl; in lpfc_parse_bg_err()
2908 status = bf_get(lpfc_wcqe_c_status, wcqe); in lpfc_parse_bg_err()
2912 if (bf_get(lpfc_wcqe_c_bg_ge, wcqe)) in lpfc_parse_bg_err()
2916 if (bf_get(lpfc_wcqe_c_bg_ae, wcqe)) in lpfc_parse_bg_err()
2920 if (bf_get(lpfc_wcqe_c_bg_re, wcqe)) in lpfc_parse_bg_err()
2926 if (bf_get(lpfc_wcqe_c_bg_tdpv, wcqe)) { in lpfc_parse_bg_err()
2928 bghm = wcqe->total_data_placed; in lpfc_parse_bg_err()
4017 struct lpfc_wcqe_complete *wcqe = &pwqeOut->wcqe_cmpl; in lpfc_fcp_io_cmd_wqe_cmpl() local
4061 lpfc_cmd->status = bf_get(lpfc_wcqe_c_status, wcqe); in lpfc_fcp_io_cmd_wqe_cmpl()
[all …]
H A Dlpfc_sli.c1778 struct lpfc_wcqe_complete *wcqe = &rspiocb->wcqe_cmpl; in lpfc_cmf_sync_cmpl() local
1786 status = bf_get(lpfc_wcqe_c_status, wcqe); in lpfc_cmf_sync_cmpl()
1792 bf_get(lpfc_wcqe_c_request_tag, wcqe), in lpfc_cmf_sync_cmpl()
1793 bf_get(lpfc_wcqe_c_status, wcqe), in lpfc_cmf_sync_cmpl()
1794 bf_get(lpfc_wcqe_c_hw_status, wcqe), in lpfc_cmf_sync_cmpl()
1795 wcqe->total_data_placed, in lpfc_cmf_sync_cmpl()
1796 wcqe->parameter); in lpfc_cmf_sync_cmpl()
1801 info = wcqe->parameter; in lpfc_cmf_sync_cmpl()
1810 tdp = bf_get(lpfc_wcqe_c_cmf_bw, wcqe); in lpfc_cmf_sync_cmpl()
1811 cg = bf_get(lpfc_wcqe_c_cmf_cg, wcqe); in lpfc_cmf_sync_cmpl()
[all …]
H A Dlpfc_nvme.h239 struct lpfc_iocbq *cmdwqe, struct lpfc_wcqe_complete *wcqe);
/linux/drivers/scsi/elx/libefc_sli/
H A Dsli4.c2578 struct sli4_fc_wcqe *wcqe = (void *)cqe; in sli_fc_cqe_parse() local
2581 *r_id = le16_to_cpu(wcqe->request_tag); in sli_fc_cqe_parse()
2582 rc = wcqe->status; in sli_fc_cqe_parse()
2587 wcqe->status, wcqe->hw_status, in sli_fc_cqe_parse()
2588 le16_to_cpu(wcqe->request_tag)); in sli_fc_cqe_parse()
2590 le32_to_cpu(wcqe->wqe_specific_1), in sli_fc_cqe_parse()
2591 le32_to_cpu(wcqe->wqe_specific_2), in sli_fc_cqe_parse()
2592 (wcqe->flags & SLI4_WCQE_XB)); in sli_fc_cqe_parse()
2688 struct sli4_fc_wcqe *wcqe = (void *)cqe; in sli_fc_response_length() local
2690 return le32_to_cpu(wcqe->wqe_specific_1); in sli_fc_response_length()
[all …]
/linux/drivers/scsi/elx/efct/
H A Defct_hw.c365 struct sli4_fc_wcqe *wcqe = (void *)cqe; in efct_hw_wq_process_io() local
370 if (io->xbusy && (wcqe->flags & SLI4_WCQE_XB) == 0) in efct_hw_wq_process_io()
412 wcqe->flags & SLI4_WCQE_XB) { in efct_hw_wq_process_io()