Lines Matching refs:workposted
13378 bool workposted = false; in lpfc_sli4_sp_handle_mbox_event() local
13455 workposted = true; in lpfc_sli4_sp_handle_mbox_event()
13468 return workposted; in lpfc_sli4_sp_handle_mbox_event()
13495 bool workposted; in lpfc_sli4_sp_handle_mcqe() local
13504 workposted = lpfc_sli4_sp_handle_mbox_event(phba, &mcqe); in lpfc_sli4_sp_handle_mcqe()
13506 workposted = lpfc_sli4_sp_handle_async_event(phba, &mcqe); in lpfc_sli4_sp_handle_mcqe()
13507 return workposted; in lpfc_sli4_sp_handle_mcqe()
13609 bool workposted = false; in lpfc_sli4_sp_handle_abort_xri_wcqe() local
13621 workposted = false; in lpfc_sli4_sp_handle_abort_xri_wcqe()
13627 workposted = false; in lpfc_sli4_sp_handle_abort_xri_wcqe()
13639 workposted = true; in lpfc_sli4_sp_handle_abort_xri_wcqe()
13647 workposted = false; in lpfc_sli4_sp_handle_abort_xri_wcqe()
13650 return workposted; in lpfc_sli4_sp_handle_abort_xri_wcqe()
13667 bool workposted = false; in lpfc_sli4_sp_handle_rcqe() local
13678 return workposted; in lpfc_sli4_sp_handle_rcqe()
13726 workposted = true; in lpfc_sli4_sp_handle_rcqe()
13748 workposted = true; in lpfc_sli4_sp_handle_rcqe()
13752 return workposted; in lpfc_sli4_sp_handle_rcqe()
13771 bool workposted = false; in lpfc_sli4_sp_handle_cqe() local
13781 workposted = lpfc_sli4_sp_handle_els_wcqe(phba, cq, in lpfc_sli4_sp_handle_cqe()
13792 workposted = lpfc_sli4_sp_handle_abort_xri_wcqe(phba, cq, in lpfc_sli4_sp_handle_cqe()
13799 workposted = lpfc_sli4_sp_handle_rcqe(phba, in lpfc_sli4_sp_handle_cqe()
13808 return workposted; in lpfc_sli4_sp_handle_cqe()
13893 bool workposted = false; in __lpfc_sli4_process_cq() local
13907 workposted |= handler(phba, cq, cqe); in __lpfc_sli4_process_cq()
13953 return workposted; in __lpfc_sli4_process_cq()
13976 bool workposted = false; in __lpfc_sli4_sp_process_cq() local
13982 workposted |= __lpfc_sli4_process_cq(phba, cq, in __lpfc_sli4_sp_process_cq()
13988 workposted |= __lpfc_sli4_process_cq(phba, cq, in __lpfc_sli4_sp_process_cq()
13992 workposted |= __lpfc_sli4_process_cq(phba, cq, in __lpfc_sli4_sp_process_cq()
14018 if (workposted) in __lpfc_sli4_sp_process_cq()
14188 bool workposted = false; in lpfc_sli4_nvmet_handle_rcqe() local
14200 return workposted; in lpfc_sli4_nvmet_handle_rcqe()
14208 return workposted; in lpfc_sli4_nvmet_handle_rcqe()
14217 return workposted; in lpfc_sli4_nvmet_handle_rcqe()
14279 return workposted; in lpfc_sli4_nvmet_handle_rcqe()
14298 bool workposted = false; in lpfc_sli4_fp_handle_cqe() local
14324 workposted = lpfc_sli4_sp_handle_abort_xri_wcqe(phba, cq, in lpfc_sli4_fp_handle_cqe()
14331 workposted = lpfc_sli4_nvmet_handle_rcqe( in lpfc_sli4_fp_handle_cqe()
14341 return workposted; in lpfc_sli4_fp_handle_cqe()
14486 bool workposted = false; in __lpfc_sli4_hba_process_cq() local
14490 workposted |= __lpfc_sli4_process_cq(phba, cq, lpfc_sli4_fp_handle_cqe, in __lpfc_sli4_hba_process_cq()
14508 if (workposted) in __lpfc_sli4_hba_process_cq()