Lines Matching refs:dev_id
12593 * @dev_id: The device context pointer.
12612 lpfc_sli_sp_intr_handler(int irq, void *dev_id)
12629 * Get the driver's phba structure from the dev_id and
12632 phba = (struct lpfc_hba *)dev_id;
12895 * @dev_id: The device context pointer.
12912 lpfc_sli_fp_intr_handler(int irq, void *dev_id)
12920 /* Get the driver's phba structure from the dev_id and
12923 phba = (struct lpfc_hba *) dev_id;
12986 * @dev_id: The device context pointer.
13001 lpfc_sli_intr_handler(int irq, void *dev_id)
13009 * Get the driver's phba structure from the dev_id and
13012 phba = (struct lpfc_hba *) dev_id;
13072 sp_irq_rc = lpfc_sli_sp_intr_handler(irq, dev_id);
13092 fp_irq_rc = lpfc_sli_fp_intr_handler(irq, dev_id);
14545 * @dev_id: The device context pointer.
14569 lpfc_sli4_hba_intr_handler(int irq, void *dev_id)
14579 /* Get the driver's phba structure from the dev_id */
14580 hba_eq_hdl = (struct lpfc_hba_eq_hdl *)dev_id;
14637 * @dev_id: The device context pointer.
14652 lpfc_sli4_intr_handler(int irq, void *dev_id)
14659 /* Get the driver's phba structure from the dev_id */
14660 phba = (struct lpfc_hba *)dev_id;