Searched refs:wcqe (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_nvme.c304 * @wcqe: Pointer to driver response CQE object.
314 struct lpfc_wcqe_complete *wcqe)
325 status = bf_get(lpfc_wcqe_c_status, wcqe);
333 (wcqe->parameter & 0xffff),
338 cmdwqe->sli4_xritag, status, wcqe->parameter);
370 struct lpfc_wcqe_complete *wcqe = &rspwqe->wcqe_cmpl; local
372 status = bf_get(lpfc_wcqe_c_status, wcqe);
379 if (bf_get(lpfc_wcqe_c_xb, wcqe))
386 __lpfc_nvme_ls_req_cmp(phba, vport, cmdwqe, wcqe);
937 struct lpfc_wcqe_complete *wcqe local
312 __lpfc_nvme_ls_req_cmp(struct lpfc_hba *phba, struct lpfc_vport *vport, struct lpfc_iocbq *cmdwqe, struct lpfc_wcqe_complete *wcqe) argument
2807 struct lpfc_wcqe_complete wcqe; local
[all...]
H A Dlpfc_nvmet.c299 struct lpfc_wcqe_complete *wcqe = &rspwqe->wcqe_cmpl; local
303 status = bf_get(lpfc_wcqe_c_status, wcqe);
304 result = wcqe->parameter;
348 struct lpfc_wcqe_complete *wcqe = &rspwqe->wcqe_cmpl; local
353 status = bf_get(lpfc_wcqe_c_status, wcqe);
354 result = wcqe->parameter;
362 if (bf_get(lpfc_wcqe_c_xb, wcqe))
726 struct lpfc_wcqe_complete *wcqe = &rspwqe->wcqe_cmpl; local
737 status = bf_get(lpfc_wcqe_c_status, wcqe);
738 result = wcqe
1287 struct lpfc_wcqe_complete *wcqe = &rspwqe->wcqe_cmpl; local
2007 struct lpfc_wcqe_complete wcqe; local
3050 struct lpfc_wcqe_complete *wcqe = &rspwqe->wcqe_cmpl; local
3120 struct lpfc_wcqe_complete *wcqe = &rspwqe->wcqe_cmpl; local
3200 struct lpfc_wcqe_complete *wcqe = &rspwqe->wcqe_cmpl; local
[all...]
H A Dlpfc_scsi.c415 * @axri: pointer to the fcp xri abort wcqe structure.
2866 struct lpfc_wcqe_complete *wcqe; local
2873 wcqe = &pIocbOut->wcqe_cmpl;
2874 status = bf_get(lpfc_wcqe_c_status, wcqe);
2878 if (bf_get(lpfc_wcqe_c_bg_ge, wcqe))
2882 if (bf_get(lpfc_wcqe_c_bg_ae, wcqe))
2886 if (bf_get(lpfc_wcqe_c_bg_re, wcqe))
2892 if (bf_get(lpfc_wcqe_c_bg_tdpv, wcqe)) {
2894 bghm = wcqe->total_data_placed;
4001 struct lpfc_wcqe_complete *wcqe local
[all...]
H A Dlpfc_nvme.h239 struct lpfc_iocbq *cmdwqe, struct lpfc_wcqe_complete *wcqe);
H A Dlpfc_sli.c1782 struct lpfc_wcqe_complete *wcqe = &rspiocb->wcqe_cmpl; local
1790 status = bf_get(lpfc_wcqe_c_status, wcqe);
1796 bf_get(lpfc_wcqe_c_request_tag, wcqe),
1797 bf_get(lpfc_wcqe_c_status, wcqe),
1798 bf_get(lpfc_wcqe_c_hw_status, wcqe),
1799 wcqe->total_data_placed,
1800 wcqe->parameter);
1805 info = wcqe->parameter;
1814 tdp = bf_get(lpfc_wcqe_c_cmf_bw, wcqe);
1815 cg = bf_get(lpfc_wcqe_c_cmf_cg, wcqe);
14178 struct lpfc_wcqe_complete *wcqe; local
14468 lpfc_sli4_sp_handle_els_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, struct lpfc_wcqe_complete *wcqe) argument
14523 lpfc_sli4_sp_handle_rel_wcqe(struct lpfc_hba *phba, struct lpfc_wcqe_release *wcqe) argument
14552 lpfc_sli4_sp_handle_abort_xri_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, struct sli4_wcqe_xri_aborted *wcqe) argument
15035 lpfc_sli4_fp_handle_fcp_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, struct lpfc_wcqe_complete *wcqe) argument
15115 lpfc_sli4_fp_handle_rel_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, struct lpfc_wcqe_release *wcqe) argument
15296 struct lpfc_wcqe_release wcqe; local
[all...]
/linux-master/drivers/scsi/elx/libefc_sli/
H A Dsli4.c2578 struct sli4_fc_wcqe *wcqe = (void *)cqe; local
2581 *r_id = le16_to_cpu(wcqe->request_tag);
2582 rc = wcqe->status;
2587 wcqe->status, wcqe->hw_status,
2588 le16_to_cpu(wcqe->request_tag));
2590 le32_to_cpu(wcqe->wqe_specific_1),
2591 le32_to_cpu(wcqe->wqe_specific_2),
2592 (wcqe->flags & SLI4_WCQE_XB));
2688 struct sli4_fc_wcqe *wcqe local
2696 struct sli4_fc_wcqe *wcqe = (void *)cqe; local
2704 struct sli4_fc_wcqe *wcqe = (void *)cqe; local
2717 struct sli4_fc_wcqe *wcqe = (void *)cqe; local
[all...]
/linux-master/drivers/scsi/elx/efct/
H A Defct_hw.c365 struct sli4_fc_wcqe *wcqe = (void *)cqe; local
370 if (io->xbusy && (wcqe->flags & SLI4_WCQE_XB) == 0)
412 wcqe->flags & SLI4_WCQE_XB) {
2617 * wcqe processing preempts this thread.
2826 * wcqe processing preempts this thread.
2949 * wcqe processing preempts this thread.

Completed in 459 milliseconds