Lines Matching refs:workposted
11659 bool workposted = false; in lpfc_sli4_sp_handle_mbox_event() local
11735 workposted = true; in lpfc_sli4_sp_handle_mbox_event()
11749 return workposted; in lpfc_sli4_sp_handle_mbox_event()
11767 bool workposted; in lpfc_sli4_sp_handle_mcqe() local
11774 workposted = lpfc_sli4_sp_handle_mbox_event(phba, &mcqe); in lpfc_sli4_sp_handle_mcqe()
11776 workposted = lpfc_sli4_sp_handle_async_event(phba, &mcqe); in lpfc_sli4_sp_handle_mcqe()
11777 return workposted; in lpfc_sli4_sp_handle_mcqe()
11872 bool workposted = false; in lpfc_sli4_sp_handle_abort_xri_wcqe() local
11894 workposted = true; in lpfc_sli4_sp_handle_abort_xri_wcqe()
11903 workposted = true; in lpfc_sli4_sp_handle_abort_xri_wcqe()
11909 workposted = false; in lpfc_sli4_sp_handle_abort_xri_wcqe()
11912 return workposted; in lpfc_sli4_sp_handle_abort_xri_wcqe()
11927 bool workposted = false; in lpfc_sli4_sp_handle_rcqe() local
11936 return workposted; in lpfc_sli4_sp_handle_rcqe()
11968 workposted = true; in lpfc_sli4_sp_handle_rcqe()
11977 workposted = true; in lpfc_sli4_sp_handle_rcqe()
11981 return workposted; in lpfc_sli4_sp_handle_rcqe()
12000 bool workposted = false; in lpfc_sli4_sp_handle_cqe() local
12010 workposted = lpfc_sli4_sp_handle_els_wcqe(phba, cq, in lpfc_sli4_sp_handle_cqe()
12021 workposted = lpfc_sli4_sp_handle_abort_xri_wcqe(phba, cq, in lpfc_sli4_sp_handle_cqe()
12028 workposted = lpfc_sli4_sp_handle_rcqe(phba, in lpfc_sli4_sp_handle_cqe()
12037 return workposted; in lpfc_sli4_sp_handle_cqe()
12059 bool workposted = false; in lpfc_sli4_sp_handle_eqe() local
12084 workposted |= lpfc_sli4_sp_handle_mcqe(phba, cqe); in lpfc_sli4_sp_handle_eqe()
12093 workposted |= lpfc_sli4_fp_handle_wcqe(phba, cq, in lpfc_sli4_sp_handle_eqe()
12096 workposted |= lpfc_sli4_sp_handle_cqe(phba, cq, in lpfc_sli4_sp_handle_eqe()
12123 if (workposted) in lpfc_sli4_sp_handle_eqe()
12248 bool workposted = false; in lpfc_sli4_fp_handle_wcqe() local
12272 workposted = lpfc_sli4_sp_handle_abort_xri_wcqe(phba, cq, in lpfc_sli4_fp_handle_wcqe()
12281 return workposted; in lpfc_sli4_fp_handle_wcqe()
12302 bool workposted = false; in lpfc_sli4_hba_handle_eqe() local
12350 workposted |= lpfc_sli4_fp_handle_wcqe(phba, cq, cqe); in lpfc_sli4_hba_handle_eqe()
12369 if (workposted) in lpfc_sli4_hba_handle_eqe()
12405 bool workposted = false; in lpfc_sli4_fof_handle_eqe() local
12441 workposted |= lpfc_sli4_fp_handle_wcqe(phba, cq, cqe); in lpfc_sli4_fof_handle_eqe()
12460 if (workposted) in lpfc_sli4_fof_handle_eqe()