Lines Matching refs:workposted
11677 bool workposted = false; in lpfc_sli4_sp_handle_mbox_event() local
11753 workposted = true; in lpfc_sli4_sp_handle_mbox_event()
11767 return workposted; in lpfc_sli4_sp_handle_mbox_event()
11785 bool workposted; in lpfc_sli4_sp_handle_mcqe() local
11792 workposted = lpfc_sli4_sp_handle_mbox_event(phba, &mcqe); in lpfc_sli4_sp_handle_mcqe()
11794 workposted = lpfc_sli4_sp_handle_async_event(phba, &mcqe); in lpfc_sli4_sp_handle_mcqe()
11795 return workposted; in lpfc_sli4_sp_handle_mcqe()
11890 bool workposted = false; in lpfc_sli4_sp_handle_abort_xri_wcqe() local
11912 workposted = true; in lpfc_sli4_sp_handle_abort_xri_wcqe()
11921 workposted = true; in lpfc_sli4_sp_handle_abort_xri_wcqe()
11927 workposted = false; in lpfc_sli4_sp_handle_abort_xri_wcqe()
11930 return workposted; in lpfc_sli4_sp_handle_abort_xri_wcqe()
11945 bool workposted = false; in lpfc_sli4_sp_handle_rcqe() local
11954 return workposted; in lpfc_sli4_sp_handle_rcqe()
11986 workposted = true; in lpfc_sli4_sp_handle_rcqe()
11995 workposted = true; in lpfc_sli4_sp_handle_rcqe()
11999 return workposted; in lpfc_sli4_sp_handle_rcqe()
12018 bool workposted = false; in lpfc_sli4_sp_handle_cqe() local
12028 workposted = lpfc_sli4_sp_handle_els_wcqe(phba, cq, in lpfc_sli4_sp_handle_cqe()
12039 workposted = lpfc_sli4_sp_handle_abort_xri_wcqe(phba, cq, in lpfc_sli4_sp_handle_cqe()
12046 workposted = lpfc_sli4_sp_handle_rcqe(phba, in lpfc_sli4_sp_handle_cqe()
12055 return workposted; in lpfc_sli4_sp_handle_cqe()
12077 bool workposted = false; in lpfc_sli4_sp_handle_eqe() local
12102 workposted |= lpfc_sli4_sp_handle_mcqe(phba, cqe); in lpfc_sli4_sp_handle_eqe()
12111 workposted |= lpfc_sli4_fp_handle_wcqe(phba, cq, in lpfc_sli4_sp_handle_eqe()
12114 workposted |= lpfc_sli4_sp_handle_cqe(phba, cq, in lpfc_sli4_sp_handle_eqe()
12141 if (workposted) in lpfc_sli4_sp_handle_eqe()
12266 bool workposted = false; in lpfc_sli4_fp_handle_wcqe() local
12290 workposted = lpfc_sli4_sp_handle_abort_xri_wcqe(phba, cq, in lpfc_sli4_fp_handle_wcqe()
12299 return workposted; in lpfc_sli4_fp_handle_wcqe()
12320 bool workposted = false; in lpfc_sli4_hba_handle_eqe() local
12368 workposted |= lpfc_sli4_fp_handle_wcqe(phba, cq, cqe); in lpfc_sli4_hba_handle_eqe()
12387 if (workposted) in lpfc_sli4_hba_handle_eqe()
12423 bool workposted = false; in lpfc_sli4_fof_handle_eqe() local
12459 workposted |= lpfc_sli4_fp_handle_wcqe(phba, cq, cqe); in lpfc_sli4_fof_handle_eqe()
12478 if (workposted) in lpfc_sli4_fof_handle_eqe()