Lines Matching refs:workposted

14300 	bool workposted = false;  in lpfc_sli4_sp_handle_mbox_event()  local
14408 workposted = true; in lpfc_sli4_sp_handle_mbox_event()
14421 return workposted; in lpfc_sli4_sp_handle_mbox_event()
14448 bool workposted; in lpfc_sli4_sp_handle_mcqe() local
14457 workposted = lpfc_sli4_sp_handle_mbox_event(phba, &mcqe); in lpfc_sli4_sp_handle_mcqe()
14459 workposted = lpfc_sli4_sp_handle_async_event(phba, &mcqe); in lpfc_sli4_sp_handle_mcqe()
14460 return workposted; in lpfc_sli4_sp_handle_mcqe()
14562 bool workposted = false; in lpfc_sli4_sp_handle_abort_xri_wcqe() local
14574 workposted = false; in lpfc_sli4_sp_handle_abort_xri_wcqe()
14580 workposted = false; in lpfc_sli4_sp_handle_abort_xri_wcqe()
14592 workposted = true; in lpfc_sli4_sp_handle_abort_xri_wcqe()
14600 workposted = false; in lpfc_sli4_sp_handle_abort_xri_wcqe()
14603 return workposted; in lpfc_sli4_sp_handle_abort_xri_wcqe()
14620 bool workposted = false; in lpfc_sli4_sp_handle_rcqe() local
14631 return workposted; in lpfc_sli4_sp_handle_rcqe()
14679 workposted = true; in lpfc_sli4_sp_handle_rcqe()
14699 workposted = true; in lpfc_sli4_sp_handle_rcqe()
14735 return workposted; in lpfc_sli4_sp_handle_rcqe()
14754 bool workposted = false; in lpfc_sli4_sp_handle_cqe() local
14764 workposted = lpfc_sli4_sp_handle_els_wcqe(phba, cq, in lpfc_sli4_sp_handle_cqe()
14775 workposted = lpfc_sli4_sp_handle_abort_xri_wcqe(phba, cq, in lpfc_sli4_sp_handle_cqe()
14782 workposted = lpfc_sli4_sp_handle_rcqe(phba, in lpfc_sli4_sp_handle_cqe()
14791 return workposted; in lpfc_sli4_sp_handle_cqe()
14874 bool workposted = false; in __lpfc_sli4_process_cq() local
14888 workposted |= handler(phba, cq, cqe); in __lpfc_sli4_process_cq()
14930 return workposted; in __lpfc_sli4_process_cq()
14953 bool workposted = false; in __lpfc_sli4_sp_process_cq() local
14959 workposted |= __lpfc_sli4_process_cq(phba, cq, in __lpfc_sli4_sp_process_cq()
14965 workposted |= __lpfc_sli4_process_cq(phba, cq, in __lpfc_sli4_sp_process_cq()
14969 workposted |= __lpfc_sli4_process_cq(phba, cq, in __lpfc_sli4_sp_process_cq()
14995 if (workposted) in __lpfc_sli4_sp_process_cq()
15159 bool workposted = false; in lpfc_sli4_nvmet_handle_rcqe() local
15171 return workposted; in lpfc_sli4_nvmet_handle_rcqe()
15179 return workposted; in lpfc_sli4_nvmet_handle_rcqe()
15188 return workposted; in lpfc_sli4_nvmet_handle_rcqe()
15282 return workposted; in lpfc_sli4_nvmet_handle_rcqe()
15301 bool workposted = false; in lpfc_sli4_fp_handle_cqe() local
15327 workposted = lpfc_sli4_sp_handle_abort_xri_wcqe(phba, cq, in lpfc_sli4_fp_handle_cqe()
15334 workposted = lpfc_sli4_nvmet_handle_rcqe( in lpfc_sli4_fp_handle_cqe()
15344 return workposted; in lpfc_sli4_fp_handle_cqe()
15367 bool workposted = false; in __lpfc_sli4_hba_process_cq() local
15371 workposted |= __lpfc_sli4_process_cq(phba, cq, lpfc_sli4_fp_handle_cqe, in __lpfc_sli4_hba_process_cq()
15389 if (workposted) in __lpfc_sli4_hba_process_cq()