Lines Matching refs:dev_id
13602 * @dev_id: The device context pointer.
13621 lpfc_sli_sp_intr_handler(int irq, void *dev_id)
13638 * Get the driver's phba structure from the dev_id and
13641 phba = (struct lpfc_hba *)dev_id;
13918 * @dev_id: The device context pointer.
13935 lpfc_sli_fp_intr_handler(int irq, void *dev_id)
13943 /* Get the driver's phba structure from the dev_id and
13946 phba = (struct lpfc_hba *) dev_id;
14009 * @dev_id: The device context pointer.
14024 lpfc_sli_intr_handler(int irq, void *dev_id)
14032 * Get the driver's phba structure from the dev_id and
14035 phba = (struct lpfc_hba *) dev_id;
14095 sp_irq_rc = lpfc_sli_sp_intr_handler(irq, dev_id);
14115 fp_irq_rc = lpfc_sli_fp_intr_handler(irq, dev_id);
15522 * @dev_id: The device context pointer.
15547 lpfc_sli4_hba_intr_handler(int irq, void *dev_id)
15557 /* Get the driver's phba structure from the dev_id */
15558 hba_eq_hdl = (struct lpfc_hba_eq_hdl *)dev_id;
15626 * @dev_id: The device context pointer.
15641 lpfc_sli4_intr_handler(int irq, void *dev_id)
15648 /* Get the driver's phba structure from the dev_id */
15649 phba = (struct lpfc_hba *)dev_id;
16177 * @dev_id: The device context pointer.
16186 irqreturn_t lpfc_sli4_hba_intr_handler_th(int irq, void *dev_id)
16195 /* Get the driver's phba structure from the dev_id */
16196 hba_eq_hdl = (struct lpfc_hba_eq_hdl *)dev_id;