Searched refs:lpfc_workq_post_event (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/scsi/lpfc/ |
D | lpfc_attr.c | 1406 rc = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_do_offline() 1459 rc = lpfc_workq_post_event(phba, &status, &online_compl, type); in lpfc_do_offline() 1582 rc = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_selective_reset() 1792 job_posted = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_sli4_pdev_reg_request() 1967 rc = lpfc_workq_post_event(phba, &status, &online_compl, in lpfc_board_mode_store()
|
D | lpfc_crtn.h | 141 int lpfc_workq_post_event(struct lpfc_hba *, void *, void *, uint32_t);
|
D | lpfc_hbadisc.c | 1081 lpfc_workq_post_event(struct lpfc_hba *phba, void *arg1, void *arg2, in lpfc_workq_post_event() function 3959 lpfc_workq_post_event(phba, NULL, NULL, in lpfc_mbx_cmpl_unreg_vpi()
|
/linux-5.19.10/Documentation/scsi/ |
D | ChangeLog.lpfc | 176 * Replaced lpfc_discq_post_event with lpfc_workq_post_event. 257 * In lpfc_workq_post_event, clean up comment formatting and remove
|